Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#9456 closed defect (cantfix)

MissingOrInvalidScopeError: Invalid Sprint name: Hoster & Nexus CP

Reported by: aditi@… Owned by:
Priority: normal Milestone:
Component: general Version:
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'Hoster & Nexus CP',
 'name': u'Sprint Backlog',
 'scope': None,
 'view': u'View'}

User Agent was: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

System Information

Trac 0.11.7.1dev-r9901
Python 2.4.3 (#1, Sep 3 2009, 15:37:37)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
setuptools 0.6c11
SQLite 3.3.6
pysqlite 2.3.3
Genshi 0.5.1
mod_python 3.2.8
Agilo 1.3.0.1-PRO
Subversion 1.6.11 (r934486)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Trac-0.11.7.1dev_r9901-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.1dev_r9901-py2.4.egg/trac/web/main.py", line 206, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/binary_agilo-1.3.0.1_PRO-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/binary_agilo-1.3.0.1_PRO-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/binary_agilo-1.3.0.1_PRO-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/binary_agilo-1.3.0.1_PRO-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/binary_agilo-1.3.0.1_PRO-py2.4.egg/agilo/scrum/backlog/json_ui.py", line 50, in _get_backlog
    backlog = BacklogController(self.env).process_command(cmd_get)
  File "/usr/lib/python2.4/site-packages/binary_agilo-1.3.0.1_PRO-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/binary_agilo-1.3.0.1_PRO-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/binary_agilo-1.3.0.1_PRO-py2.4.egg/agilo/scrum/backlog/controller.py", line 51, in _execute
    scope=self.scope)
  File "/usr/lib/python2.4/site-packages/binary_agilo-1.3.0.1_PRO-py2.4.egg/agilo/scrum/backlog/model.py", line 574, in get
    return super(BacklogModelManager, self).get(**kwargs)
  File "/usr/lib/python2.4/site-packages/binary_agilo-1.3.0.1_PRO-py2.4.egg/agilo/core/model.py", line 1125, in get
    m = self.model(self.env, **kwargs)
  File "/usr/lib/python2.4/site-packages/binary_agilo-1.3.0.1_PRO-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/binary_agilo-1.3.0.1_PRO-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: Hoster & Nexus CP

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 14 years ago

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

AgiloForScrum issue.

comment:2 by Martin Häcker <martin.haecker@…>, 14 years ago

@reporter: I think this is solved by the next bugfix release of Agilo (which should be out around this weekend). Other than that, please join our Support Google Group if that doesn't solve your problem. More details at AgiloForScrum.

@cboos: thanks for wrangling! :-)

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.