Modify

Opened 15 years ago

Closed 15 years ago

#4014 closed defect (fixed)

NoneType Object

Reported by: andreas.rabus@… 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)

Change History (1)

comment:1 Changed 15 years ago by Colin Guthrie

Resolution: fixed
Status: newclosed

This should be fixed with a recent commit.

Please reopen if not :)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Colin Guthrie.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.