#8942 closed defect (wontfix)
CommandError: 'NoneType' object has no attribute 'name'
Reported by: | nazmul.alam | 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/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
System Information
Trac | 0.11.5
|
Python | 2.5.1 (r251:54863, Oct 30 2007, 13:54:11) [GCC 4.1.2 20070925 (Red Hat 4.1.2-33)]
|
setuptools | 0.6c8
|
SQLite | 3.4.2
|
pysqlite | 2.5.5
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
Pygments | 1.1.1
|
Agilo | 0.8.2.0.2-r1872-20090828
|
Subversion | 1.4.4 (r25188)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/main.py", line 444, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/main.py", line 205, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.5/site-packages/agilo-0.8.2.0.2_r1872_20090828-py2.5.egg/agilo/scrum/backlog/dashboard.py", line 100, in process_request self._add_charts_to_template_data(req, current_sprint_name, data) File "/usr/lib/python2.5/site-packages/agilo-0.8.2.0.2_r1872_20090828-py2.5.egg/agilo/scrum/backlog/dashboard.py", line 76, in _add_charts_to_template_data sprint_name=current_sprint_name, cached_data=cached_data) File "/usr/lib/python2.5/site-packages/agilo-0.8.2.0.2_r1872_20090828-py2.5.egg/agilo/charts/chart_generator.py", line 135, in get_chartwidget new_widget = self._get_widget(name, kwargs, use_cache) File "/usr/lib/python2.5/site-packages/agilo-0.8.2.0.2_r1872_20090828-py2.5.egg/agilo/charts/chart_generator.py", line 110, in _get_widget new_widget = generator.generate_widget(name, **kwargs) File "/usr/lib/python2.5/site-packages/agilo-0.8.2.0.2_r1872_20090828-py2.5.egg/agilo/scrum/sprint/charts/resource_assignment_piechart.py", line 42, in generate_widget resource_widget.populate_with_sprint_data(sprint_name) File "/usr/lib/python2.5/site-packages/agilo-0.8.2.0.2_r1872_20090828-py2.5.egg/agilo/scrum/sprint/charts/resource_assignment_piechart.py", line 70, in populate_with_sprint_data self.data['resource_stats'] = SprintController(self.env).process_command(cmd_resources) File "/usr/lib/python2.5/site-packages/agilo-0.8.2.0.2_r1872_20090828-py2.5.egg/agilo/api/controller.py", line 337, in process_command raise e CommandError: 'NoneType' object has no attribute 'name'
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
Cc: | added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
follow-up: 3 comment:2 by , 15 years ago
Semi-OT: what about a cantfix resolution for things that are real bug reports but not for software maintained here? moved is also often used in this case (see #905) but somehow I think this is not as self-explaining as cantfix. Also, cantfix sounds less "harsh" than wontfix, as here, it's not that we don't want to fix (the usual meaning of wontfix) but really that we can't do anything about the issue.
comment:3 by , 15 years ago
Replying to cboos:
Semi-OT: what about a cantfix resolution for things that are real bug reports but not for software maintained here?
+1
moved is also often used in this case (see #905) but somehow I think this is not as self-explaining as cantfix.
It would also mean that the ticket was actually moved, whereas we ask people to move the ticket themselves. "cantfix" sounds good.
comment:4 by , 15 years ago
Replying to nazmul.alam: Please update to the latest version of Agilo for Scrum, I think the issue is fixed there. Please use our mailing list if the problem persists.
PluginIssue, AgiloForScrum to be precise.