Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#8074 closed defect (invalid)

KeyError: u'bug'

Reported by: joelg Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.2
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /admin/agilo/links/bug-task, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'cat_id': u'agilo', 'panel_id': u'links', 'path_info': u'bug-task'}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6

System Information

Trac 0.11.2
Python 2.5.2 (r252:60911, Feb 17 2009, 11:30:24)
[GCC 4.2.1 20070719 [FreeBSD]]
setuptools 0.6c8
SQLite 3.5.6
pysqlite 2.3.5
Genshi 0.5.1
Pygments 0.11.1
Subversion 1.5.2 (r32768)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.2-py2.5.egg/trac/web/main.py", line 432, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.2-py2.5.egg/trac/web/main.py", line 204, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.2-py2.5.egg/trac/admin/web_ui.py", line 113, in process_request
    path_info)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.7.3.1_r1274_20090203-py2.5.egg/agilo/admin/api.py", line 55, in render_admin_panel
    return self.detail_view(req, cat, page, path_info)
  File "/usr/local/lib/python2.5/site-packages/agilo-0.7.3.1_r1274_20090203-py2.5.egg/agilo/admin/links.py", line 65, in detail_view
    'source_fields' : self.agilo_config.TYPES[source],
KeyError: u'bug'

Attachments (0)

Change History (1)

comment:1 by Emmanuel Blot, 15 years ago

Resolution: invalid
Status: newclosed

Not a Trac core issue, please report this error to the Agilo plugin maintainer

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.