Modify ↓
#9911 closed defect (cantfix)
KeyError: 'chrome.href'
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.13dev |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /stractistics
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'arguments': None, 'module': None}
User agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
System Information
Trac | 0.13dev-r10358
|
Genshi | 0.6
|
mod_python | 3.3.1
|
Pygments | 1.2.2
|
pysqlite | 2.4.1
|
Python | 2.6.5 (r265:79063, Apr 16 2010, 14:15:55) [GCC 4.4.3]
|
pytz | 2010b
|
setuptools | 0.6
|
SQLite | 3.6.22
|
Subversion | 1.6.6 (r40053)
|
jQuery | 1.4.3
|
Enabled Plugins
STractistics | 0.4.2
|
TracMercurial | 0.12.0.23dev-r9953
|
TracTocMacro | 11.0.0.3
|
Python Traceback
Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/Trac-0.13dev_r10358-py2.6.egg/trac/web/main.py", line 511, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.6/dist-packages/Trac-0.13dev_r10358-py2.6.egg/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.6/dist-packages/STractistics-0.4.2-py2.6.egg/stractistics/web_ui.py", line 123, in process_request db) File "/usr/local/lib/python2.6/dist-packages/STractistics-0.4.2-py2.6.egg/stractistics/global_reports.py", line 31, in global_reports weeks_back, db) File "/usr/local/lib/python2.6/dist-packages/STractistics-0.4.2-py2.6.egg/stractistics/global_reports.py", line 72, in _repository_activity req.hdf['chrome.href']) File "/usr/local/lib/python2.6/dist-packages/Trac-0.13dev_r10358-py2.6.egg/trac/web/clearsilver.py", line 169, in __getitem__ raise KeyError, name KeyError: 'chrome.href'
Attachments (0)
Change History (2)
comment:1 by , 14 years ago
Resolution: | → cantfix |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Furthermore, support for ClearSilver templates will get nuked soon on trunk.
Note:
See TracTickets
for help on using tickets.
PluginIssue (STractistics).