Comment 2 for bug 329917

Revision history for this message
Martin Pitt (pitti) wrote :

For me it's still oopsing right at the first try (see my duplicate bug 342355):

  File "apport/crashdb_impl/launchpad.py", line 332, in update
    bug.bug_tasks[0].transitionToTarget(target=src)
  File "/usr/lib/python2.6/dist-packages/lazr/restfulclient/resource.py", line 460, in __call__
    url, in_representation, http_method, extra_headers=extra_headers)
  File "/usr/lib/python2.6/dist-packages/lazr/restfulclient/_browser.py", line 204, in _request
    raise HTTPError(response, content)
HTTPError: HTTP Error 500: Internal Server Error

I supplied the result of self.lp_distro.getSourcePackage(name='coreutils') as target= argument (Ursula used a string), but as I said in bug 342355 it's not actually clear what kind of argument type the target option expects (I guess getSourcePackage() should deliver a valid type, though).