Comment 2 for bug 382589

Revision history for this message
Brian Murray (brian-murray) wrote :

I received the following error when using test-local with bug 269539:

Traceback (most recent call last):
  File "./test-local", line 14, in <module>
    report = db.download(sys.argv[1])
  File "/usr/lib/python2.6/dist-packages/apport/crashdb_impl/launchpad.py", line 224, in download
    report.load(StringIO(description))
  File "/usr/lib/python2.6/dist-packages/problem_report.py", line 159, in load
    (key, value) = line.split(':', 1)
ValueError: need more than 1 value to unpack