Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#9021 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/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)

Change History (2)

comment:1 by Christian Boos, 14 years ago

Cc: support@… added
Resolution: cantfix
Status: newclosed

Sorry, this is a PluginIssue (AgiloForScrum).

comment:2 by Martin Häcker <martin.haecker@…>, 14 years ago

@reporter: This looks like an encoding issue with genshi that we just fixed in the latest release - so you might want to upgrade. Also you will probably want to get on our google group as we handle all our community support there. :) See AgiloForScrum for details.

@cboos: Thanks for the heads up. :)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.