[debexpo-devel] Errors in the log

Asheesh Laroia asheesh at asheesh.org
Sat Aug 6 15:17:32 CEST 2011


Some plugins are busted, which is breaking uploads. Sample data from the 
error.log.

Two errors:

The first is pretty easy to fix, probably.

08:51:21,704 DEBUG [debexpo.plugins.closedbugs] Creating SOAP proxy to 
bugs.debian.org
Traceback (most recent call last):
   File "/home/expo/code/live/bin/debexpo-importer", line 483, in <module>
     i.main()
   File "/home/expo/code/live/bin/debexpo-importer", line 425, in main
     qa = Plugins('qa', self.changes, self.changes_file, 
user_id=self.user_id)
   File "/home/expo/code/live/debexpo/lib/plugins.py", line 95, in __init__
     self.result = self._run_plugins()
   File "/home/expo/code/live/debexpo/lib/plugins.py", line 205, in 
_run_plugins
     result.extend(p.run())
   File "/home/expo/code/live/debexpo/plugins/__init__.py", line 63, in run
     getattr(self, method)()
   File "/home/expo/code/live/debexpo/plugins/closedbugs.py", line 73, in 
test_closed_bugs
     name = debbug.item.value['package']
AttributeError: 'dict' object has no attribute 'item'

The second:

Traceback (most recent call last):
   File "/home/expo/code/live/bin/debexpo-importer", line 51, in <module>
     from debexpo.model import meta
ImportError: No module named debexpo.model

(uh what is this about? I just re-ran 'python setup.py develop' which 
should hopefully fix it.)


More information about the debexpo-devel mailing list