Modify ↓
#10784 closed defect (cantfix)
CommandError: 'NoneType' object has no attribute 'name'
| Reported by: | rafiqul.islam | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.5 |
| Severity: | normal | Keywords: | |
| Cc: | support@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Hi, When i want to browse my project site/folder
"Trac detected an internal error:
CommandError: 'NoneType' object has no attribute 'name' "
BR, Rafiq
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 NT 5.1; rv:14.0) Gecko/20100101 Firefox/14.0.1
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
|
| GIT | 1.7.3.5
|
| 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 (2)
comment:1 by , 13 years ago
| Cc: | added |
|---|---|
| Resolution: | → cantfix |
| Status: | new → closed |
comment:2 by , 13 years ago
@jomae: thanks for the cc
@rafiqul.islam: you are using a very outdated version of Agilo, please try upgrading. Cheers.
Note:
See TracTickets
for help on using tickets.



PluginIssue (AgiloForScrum).