Edgewall Software

Opened 9 years ago

Last modified 9 years ago

#12198 closed defect

KeyError: 'cnum' — at Initial Version

Reported by: Ryan J Ollos Owned by:
Priority: normal Milestone: 1.0.9
Component: ticket system Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Another traceback that was found in the logs:

2015-09-03 02:47:34,418 Trac[main] ERROR: Internal Server Error:
Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/trac/web/main.py", line 551, in _dispatch_request
    dispatcher.dispatch(req)
  File "build/bdist.linux-i686/egg/trac/web/main.py", line 244, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/trac/ticket/web_ui.py", line 182, in process_request
    return self._process_ticket_request(req)
  File "build/bdist.linux-i686/egg/trac/ticket/web_ui.py", line 554, in _process_ticket_request
    cnum = int(req.args['cnum'])
KeyError: 'cnum'

Change History (0)

Note: See TracTickets for help on using tickets.