Modify ↓
Opened 13 years ago
Closed 13 years ago
#10328 closed defect (cantfix)
KeyError: 'sprint'
Reported by: | emorano | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.12.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /sprint/Sistemas
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'name': u'Sistemas'}
User agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30
System Information
Trac | 0.12.2
|
Agilo | 1.3.4-PRO
|
Babel | 0.9.5
|
Genshi | 0.6
|
GIT | 1.7.0.4
|
mod_python | 3.3.1
|
Pygments | 1.4
|
pysqlite | 2.4.1
|
Python | 2.6.5 (r265:79063, Apr 16 2010, 14:15:55) [GCC 4.4.3]
|
pytz | 2010b
|
setuptools | 0.6
|
SQLite | 3.6.22
|
Subversion | 1.6.6 (r40053)
|
jQuery | 1.4.2
|
Enabled Plugins
binary-agilo | 1.3.4-PRO
|
LdapPlugin | 0.6.0dev-r5686
|
TracAccountManager | 0.2.1dev-r10314
|
TracGit | 0.12.0.5dev
|
TracTags | 0.6
|
TracWysiwyg | 0.12.0.3-r9676
|
Python Traceback
Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.2-py2.6.egg/trac/web/main.py", line 511, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.6/dist-packages/Trac-0.12.2-py2.6.egg/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.3.4_PRO-py2.6.egg/agilo/api/view.py", line 155, in process_request return self._call_filters_and_handler(req, handler) File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.3.4_PRO-py2.6.egg/agilo/api/view.py", line 143, in _call_filters_and_handler data = handler(req) or {} File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.3.4_PRO-py2.6.egg/agilo/scrum/sprint/web_ui.py", line 160, in do_get self._prepare_links(req, name, milestone) File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.3.4_PRO-py2.6.egg/agilo/scrum/sprint/web_ui.py", line 139, in _prepare_links s = s['sprint'] KeyError: 'sprint'
Attachments (0)
Note:
See TracTickets
for help on using tickets.
PluginIssue (binary-agilo).