Modify ↓
Opened 11 years ago
Closed 11 years ago
#11140 closed defect (duplicate)
KeyError: 'id' - Error in running report with input arguments
Reported by: | Ivanelson Nunes | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | BlackMagicTicketTweaksPlugin |
Severity: | normal | Keywords: | keyerror, tracreport |
Cc: | Trac Release: | 1.0 |
Description (last modified by )
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'
Attachments (0)
Change History (3)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Duplicate of #7185.
Note: See
TracTickets for help on using
tickets.
Here my report that raises the error: