Ticket #5809 (closed defect: worksforme)
Python traceback on env startpage
| Reported by: | daniel.kalwitzki@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.10.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by thatch) (diff)
Python trace back on environtment startpage
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.5/site-packages/trac/ticket/web_ui.py", line 284, in process_request
id = int(req.args.get('id'))
TypeError: int() argument must be a string or a number, not 'NoneType'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


