#10037 closed defect (cantfix)
MissingOrInvalidScopeError: Invalid Sprint name: global
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 /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: Mozilla/4.0 #compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.2#
#### System Information ####
Trac | 0.12.2
|
Agilo | 1.3.3-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.3-pro
|
tracaccountmanager | 0.2.1dev-r5836
|
#### Python Traceback ####
Traceback #most recent call last#: File "D:\Program Files\Agilo\lib\site-packages\trac-0.12.2-py2.5-win32.egg\trac\web\main.py", line 511, in _dispatch_request dispatcher.dispatch#req# File "D:\Program Files\Agilo\lib\site-packages\trac-0.12.2-py2.5-win32.egg\trac\web\main.py", line 237, in dispatch resp # chosen_handler.process_request#req# File "z:\code\projekte\agile42\stuff\windows_installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.3_PRO-py2.5.egg\agilo\api\view.py", line 155, in process_request File "z:\code\projekte\agile42\stuff\windows_installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.3_PRO-py2.5.egg\agilo\api\view.py", line 143, in _call_filters_and_handler File "z:\code\projekte\agile42\stuff\windows_installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.3_PRO-py2.5.egg\agilo\scrum\backlog\web_ui.py", line 313, in do_get File "z:\code\projekte\agile42\stuff\windows_installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.3_PRO-py2.5.egg\agilo\scrum\backlog\web_ui.py", line 238, in _get_backlog File "z:\code\projekte\agile42\stuff\windows_installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.3_PRO-py2.5.egg\agilo\scrum\backlog\json_ui.py", line 49, in _get_backlog File "z:\code\projekte\agile42\stuff\windows_installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.3_PRO-py2.5.egg\agilo\api\controller.py", line 361, in process_command File "z:\code\projekte\agile42\stuff\windows_installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.3_PRO-py2.5.egg\agilo\api\controller.py", line 315, in execute File "z:\code\projekte\agile42\stuff\windows_installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.3_PRO-py2.5.egg\agilo\scrum\backlog\controller.py", line 56, in _execute File "z:\code\projekte\agile42\stuff\windows_installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.3_PRO-py2.5.egg\agilo\scrum\backlog\model.py", line 571, in get File "z:\code\projekte\agile42\stuff\windows_installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.3_PRO-py2.5.egg\agilo\core\model.py", line 1128, in get File "z:\code\projekte\agile42\stuff\windows_installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.3_PRO-py2.5.egg\agilo\scrum\backlog\model.py", line 170, in __init__ File "z:\code\projekte\agile42\stuff\windows_installer\agilo installer\agilo\lib\site-packages\binary_agilo-1.3.3_PRO-py2.5.egg\agilo\scrum\backlog\model.py", line 185, in _check_scope_is_valid MissingOrInvalidScopeError: Invalid Sprint name: global
Attachments (0)
Change History (2)
comment:1 by , 14 years ago
Cc: | added |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
comment:2 by , 14 years ago
Did this url get generated somewhere and you just clicked it or did you just remove the sprint from the URL and tried to get it?
Because the URL is missing an argument (the sprint to display) which is why you see the error. Please join our google group to help us debug this issue if this URL was generated by agilo somehow. (More details on that on AgiloForScrum).
@rblank: thanks for the wrangling. :)
PluginIssue (AgiloForScrum).