Edgewall Software
Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13297 closed defect (cantfix)

ValueError: too many values to unpack

Reported by: admin Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /admin/timetracking/log, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'cat_id': u'timetracking', 'panel_id': u'log', 'path_info': None}

User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36

System Information

Trac 1.2
Babel 0.9.6
Docutils 0.3.9
Genshi 0.7.3 (with speedups)
MySQL server: "5.5.65-MariaDB", client: "5.5.65-MariaDB", thread-safe: 1
MySQLdb 1.2.5
Python 2.7.5 (default, Apr 2 2020, 13:16:51)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
pytz 2016.10
setuptools 0.9.8
jQuery 1.11.3
jQuery UI 1.11.4
jQuery Timepicker 1.5.5

Enabled Plugins

NavAdd 0.4
TimeTracking 1.2
TracAccountManager 0.5.0
TracConfigurablePermissionPlugin 1.0
TracIniAdmin 0.5.1
TracIniGetMacro 0.11.3
TracMenus 0.4.0dev
TracSumFields 2.0.0dev
TracWikiAutoComplete 1.4
TracWikiForms 1.0.0dev
TracWikinfo 0.2
TracWikiNotification 0.4.4dev
whiteboard 0.1.0-trac0.12dev
WikiCreateTicket 0.1.1
WikiGanttChartPlugin 0.12.0.4

Interface Customization

shared-htdocs
shared-templates
site-htdocs 1.png
site-templates

Python Traceback

Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 613, in _dispatch_request
    dispatcher.dispatch(req)
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 253, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-x86_64/egg/trac/admin/web_ui.py", line 108, in process_request
    provider.render_admin_panel(req, cat_id, panel_id, path_info)
ValueError: too many values to unpack

Attachments (0)

Change History (1)

comment:1 by Ryan J Ollos, 4 years ago

Resolution: cantfix
Status: newclosed

PluginIssue: TimeTrackingPlugin.

After [th 17479] the trunk it no longer supports Trac < 1.4. See th:#13820.

However, you can install from browser:timetrackingplugin/tags/timetracking-1.2.

Last edited 4 years ago by Ryan J Ollos (previous) (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.