Modify ↓
Opened 16 years ago
Closed 16 years ago
#4014 closed defect (fixed)
NoneType Object
Reported by: | Owned by: | Colin Guthrie | |
---|---|---|---|
Priority: | low | Component: | ClientsPlugin |
Severity: | minor | Keywords: | NoneType |
Cc: | Trac Release: | 0.11 |
Description
In the trac log are errors like the following:
ERROR: 'NoneType' object has no attribute 'has_key' Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 234, in dispatch self._post_process_request(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 303, in _post_process_request f.post_process_request(req, *(None,)*extra_arg_count) File "build/bdist.linux-i686/egg/clients/client.py", line 29, in post_process_request AttributeError: 'NoneType' object has no attribute 'has_key' 2008-10-28 10:15:22,421 Trac[__init__] ERROR: 'NoneType' object has no attribute 'has_key' Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 425, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 226, in dispatch self._post_process_request(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 303, in _post_process_request f.post_process_request(req, *(None,)*extra_arg_count) File "build/bdist.linux-i686/egg/clients/client.py", line 29, in post_process_request AttributeError: 'NoneType' object has no attribute 'has_key'
and on the trac user list somebody mentions it should be a bug in this plugin...
This is on a debian etch system with many plugins installed.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
This should be fixed with a recent commit.
Please reopen if not :)