Modify

Opened 17 years ago

Closed 17 years ago

#2059 closed defect (fixed)

ValueError: list.remove(x): x not in list

Reported by: luigi Owned by: Bhuricha Deen Sethanandha
Priority: high Component: TracMetrixPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Bhuricha Deen Sethanandha)

How to Reproduce

While doing a GET operation on /pdashboard, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'imagename': None}

System Information

Trac 0.11dev-r5887
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c6
SQLite 3.3.4
pysqlite 2.3.2
Genshi 0.4.3
Pygments 0.8.1

Python Traceback

Traceback (most recent call last):
  File "c:\python25\lib\site-packages\Trac-0.11dev_r5887-py2.5.egg\trac\web\main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "c:\python25\lib\site-packages\Trac-0.11dev_r5887-py2.5.egg\trac\web\main.py", line 216, in dispatch
    resp = chosen_handler.process_request(req)
  File "build\bdist.win32\egg\tracmetrixplugin\web_ui.py", line 119, in process_request
    return self._render_view(req, db)
  File "build\bdist.win32\egg\tracmetrixplugin\web_ui.py", line 192, in _render_view
    backlog_history = tkt_group_metrics.get_daily_backlog_history(first_day, last_day)
  File "build\bdist.win32\egg\tracmetrixplugin\model.py", line 419, in get_daily_backlog_history

Attachments (0)

Change History (2)

comment:1 Changed 17 years ago by Bhuricha Deen Sethanandha

Description: modified (diff)
Status: newassigned

comment:2 Changed 17 years ago by Bhuricha Deen Sethanandha

Resolution: fixed
Status: assignedclosed

This is fixed by Gary's patch

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Bhuricha Deen Sethanandha.
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.