Opened 8 years ago

Last modified 8 years ago

#12659 closed defect

Exception in post_process_request — at Initial Version

Reported by: Ryan J Ollos Owned by:
Priority: normal Component: SimpleTicketPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

From the logs:

2016-02-01 20:04:18,818 Trac[main] ERROR: Exception caught while post-processing request: 
Traceback (most recent call last):
  File "/var/www/bugs.jquery.com/private/pve/local/lib/python2.7/site-packages/trac/web/main.py", line 277, in dispatch
    self._post_process_request(req)
  File "/var/www/bugs.jquery.com/private/pve/local/lib/python2.7/site-packages/trac/web/main.py", line 390, in _post_process_request
    f.post_process_request(req, *(None,)*extra_arg_count)
  File "/var/www/bugs.jquery.com/private/pve/local/lib/python2.7/site-packages/simpleticket/web_ui.py", line 38, in post_process_request
    if req.path_info.startswith('/newticket') and \
  File "/var/www/bugs.jquery.com/private/pve/local/lib/python2.7/site-packages/trac/web/api.py", line 382, in path_info
    path_info=path_info))

Change History (0)

Note: See TracTickets for help on using tickets.