Ticket #750 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

list indx out of range

Reported by: JamesMills Assigned to: sambloomquist
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

Change History

10/07/06 17:10:23 changed by anonymous

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

10/09/06 21:01:26 changed by sambloomquist

  • status changed from new to closed.
  • resolution set to fixed.

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

fixes #750


Add/Change #750 (list indx out of range)




Change Properties
Action