Modify ↓
Opened 17 years ago
Closed 17 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)
Note:
See TracTickets
for help on using tickets.



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