Edgewall Software
Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#11382 closed defect (cantfix)

MissingOrInvalidScopeError: Invalid Sprint name: EMW v1.15 Support (QC)

Reported by: ana.rodriguez Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.7
Severity: normal Keywords:
Cc: support@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /backlog/Sprint Backlog, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'bscope': u'EMW v1.15 Support (QC)',
 'name': u'Sprint Backlog',
 'scope': None,
 'view': u'View'}

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

System Information

Trac 0.11.7
Python 2.4.3 (#1, Jun 18 2012, 08:55:31)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-52)]
setuptools 0.6c9
SQLite 3.3.6
pysqlite 2.3.3
Genshi 0.5.1
Pygments 1.0
Agilo 0.9.3
Subversion 1.7.5 (r1336830)
FullBlog 0.1.1-r0
RPC 1.1.2-r0
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/web/main.py", line 450, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/web/main.py", line 206, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/agilo-0.9.3-py2.4.egg/agilo/api/view.py", line 155, in process_request
    return self._call_filters_and_handler(req, handler)
  File "/usr/lib/python2.4/site-packages/agilo-0.9.3-py2.4.egg/agilo/api/view.py", line 143, in _call_filters_and_handler
    data = handler(req) or {}
  File "/usr/lib/python2.4/site-packages/agilo-0.9.3-py2.4.egg/agilo/scrum/backlog/web_ui.py", line 313, in do_get
    backlog = self._get_backlog(req)
  File "/usr/lib/python2.4/site-packages/agilo-0.9.3-py2.4.egg/agilo/scrum/backlog/web_ui.py", line 238, in _get_backlog
    return BacklogJSONView(self.env)._get_backlog(name=name, scope=scope)
  File "/usr/lib/python2.4/site-packages/agilo-0.9.3-py2.4.egg/agilo/scrum/backlog/json_ui.py", line 49, in _get_backlog
    backlog = BacklogController(self.env).process_command(cmd_get)
  File "/usr/lib/python2.4/site-packages/agilo-0.9.3-py2.4.egg/agilo/api/controller.py", line 361, in process_command
    return command.execute(self, date_converter, as_key)
  File "/usr/lib/python2.4/site-packages/agilo-0.9.3-py2.4.egg/agilo/api/controller.py", line 315, in execute
    return self._execute(controller, date_converter, as_key)
  File "/usr/lib/python2.4/site-packages/agilo-0.9.3-py2.4.egg/agilo/scrum/backlog/controller.py", line 56, in _execute
    scope=self.scope)
  File "/usr/lib/python2.4/site-packages/agilo-0.9.3-py2.4.egg/agilo/scrum/backlog/model.py", line 571, in get
    return super(BacklogModelManager, self).get(**kwargs)
  File "/usr/lib/python2.4/site-packages/agilo-0.9.3-py2.4.egg/agilo/core/model.py", line 1128, in get
    m = self.model(self.env, **kwargs)
  File "/usr/lib/python2.4/site-packages/agilo-0.9.3-py2.4.egg/agilo/scrum/backlog/model.py", line 170, in __init__
    self._check_scope_is_valid(scope)
  File "/usr/lib/python2.4/site-packages/agilo-0.9.3-py2.4.egg/agilo/scrum/backlog/model.py", line 185, in _check_scope_is_valid
    raise MissingOrInvalidScopeError("Invalid Sprint name: %s" % scope)
MissingOrInvalidScopeError: Invalid Sprint name: EMW v1.15 Support (QC)

Attachments (0)

Change History (2)

comment:1 by Jun Omae, 10 years ago

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

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

@jomae: thanks for the cc
@ana.rodriguez: 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.