#379: Exception caught while post-processing request
------------------------+--------------------
Reporter: andrej | Owner: nobody
Type: defect | Status: new
Priority: major | Milestone:
Component: dashboard | Version: 0.4.0
Resolution: | Keywords:
------------------------+--------------------
Changes (by andrej):
* owner: => nobody
* component: => dashboard
Old description:
> Log file contains the following log entry:
> 2013-02-10 18:57:32,837 Trac[main] ERROR: Exception caught while post-
> processing request:
> Traceback (most recent call last):
> File
> "/Users/andrejg/Digiverse/bloodhound/bloodhound/trac/trac/web/main.py",
> line 243, in dispatch
> self._post_process_request(req)
> File
> "/Users/andrejg/Digiverse/bloodhound/bloodhound/trac/trac/web/main.py",
> line 340, in _post_process_request
> f.post_process_request(req, *(None,)*extra_arg_count)
> File
> "/Users/andrejg/Digiverse/bloodhound/bloodhound/bloodhound_theme/bhtheme/theme.py",
> line 263, in post_process_request
> 'bloodhound', 'responsive_layout', 'true')
> TypeError: 'NoneType' object does not support item assignment
> 2013-02-10 18:57:32,837 Trac[main] WARNING: [127.0.0.1] HTTPNotFound: 404
> Not Found (File js/messages/en_US.js not found)
>
> Source revision: r1444577.
New description:
Log file contains the following log entry:
{{{
2013-02-10 18:57:32,837 Trac[main] ERROR: Exception caught while post-
processing request:
Traceback (most recent call last):
File ".../bloodhound/trac/trac/web/main.py", line 243, in dispatch
self._post_process_request(req)
File ".../bloodhound/trac/trac/web/main.py", line 340, in
_post_process_request
f.post_process_request(req, *(None,)*extra_arg_count)
File ".../bloodhound/bloodhound_theme/bhtheme/theme.py", line 263, in
post_process_request
'bloodhound', 'responsive_layout', 'true')
TypeError: 'NoneType' object does not support item assignment
2013-02-10 18:57:32,837 Trac[main] WARNING: [127.0.0.1] HTTPNotFound: 404
Not Found (File js/messages/en_US.js not found)
}}}
Source revision: r1444577.
--
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/379#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker