Edgewall Software
Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#12415 closed defect (cantfix)

BacklogTypeError: No backlog of type: Sprint Backlog

Reported by: admin Owned by:
Priority: normal Milestone:
Component: general Version: 0.12.2
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/Conception du core et edition des tests de conception/whiteboard, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'sprint': u'Conception du core et edition des tests de conception'}

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0

System Information

Trac 0.12.2
Agilo 1.3.14-pro
Genshi 0.6
pysqlite 2.3.2
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
Subversion 1.5.6 (r36142)
jQuery 1.4.2

Enabled Plugins

binary-agilo 1.3.14-pro
tracaccountmanager 0.2.1dev-r5836

Python Traceback

Traceback (most recent call last):
  File "c:\docume~1\admini~1\locals~1\temp\easy_install-8irbu9\Trac-0.12.2-py2.5-win32.egg.tmp\trac\web\main.py", line 511, in _dispatch_request
    dispatcher.dispatch(req)
  File "c:\docume~1\admini~1\locals~1\temp\easy_install-8irbu9\Trac-0.12.2-py2.5-win32.egg.tmp\trac\web\main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.14_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 (x86)\Agilo\lib\site-packages\binary_agilo-1.3.14_pro-py2.5.egg\agilo\api\view.py", line 143, in _call_filters_and_handler
    data = handler(req) or {}
  File "build/bdist.linux-i686/egg/agilo_pro/web_ui.py", line 138, in do_get
  File "build/bdist.linux-i686/egg/agilo_pro/web_ui.py", line 79, in _get_backlog_info
  File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.14_pro-py2.5.egg\agilo\scrum\backlog\json_ui.py", line 111, in backlog_info
    backlog = self._get_backlog(name, scope)
  File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.14_pro-py2.5.egg\agilo\scrum\backlog\json_ui.py", line 50, in _get_backlog
    backlog = BacklogController(self.env).process_command(cmd_get)
  File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.14_pro-py2.5.egg\agilo\api\controller.py", line 361, in process_command
    return command.execute(self, date_converter, as_key)
  File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.14_pro-py2.5.egg\agilo\api\controller.py", line 315, in execute
    return self._execute(controller, date_converter, as_key)
  File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.14_pro-py2.5.egg\agilo\scrum\backlog\controller.py", line 57, in _execute
    scope=self.scope)
  File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.14_pro-py2.5.egg\agilo\scrum\backlog\model.py", line 632, in get
    return super(BacklogModelManager, self).get(**kwargs)
  File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.14_pro-py2.5.egg\agilo\core\model.py", line 1128, in get
    m = self.model(self.env, **kwargs)
  File "C:\Program Files (x86)\Agilo\lib\site-packages\binary_agilo-1.3.14_pro-py2.5.egg\agilo\scrum\backlog\model.py", line 174, in __init__
    raise BacklogTypeError("No backlog of type: %s" % name)
BacklogTypeError: No backlog of type: Sprint Backlog

Attachments (0)

Change History (1)

comment:1 by Jun Omae, 8 years ago

Cc: support@… added
Resolution: cantfix
Status: newclosed
Last edited 8 years ago by Jun Omae (previous) (diff)

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.