Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2323 closed defect (worksforme)

TicketDeletePlugin produces Traceback

Reported by: droptix Owned by: Noah Kantrowitz
Priority: normal Component: TicketDeletePlugin
Severity: normal Keywords: traceback ticket delete
Cc: Trac Release: 0.10

Description

I installed the TicketDelete plugin as followed:

easy_install http://trac-hacks.org/svn/ticketdeleteplugin/0.11/
/etc/init.d/apache2 restart

Installation seems to be fine: no errors:

Downloading http://trac-hacks.org/svn/ticketdeleteplugin/0.11/
Doing subversion checkout from http://trac-hacks.org/svn/ticketdeleteplugin/0.11/ to /tmp/easy_install-AwbpdB/0.11
Processing 0.11
Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-AwbpdB/0.11/egg-dist-tmp-a0t3A7
zip_safe flag not set; analyzing archive contents...
Adding TracTicketDelete 2.0 to easy-install.pth file

Installed /usr/lib/python2.5/site-packages/TracTicketDelete-2.0-py2.5.egg
Processing dependencies for TracTicketDelete==2.0

When I enter the WebAdmin sesction "Ticket System/Delete" or "Ticket System/Delete Changes" I get the following error:

 Trac detected an internal error:

If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.

TracGuide — The Trac User and Administration Guide
Python Traceback

Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.5/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.5/site-packages/TracWebAdmin-0.1.2dev_r5911-py2.5.egg/webadmin/web_ui.py", line 119, in process_request
    path_info)
ValueError: too many values to unpack

Any ideas how to solve this? Does the TicketDeletePlugin work at all?

P.S. I'm using Trac 0.10.4 on my Ubuntu Linux 7.10 (Gutsy) Server Edition

Attachments (0)

Change History (3)

comment:1 Changed 16 years ago by Noah Kantrowitz

Resolution: worksforme
Status: newclosed

You need to use the 0.10 version. It is in the folder marked "0.10".

comment:2 Changed 16 years ago by droptix

Severity: majornormal

Didn't find out that the plugin's version is assigned to the Trac version... version 0.11 looked like the newer one with less bugs.

How can I remove the TicketDeletePlugin for Trac 0.11?

comment:3 Changed 16 years ago by Noah Kantrowitz

With rm.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.