Edgewall Software
Modify

Ticket #5809 (closed defect: worksforme)

Opened 5 years ago

Last modified 5 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:
Release Notes:
API Changes:

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

comment:1 Changed 5 years ago by thatch

  • Description modified (diff)
  • Keywords int () removed
  • Priority changed from high to normal
  • Resolution set to worksforme
  • Status changed from new to closed

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.

comment:2 Changed 5 years ago by anonymous

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

Thanks

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


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

 
Note: See TracTickets for help on using tickets.