Modify ↓
#11225 closed defect (cantfix)
KeyError: 'sprint'
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | highest | 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 /sprint/teste
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'name': u'teste'}
User Agent was: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.63 Safari/537.36
System Information
Trac | 0.11.7
|
Python | 2.5.5 (r255:77872, Jun 3 2010, 14:43:28) [GCC 4.1.2 20080704 (Red Hat 4.1.2-48)]
|
setuptools | 0.7
|
SQLite | 3.6.23
|
pysqlite | 2.3.2
|
Genshi | 0.5.1
|
mod_wsgi | 3.4 (WSGIProcessGroup tracdaemon WSGIApplicationGroup %{GLOBAL})
|
Pygments | 1.3.1
|
Agilo | py2.5
|
Subversion | 1.7.2 (r1207936)
|
RPC | 1.1.2
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/local/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/main.py", line 206, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-x86_64/egg/agilo/api/view.py", line 155, in process_request return self._call_filters_and_handler(req, handler) File "build/bdist.linux-x86_64/egg/agilo/api/view.py", line 143, in _call_filters_and_handler data = handler(req) or {} File "build/bdist.linux-x86_64/egg/agilo/scrum/sprint/web_ui.py", line 161, in do_get self._prepare_links(req, name, milestone) File "build/bdist.linux-x86_64/egg/agilo/scrum/sprint/web_ui.py", line 140, in _prepare_links s = s['sprint'] KeyError: 'sprint'
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
Cc: | added |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
comment:2 by , 11 years ago
@rblank: thanks for the cc
@reporter: please write to the Agilo Support Team (support@…)
Note:
See TracTickets
for help on using tickets.
PluginIssue (AgiloForScrum).