reportbug: crashes on BTS query returning "HTTPError 500 Internal Server Error"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-debianbts (Debian) |
Fix Released
|
Unknown
|
|||
python-debianbts (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Trusty |
Fix Released
|
Critical
|
Clint Byrum | ||
Vivid |
Fix Released
|
Critical
|
Clint Byrum |
Bug Description
[Impact]
* This issue affects the people who want to interact with Debian BTS on Ubuntu.
[Test Case]
$ reportbug -B debian
Please enter the name of the package in which you have found a problem, or type 'other' to report a more general problem.
> wnpp
Are you sure you want to file a WNPP report? [y|N|q|?]? y
*** Welcome to reportbug. Use ? for help at prompts. ***
Note: bug reports are publicly archived (including the email address of the submitter).
Detected character set: UTF-8
Please change your locale if this is incorrect.
Using '"Shih-Yuan Lee (FourDollars)" <email address hidden>' as your from address.
Will send report to Debian (per request).
What sort of request is this? (If none of these things mean anything to you, or you are trying to report a bug in an existing package, please press Enter to exit reportbug.)
1 ITP This is an `Intent To Package'. Please submit a package description along with copyright and URL in such a report.
2 O The package has been `Orphaned'. It needs a new maintainer as soon as possible.
3 RFA This is a `Request for Adoption'. Due to lack of time, resources, interest or something similar, the current maintainer is asking for someone else to maintain this package. They will maintain it in the meantime, but perhaps
not in the best possible way. In short: the package needs a new maintainer.
4 RFH This is a `Request For Help'. The current maintainer wants to continue to maintain this package, but they needs some help to do this, because their time is limited or the package is quite big and needs several maintainers.
5 RFP This is a `Request For Package'. You have found an interesting piece of software and would like someone else to maintain it for Debian. Please submit a package description along with copyright and URL in such a report.
Choose the request type: 1
Please enter the proposed package name: kore
Checking status database...
Please briefly describe this package; this should be an appropriate short description for the eventual package: Fast SPDY capable web server for web development in C
Your report will be carbon-copied to debian-devel, per Debian policy.
Querying Debian BTS for reports on wnpp (source)...
Traceback (most recent call last):
File "/usr/bin/
main()
File "/usr/bin/
return iface.user_
File "/usr/bin/
latest_
File "/usr/lib/
source=source, http_proxy=
File "/usr/lib/
stats = debianbts.
File "/usr/lib/
reply = server.
File "/usr/lib/
return self.__
File "/usr/lib/
self.__hd, self.__ma)
File "/usr/lib/
config = self.config)
File "/usr/lib/
raise HTTPError(code, msg)
SOAPpy.
[Regression Potential]
* None
[Other Info]
* This issue only happens on trusty and vivid. There is no problem for wily.
* The patch is taken from the upstream directly. https:/
Related branches
- Sebastien Bacher: Approve
-
Diff: 132 lines (+50/-14)4 files modifieddebian/changelog (+6/-0)
debian/control (+3/-2)
src/debianbts.py (+27/-12)
test/test_debianbts.py (+14/-0)
- Sebastien Bacher: Approve
-
Diff: 132 lines (+50/-14)4 files modifieddebian/changelog (+6/-0)
debian/control (+3/-2)
src/debianbts.py (+27/-12)
test/test_debianbts.py (+14/-0)
tags: | added: vivid |
Changed in python-debianbts (Debian): | |
status: | Unknown → Fix Released |
description: | updated |
description: | updated |
Changed in python-debianbts (Ubuntu): | |
importance: | Undecided → Medium |
Changed in python-debianbts (Ubuntu): | |
status: | New → Fix Released |
Changed in python-debianbts (Ubuntu Trusty): | |
status: | New → In Progress |
importance: | Undecided → Critical |
assignee: | nobody → Clint Byrum (clint-fewbar) |
I've sponsored the upload to trusty-proposed and built test packages with it that resolve the bug for me. Vivid test build is going now and I will upload that as well. Thanks for the patches Shih-Yuan!