Edgewall Software
Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#11451 closed defect (cantfix)

BacklogTypeError: No backlog of type: Sprint Backlog

Reported by: vinay.mohan.dass Owned by:
Priority: normal Milestone:
Component: general Version: 0.12.3
Severity: normal Keywords:
Cc: support@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /dashboard, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{}

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36

System Information

Trac 0.12.3
Trac 0.12.3
Agilo 0.9.6.2
Babel 0.9.5
Docutils 0.7
Genshi 0.6
GIT 1.8.4
mod_wsgi 2.5 (WSGIProcessGroup trac_wsgi_06 WSGIApplicationGroup %{GLOBAL})
Pygments 1.4dev-20110115
pysqlite 2.4.1
Python 2.5.2 (r252:60911, Jan 24 2010, 18:02:01)
[GCC 4.3.2]
Python 2.5.2 (r252:60911, Jan 24 2010, 18:02:01)
[GCC 4.3.2]
pytz 2008c
pytz 2008c
RPC 1.1.2
setuptools 0.6c12
setuptools 0.6c12
SQLite 3.7.3
Subversion 1.8.3 (r1516576)
jQuery 1.4.4

Enabled Plugins

agilo 0.9.6.2
backlinks N/A
backlinks-menu N/A
TicketImport 0.8
TracAnnouncer 0.12.1.dev
TracDiscussion 0.8-r9877
TracDownloads 0.3
TracGit 0.12.0.5dev
TracMarkdownMacro 0.11.1
tracrpc.changeset N/A
TracTocMacro 11.0.0.3
TracWysiwyg 0.12.0.3-r9676
TracXMLRPC 1.1.2

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/Trac-0.12.3-py2.5.egg/trac/web/main.py", line 522, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.5/site-packages/Trac-0.12.3-py2.5.egg/trac/web/main.py", line 243, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/scrum/backlog/dashboard.py", line 107, in process_request
    self._add_charts_to_template_data(req, current_sprint_name, data)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/scrum/backlog/dashboard.py", line 75, in _add_charts_to_template_data
    backlog = self._get_sprint_backlog(sprint_name=current_sprint_name)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/scrum/backlog/dashboard.py", line 56, in _get_sprint_backlog
    return BacklogController(self.env).process_command(cmd_get)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/api/controller.py", line 361, in process_command
    return command.execute(self, date_converter, as_key)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/api/controller.py", line 315, in execute
    return self._execute(controller, date_converter, as_key)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/scrum/backlog/controller.py", line 57, in _execute
    scope=self.scope)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/scrum/backlog/model.py", line 632, in get
    return super(BacklogModelManager, self).get(**kwargs)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-py2.5.egg/agilo/core/model.py", line 1128, in get
    m = self.model(self.env, **kwargs)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.9.6.2-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 (2)

comment:1 by Jun Omae, 10 years ago

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

PluginIssue (AgiloForScrum) and a duplicate of #10157.

comment:2 by stefano.rago@…, 10 years ago

@jomae: thanks for the cc
@reporter: please write to support@…

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.