Modify

Opened 18 years ago

Closed 18 years ago

#750 closed defect (fixed)

list indx out of range

Reported by: James Mills Owned by: Sam Bloomquist
Priority: high Component: ScrumBurndownPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.10

Description

Cliking on "Burndown" in the main nav produces:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 356, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 224, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/burndown/burndown.py", line 122, in process_request
IndexError: list index out of range

I don't have much data at the moment. I've set:

  • A ticket with Total hours (by adding 1 hour)
  • A ticket with estimated hours (by filling in 1.5)

Attachments (0)

Change History (2)

comment:1 Changed 18 years ago by anonymous

In most cases, just clicking on "BurnDown" in the main Trav Nav produces this error.

comment:2 Changed 18 years ago by Sam Bloomquist

Resolution: fixed
Status: newclosed

(In [1366]) Fixed list index out of range error when a new component was added after a sprint was already started.

fixes #750

Modify Ticket

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