Modify ↓
Opened 17 years ago
Closed 17 years ago
#164 closed defect (fixed)
Trac internal error when viewing build details
Reported by: | sam.steele@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | Trac plugin | Version: | dev |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
When clicking on a build to view the report, trac gets an internal error:
Traceback (most recent call last): File "/home/c99org/packages/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/home/c99org/packages/lib/python2.3/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/home/c99org/packages/lib/python2.3/site-packages/Bitten-0.6dev_r469-py2.3.egg/bitten/web_ui.py", line 657, in process_request summarizers.update([(cat, summarizer) for cat in categories]) AttributeError: keys
The host is running Trac 0.10.4 on python 2.3 with the mysql database backend.
Attachments (0)
Change History (1)
comment:1 Changed 17 years ago by cmlenz
- Milestone set to 0.6
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Should be fixed in [470].