Modify ↓
Opened 14 years ago
Closed 14 years ago
#10056 closed defect (cantfix)
KeyError: 'fields'
Reported by: | linux | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.7 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Ticket Diff occours an error:
How to Reproduce
While doing a GET operation on /ticket/715
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'action': u'diff', 'id': u'715', 'version': u'1'}
User Agent was: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.13) Gecko/20101203 SUSE/3.6.13-0.2.1 Firefox/3.6.13
System Information
Trac | 0.11.7
|
Python | 2.5.1 (r251:54863, Sep 21 2007, 22:46:31) [GCC 4.2.1 (SUSE Linux)]
|
setuptools | 0.6c6
|
SQLite | 3.4.1
|
pysqlite | 2.3.2
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
Pygments | 1.0
|
FullBlog | 0.1.1-r9430
|
Subversion | 1.4.4 (r25188)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/local/lib64/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/lib64/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/main.py", line 217, in dispatch self._post_process_request(req, *resp) File "/usr/local/lib64/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/main.py", line 309, in _post_process_request resp = f.post_process_request(req, *resp) File "build/bdist.linux-x86_64/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 (TH:MasterTicketsPlugin).