#8962 closed defect (cantfix)
AttributeError: 'NoneType' object has no attribute 'backlog_info'
Reported by: | gfichten | Owned by: | |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | general | Version: | 0.11.5 |
Severity: | blocker | Keywords: | |
Cc: | support@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /agilo-pro/sprints/pre-start sprint/whiteboard
, Trac issued an internal error.
(please provide additional details here) I installed latest agilo and every time we go to dashboard or would like to take a look at the sprint - we get this error.
I would appreciate any input on this. THANK YOU!
Request parameters:
{'sprint': u'pre-start sprint'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.38 Safari/532.0
System Information
Trac | 0.11.5
|
Python | 2.6.4 (r264:75706, Dec 7 2009, 18:59:58) [GCC 4.4.1]
|
setuptools | 0.6c11
|
SQLite | 3.6.16
|
pysqlite | 2.4.1
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
Agilo | 0.8.4-r2257-20091218
|
Pygments | 1.0
|
Subversion | 1.6.5 (r38866)
|
jQuery: | 1.3.2
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 444, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 205, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.0_PRO-py2.6.egg/agilo/api/view.py", line 155, in process_request return self._call_filters_and_handler(req, handler) File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.0_PRO-py2.6.egg/agilo/api/view.py", line 143, in _call_filters_and_handler data = handler(req) or {} File "build/bdist.macosx-10.6-universal/egg/agilo_pro/web_ui.py", line 147, in do_get File "build/bdist.macosx-10.6-universal/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
:-) Seems like it.
@gfichten: Please visit our google group for general support for Agilo Open, I'm sure we can help you there.
Even so it would probably be a good idea to update your Trac installation to the latest stable release (0.11.6) to see if that does anything.
Many new Agilo users lately? :-)
PluginIssue (AgiloForScrum).