Comment 15 for bug 542091

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Hey Nigel.

Once I have adapted your patch to the last ubuntu version (and move the file from cheese package to cheese-common one, I got that error whatever option I choose:

hook /usr/share/apport/package-hooks//source_cheese.py crashed:
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/apport/report.py", line 636, in add_hooks_info
    symb['add_info'](self, ui)
  File "/usr/share/apport/package-hooks//source_cheese.py", line 13, in add_info
    report["HardwareInformation"] = apport.hookutils.attach_hardware(report)
  File "/usr/lib/python2.6/dist-packages/problem_report.py", line 500, in __setitem__
    and (hasattr(v[0], 'isalnum') or hasattr(v[0], 'read'))))
AssertionError

Care about fixing that?