Opened 11 years ago

Last modified 11 years ago

#11140 closed defect

KeyError: 'id' - Error in running report with input arguments — at Initial Version

Reported by: Ivanelson Nunes Owned by: Ryan J Ollos
Priority: normal Component: BlackMagicTicketTweaksPlugin
Severity: normal Keywords: keyerror, tracreport
Cc: Trac Release: 1.0

Description

The error occurs when I run a report that has input arguments in the query:

2013-06-03 20:15:50,984 Trac[main] ERROR: Internal Server Error:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/main.py", line 497, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/main.py", line 224, in dispatch
    self._post_process_request(req, *resp)
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/main.py", line 338, in _post_process_request
    resp = f.post_process_request(req, *resp)
  File "/usr/local/lib/python2.7/dist-packages/BlackMagicTicketTweaks-0.12r1-py2.7.egg/blackmagic/blackmagic.py", line 129, in post_process_request
    id = t["id"]
KeyError: 'id'

Change History (0)

Note: See TracTickets for help on using tickets.