Edgewall Software

Ticket #5809 (closed defect: worksforme)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by thatch

  • keywords int () removed
  • priority changed from high to normal
  • status changed from new to closed
  • resolution set to worksforme
  • description modified (diff)

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.

Changed 2 years ago by anonymous

I misspelled the default_handler = NewTicketModule? in the [trac] section. Now it is working

Thanks

Add/Change #5809 (Python traceback on env startpage)

Author


E-mail address and user name can be saved in the Preferences.


Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.