Modify ↓
Opened 15 years ago
Closed 15 years ago
#9022 closed defect (duplicate)
AttributeError: 'NoneType' object has no attribute 'backlog_info'
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.5 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /agilo-pro/sprints/Verificação/whiteboard
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'sprint': u'Verifica\xe7\xe3o'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
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:\Arquivos de programas\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:\Arquivos de programas\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:\Arquivos de programas\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:\Arquivos de programas\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)
Note:
See TracTickets
for help on using tickets.
(already submitted as #9021)