transitionToTarget for an Ubuntu package yields HTTP 500 error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Eleanor Berger |
Bug Description
I cannot figure out how to use bug_task.
>>> b = c.launchpad.
>>> list(b.bug_tasks)
[<bug_task at https:/
>>> b.bug_tasks[
<distribution at https:/
>>> b.bug_tasks[
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/
url, in_representation, http_method, extra_headers=
File "/usr/lib/
raise HTTPError(response, content)
launchpadlib.
I also tried a link, but doesn't work either:
>>> b.bug_tasks[
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/
url, in_representation, http_method, extra_headers=
File "/usr/lib/
raise HTTPError(response, content)
launchpadlib.
Am I doing something wrong here?
Related branches
Changed in malone: | |
status: | Fix Committed → Fix Released |
This is not a duplicate of bug #329917