2008/10/28 wegdamit <[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
-~----------~----~----~----~------~----~------~--~---

Reply via email to