Modify ↓
#8400 closed defect (wontfix)
KeyError: 'fields'
Reported by: | tmo | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.2.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /ticket/861
, Trac issued an internal error.
Wanted to diff description from an older version from the ticket history.
Request parameters:
{'action': u'diff', 'id': u'861', 'version': u'4'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
System Information
Trac | 0.11.2.1
|
Python | 2.5.1 (r251:54863, Nov 3 2007, 02:54:52) [C]
|
setuptools | 0.6c7
|
SQLite | 3.6.4
|
pysqlite | 2.3.5
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
Subversion | 1.4.5 (r25188)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/opt/csw/lib/python/site-packages/Trac-0.11.2.1-py2.5.egg/trac/web/main.py", line 432, in _dispatch_request dispatcher.dispatch(req) File "/opt/csw/lib/python/site-packages/Trac-0.11.2.1-py2.5.egg/trac/web/main.py", line 216, in dispatch self._post_process_request(req, *resp) File "/opt/csw/lib/python/site-packages/Trac-0.11.2.1-py2.5.egg/trac/web/main.py", line 308, in _post_process_request resp = f.post_process_request(req, *resp) File "build/bdist.solaris-2.8-sun4u/egg/mastertickets/web_ui.py", line 64, in post_process_request for field, field_data in change['fields'].iteritems(): KeyError: 'fields'
Attachments (0)
Note:
See TracTickets
for help on using tickets.
PluginIssue, see TracHacks:MasterTicketsPlugin.