Modify ↓
#8990 closed defect (cantfix)
CommandError: list assignment index out of range
Reported by: | toletis | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.5 |
Severity: | normal | Keywords: | |
Cc: | support@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /dashboard
, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/4.0 #compatible; MSIE 7.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; FDM; .NET CLR 3.0.30729#
#### System Information ####
Trac | 0.11.5
|
Python | 2.6.2 #release26-maint, Apr 19 2009, 02:11:59# [GCC 4.3.3]
|
setuptools | 0.6c9
|
SQLite | 3.6.10
|
pysqlite | 2.5.0
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
Agilo | 0.8.3-r1918-20090925
|
jQuery: | 1.2.6
|
#### Python Traceback ####
Traceback #most recent call last#: File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.5-py2.6.egg/trac/web/main.py", line 444, in _dispatch_request dispatcher.dispatch#req# File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.5-py2.6.egg/trac/web/main.py", line 205, in dispatch resp # chosen_handler.process_request#req# File "/usr/local/lib/python2.6/dist-packages/agilo-0.8.3_r1918_20090925-py2.6.egg/agilo/scrum/backlog/dashboard.py", line 100, in process_request self._add_charts_to_template_data#req, current_sprint_name, data# File "/usr/local/lib/python2.6/dist-packages/agilo-0.8.3_r1918_20090925-py2.6.egg/agilo/scrum/backlog/dashboard.py", line 71, in _add_charts_to_template_data sprint_name#current_sprint_name, cached_data#cached_data# File "/usr/local/lib/python2.6/dist-packages/agilo-0.8.3_r1918_20090925-py2.6.egg/agilo/charts/chart_generator.py", line 135, in get_chartwidget new_widget # self._get_widget#name, kwargs, use_cache# File "/usr/local/lib/python2.6/dist-packages/agilo-0.8.3_r1918_20090925-py2.6.egg/agilo/charts/chart_generator.py", line 110, in _get_widget new_widget # generator.generate_widget#name, **kwargs# File "/usr/local/lib/python2.6/dist-packages/agilo-0.8.3_r1918_20090925-py2.6.egg/agilo/scrum/backlog/charts.py", line 62, in generate_widget burndown_widget.populate_with_sprint_data#sprint_name# File "/usr/local/lib/python2.6/dist-packages/agilo-0.8.3_r1918_20090925-py2.6.egg/agilo/scrum/backlog/charts.py", line 296, in populate_with_sprint_data actual_data # self.get_remaining_time_series#sprint_name, backlog, commitment# File "/usr/local/lib/python2.6/dist-packages/agilo-0.8.3_r1918_20090925-py2.6.egg/agilo/scrum/backlog/charts.py", line 280, in get_remaining_time_series actual_data # self.sp_controller.process_command#cmd_rem_times# File "/usr/local/lib/python2.6/dist-packages/agilo-0.8.3_r1918_20090925-py2.6.egg/agilo/api/controller.py", line 337, in process_command raise e CommandError: list assignment index out of range
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
Cc: | added |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
comment:2 by , 15 years ago
@reporter: You may want to upgrade tot he latest agile version (0.8.4) - if that doesn't help you may want to contact our google group for more help.
@cboos: thanks for the notify!
Note:
See TracTickets
for help on using tickets.
PluginIssue (AgiloForScrum).