Modify ↓
Opened 17 years ago
Closed 17 years ago
#7402 closed defect (wontfix)
tracticketdelete 2.0:- ValueError: too many values to unpack
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11b2 |
| Severity: | normal | Keywords: | plugin |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /admin/ticket/comments, Trac issued an internal error.
(After enabling the tracticketdelete 2.0 plugin. when I click on "Delete changes" or on "delete" from the admin panel I get this error. I wish to delete comments from tickets.)
Request parameters:
{'cat_id': u'ticket', 'panel_id': u'comments', 'path_info': None}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
System Information
| Trac | 0.11b2
|
| Python | 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
|
| setuptools | 0.7a1
|
| SQLite | 3.3.4
|
| pysqlite | 2.3.2
|
| Genshi | 0.5dev-r786
|
| jQuery: | 1.2.3
|
Python Traceback
Traceback (most recent call last):
File "f:\python25\lib\site-packages\trac-0.11b2-py2.5.egg\trac\web\main.py", line 419, in _dispatch_request
dispatcher.dispatch(req)
File "f:\python25\lib\site-packages\trac-0.11b2-py2.5.egg\trac\web\main.py", line 196, in dispatch
resp = chosen_handler.process_request(req)
File "f:\python25\lib\site-packages\trac-0.11b2-py2.5.egg\trac\admin\web_ui.py", line 114, in process_request
path_info)
ValueError: too many values to unpack
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
| Keywords: | plugin added |
|---|---|
| Priority: | high → normal |
| Resolution: | → wontfix |
| Severity: | major → normal |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Please read NewTicket page, especially the section about plugins.