Modify ↓
Opened 20 years ago
Closed 19 years ago
#1794 closed defect (wontfix)
Bug: Failed reports cannot be deleted
| Reported by: | Owned by: | daniel | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | report system | Version: | 0.8 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Python traceback
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/ModPythonHandler.py", line 194, in handler
core.dispatch_request(mpr.path_info, args, mpr, env)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 435, in dispatch_request
module.run()
File "/usr/lib/python2.3/site-packages/trac/Module.py", line 44, in run
self.render()
File "/usr/lib/python2.3/site-packages/trac/Report.py", line 429, in render
self.render_report_list(id)
File "/usr/lib/python2.3/site-packages/trac/Report.py", line 353, in render_report_list
value['ticket_href'] = self.env.href.ticket(row['ticket'])
File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 104, in __getitem__
key = self.__class__._xlatkey[key.upper()]
KeyError: 'TICKET'
Attachments (0)
Change History (4)
comment:1 by , 20 years ago
| Version: | 0.8.4 → 0.8 |
|---|
comment:2 by , 20 years ago
| Description: | modified (diff) |
|---|---|
| Milestone: | 0.8 |
| Summary: | Bug: Failed custom queries cannot be deleted → Bug: Failed reports cannot be deleted |
comment:3 by , 19 years ago
| Keywords: | needinfo added |
|---|
comment:4 by , 19 years ago
| Keywords: | needinfo removed |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Well, the key = self.__class__._xlatkey[key.upper()] error seems weird, never seen that, it must be a quite old PySqlite binding. Upgrading should do the trick here.
Note:
See TracTickets
for help on using tickets.



This ticket is quite old, so it is possible you've given up, but if you still have this problem, a potential solution is to try this: comment:ticket:4045:1. Does that work for you?