Modify ↓
#8980 closed defect (cantfix)
AttributeError: 'NoneType' object has no attribute 'backlog_info'
Reported by: | admin | 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 /agilo-pro/sprints/Buttons Sprint/whiteboard
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'sprint': u'Buttons Sprint'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
System Information
Trac | 0.11.5
|
Python | 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
|
setuptools | 0.6c9
|
SQLite | 3.3.4
|
pysqlite | 2.3.2
|
Genshi | 0.5.1
|
Agilo | 1.2.0-pro
|
Subversion | 1.5.6 (r36142)
|
jQuery: | 1.3.2
|
Python Traceback
Traceback (most recent call last): File "C:\Program Files\Agilo\lib\site-packages\trac-0.11.5-py2.5.egg\trac\web\main.py", line 444, in _dispatch_request dispatcher.dispatch(req) File "C:\Program Files\Agilo\lib\site-packages\trac-0.11.5-py2.5.egg\trac\web\main.py", line 205, in dispatch resp = chosen_handler.process_request(req) File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.2.0_pro-py2.5.egg\agilo\api\view.py", line 155, in process_request return self._call_filters_and_handler(req, handler) File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.2.0_pro-py2.5.egg\agilo\api\view.py", line 143, in _call_filters_and_handler data = handler(req) or {} File "build/bdist.macosx-10.6-i386/egg/agilo_pro/web_ui.py", line 147, in do_get File "build/bdist.macosx-10.6-i386/egg/agilo_pro/web_ui.py", line 74, in _get_backlog_info AttributeError: 'NoneType' object has no attribute 'backlog_info'
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
Cc: | added |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
comment:2 by , 15 years ago
Hi Reporter,
this looks like you have two versions of Agilo installed at the same time - could you please verify that? Anyway, the best place to get help on Agilo is our google group, so see you there.
@rblank: thanks!
Note:
See TracTickets
for help on using tickets.
PluginIssue (AgiloForScrum).