Closed
Bug 696309
Opened 14 years ago
Closed 12 years ago
Socorro - python error in middleware when ooid not found
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: lars, Unassigned)
Details
Attachments
(1 file)
|
2.49 KB,
text/plain
|
Details |
I'm seeing this problem on master when running in vagrant:
the UI requests a processed crash by OOID. The middleware finds the processed crash not available. It raises the not found exception. That's caught in the getCrash service and the crash is submitted for processing. The getCrash service then goes on to raise a webapiService.Timeout exception (is that the right thing to do?). __init__ for that Timeout exception fails with a TypeError. It says that there are too many parameters for the parent class __init__ call.
This makes little sense, I cannot see a mismatch in the number of parameters. I'm filing this bug because I won't be back until Monday and I want to make sure this issue gets remembered.
| Assignee | ||
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
| Reporter | ||
Comment 1•12 years ago
|
||
no longer an issue
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•