Modify ↓
Opened 19 years ago
Closed 19 years ago
#44 closed defect (fixed)
Failed to add a platform
Reported by: | Otavio Salvador <otavio@…> | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.5 |
Component: | Trac plugin | Version: | 0.4 |
Keywords: | Cc: | ||
Operating System: |
Description
Hello,
When I tried to add a plataform I received the following backtrace:
Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 205, in handler dispatch_request(mpr.path_info, mpr, env) File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.3/site-packages/bitten-0.4-py2.3.egg/bitten/trac_ext/web_ui.py", line 102, in process_request File "/usr/lib/python2.3/site-packages/bitten-0.4-py2.3.egg/bitten/trac_ext/web_ui.py", line 208, in _do_create_platform File "/usr/lib/python2.3/site-packages/mod_python/util.py", line 232, in __getitem__ raise KeyError, key KeyError: 0
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by cmlenz
- Component changed from General to Trac plugin
- Status changed from new to assigned
- Version set to 0.4
comment:2 Changed 19 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
- Summary changed from Failed to add a plataform to Failed to add a platform
Should be fixed in [201].
Note: See
TracTickets for help on using
tickets.
This problem only appears when using the mod_python frontend for Trac.