Anyone else getting this intermittent error on creating tickets? AttributeError: 'NoneType' object has no attribute 'has_key'
File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 173, in dispatch chosen_handler) File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 286, in _pre_process_request chosen_handler = filter_.pre_process_request(req, chosen_handler) File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.0_PRO- py2.6.egg/agilo/utils/web_ui.py", line 196, in pre_process_request elif self._alias_to_type.has_key(req.args[typedef]): As it only happens some times, I'm suspicious that it is related to running as WSGI, possibly in a non-thread-safe way with a global variable? My users are getting grumpy that they keep seeing this, and I can't seem to figure out the cause. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. 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/agilo?hl=en -~----------~----~----~----~------~----~------~--~---

