Edgewall Software
Modify

Opened 19 years ago

Closed 17 years ago

#1794 closed defect (wontfix)

Bug: Failed reports cannot be deleted

Reported by: sven.buschke@… 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 Christopher Lenz)

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 anonymous, 19 years ago

Version: 0.8.40.8

comment:2 by Christopher Lenz, 19 years ago

Description: modified (diff)
Milestone: 0.8
Summary: Bug: Failed custom queries cannot be deletedBug: Failed reports cannot be deleted

comment:3 by sid, 17 years ago

Keywords: needinfo added

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?

comment:4 by Christian Boos, 17 years ago

Keywords: needinfo removed
Resolution: wontfix
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.