Modify ↓
#9912 closed defect (cantfix)
MissingOrInvalidScopeError: Invalid Sprint name: global
| Reported by: | admin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.7 |
| Severity: | normal | Keywords: | |
| Cc: | support@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
How to Reproduce
While doing a GET operation on /backlog/Sprint Backlog, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'name': u'Sprint Backlog', 'scope': None, 'view': u'View'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; vi; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
System Information
| Trac | 0.11.7
|
| 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.3.1-pro
|
| Subversion | 1.5.6 (r36142)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "C:\Agilo Installer\Agilo\lib\site-packages\trac-0.11.7-py2.5-win32.egg\trac\web\main.py", line 450, in _dispatch_request
File "C:\Agilo Installer\Agilo\lib\site-packages\trac-0.11.7-py2.5-win32.egg\trac\web\main.py", line 206, in dispatch
File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.3.1_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\Agilo\lib\site-packages\binary_agilo-1.3.1_pro-py2.5.egg\agilo\api\view.py", line 143, in _call_filters_and_handler
data = handler(req) or {}
File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.3.1_pro-py2.5.egg\agilo\scrum\backlog\web_ui.py", line 313, in do_get
backlog = self._get_backlog(req)
File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.3.1_pro-py2.5.egg\agilo\scrum\backlog\web_ui.py", line 238, in _get_backlog
return BacklogJSONView(self.env)._get_backlog(name=name, scope=scope)
File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.3.1_pro-py2.5.egg\agilo\scrum\backlog\json_ui.py", line 49, in _get_backlog
backlog = BacklogController(self.env).process_command(cmd_get)
File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.3.1_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\Agilo\lib\site-packages\binary_agilo-1.3.1_pro-py2.5.egg\agilo\api\controller.py", line 315, in execute
return self._execute(controller, date_converter, as_key)
File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.3.1_pro-py2.5.egg\agilo\scrum\backlog\controller.py", line 51, in _execute
scope=self.scope)
File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.3.1_pro-py2.5.egg\agilo\scrum\backlog\model.py", line 574, in get
return super(BacklogModelManager, self).get(**kwargs)
File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.3.1_pro-py2.5.egg\agilo\core\model.py", line 1128, in get
m = self.model(self.env, **kwargs)
File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.3.1_pro-py2.5.egg\agilo\scrum\backlog\model.py", line 170, in __init__
self._check_scope_is_valid(scope)
File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.3.1_pro-py2.5.egg\agilo\scrum\backlog\model.py", line 185, in _check_scope_is_valid
raise MissingOrInvalidScopeError("Invalid Sprint name: %s" % scope)
MissingOrInvalidScopeError: Invalid Sprint name: global
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
| Cc: | added |
|---|---|
| Description: | modified (diff) |
| Resolution: | → cantfix |
| Status: | new → closed |
comment:2 by , 15 years ago
@cboos: thanks for the mangling. :)
@reporter: When getting to our mailing list, you might want to try to reset the scope parameter of the sprint backlog to 'sprint' and see how that works.
Regards, Martin
Note:
See TracTickets
for help on using tickets.



AgiloForScrum issue, please look at that page for contact information and report the issue to them.