Modify ↓
Opened 12 years ago
Closed 12 years ago
#11096 closed defect (cantfix)
KeyError: 'sprint'
Reported by: | aman | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.12.5 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /sprint/March 2013
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'name': u'March 2013'}
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0
System Information
Trac | 0.12.5
|
Agilo | 0.9.5
|
Babel | 0.9.4 (translations unavailable)
|
Docutils | 0.6
|
Genshi | 0.6 (without speedups)
|
mod_python | 3.3.1
|
Pygments | 1.1.1
|
pysqlite | 2.4.1
|
Python | 2.6.6 (r266:84292, Sep 11 2012, 08:34:23) [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)]
|
pytz | 2010h
|
setuptools | 0.6
|
SQLite | 3.6.20
|
Subversion | 1.6.11 (r934486)
|
jQuery | 1.4.4
|
Enabled Plugins
agilo | 0.9.5
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/Trac-0.12.5-py2.6.egg/trac/web/main.py", line 522, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.6/site-packages/Trac-0.12.5-py2.6.egg/trac/web/main.py", line 243, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.6/site-packages/agilo-0.9.5-py2.6.egg/agilo/api/view.py", line 155, in process_request return self._call_filters_and_handler(req, handler) File "/usr/lib/python2.6/site-packages/agilo-0.9.5-py2.6.egg/agilo/api/view.py", line 143, in _call_filters_and_handler data = handler(req) or {} File "/usr/lib/python2.6/site-packages/agilo-0.9.5-py2.6.egg/agilo/scrum/sprint/web_ui.py", line 161, in do_get self._prepare_links(req, name, milestone) File "/usr/lib/python2.6/site-packages/agilo-0.9.5-py2.6.egg/agilo/scrum/sprint/web_ui.py", line 140, in _prepare_links s = s['sprint'] KeyError: 'sprint'
Attachments (0)
Note:
See TracTickets
for help on using tickets.
PluginIssue (AgiloForScrum).