Right. i commentet out the call in the else an my error still occurde but no error msg in the log any more.
i filed a ticket as suggested. So i need to find an other reason why my trac hangs... On Oct 29, 2:26 pm, "Thomas Moschny" <[EMAIL PROTECTED]> wrote: > 2008/10/28wegdamit<[EMAIL PROTECTED]>: > > > > > Im on debian etch an installed trac 0.11 with some (many) plugins. > > > But now i get strange errors in my Log an the trac web pages hang for > > a few seconds in each request. (about 10sec, for each request) > > > 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' > > Note sure whether this error has something to do with the delays you > are noticing, but it is related to the clientsplugin and should be > easy to fix. The code in question simply doesn't check whether data is > None. File a bug > here:http://trac-hacks.org/newticket?component=ClientsPlugin&owner=coling. > > -- > Thomas Moschny <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
