Edgewall Software

Ticket #7829 (closed defect: invalid)

Opened 7 weeks ago

Last modified 6 weeks ago

KeyError: 'fields'

Reported by: carlos.migliavacca@… Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc:

Description

I got this when I did diff between changes in ticket.

How to Reproduce

While doing a GET operation on /ticket/19, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'action': u'diff', 'id': u'19', 'version': u'4'}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4

System Information

Trac 0.11.1
Python 2.5.2 (r252:60911, Jul 31 2008, 17:49:46)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
setuptools 0.6c8
SQLite 3.4.2
pysqlite 2.4.0
Genshi 0.6dev-r960
mod_python 3.3.1
Subversion 1.5.1 (r32289)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 209, in dispatch
    self._post_process_request(req, *resp)
  File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 299, 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

Change History

Changed 6 weeks ago by anonymous

  • status changed from new to closed
  • resolution set to duplicate

Solution at ticket #3920

Changed 6 weeks ago by nkantrowitz

  • status changed from closed to reopened
  • resolution duplicate deleted

Changed 6 weeks ago by nkantrowitz

  • status changed from reopened to closed
  • version 0.11.1 deleted
  • resolution set to invalid

Not sure who closed this, but it is a known (long-standing) bug in the mastertickets plugin.

Add/Change #7829 (KeyError: 'fields')

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from (none). Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.