Modify ↓
#5809 closed defect (worksforme)
Python traceback on env startpage
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.10.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
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 (0)
Change History (2)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Keywords: | int () removed |
Priority: | high → normal |
Resolution: | → worksforme |
Status: | new → closed |
comment:2 by , 17 years ago
I misspelled the default_handler = NewTicketModule in the [trac] section. Now it is working
Thanks
Note:
See TracTickets
for help on using tickets.
The traceback is faulting the ticket handler, not the main page. We need more information to figure out what's happening but I think this is an installation issue, not a bug in Trac itself (because the ticket handler should never match when
id
is not set). If reinstalling doesn't fix it, please follow up to MailingList or IrcChannel with more information about your setup.