Hi, After setting up error reporting on my site, I notice quite a lot of KeyErrors which look like this:
[29/Oct/2013:00:23:51] Traceback (most recent call last): File "/var/www/env/lib/python2.7/site-packages/cherrypy/_cptree.py<http://eurinfo.net/env/lib/python2.7/site-packages/cherrypy/_cptree.py>", line 140, in release_serving req.close() File "/var/www/env/lib/python2.7/site-packages/cherrypy/_cprequest.py<http://eurinfo.net/env/lib/python2.7/site-packages/cherrypy/_cprequest.py>", line 492, in close self.hooks.run('on_end_request') File "/var/www/env/lib/python2.7/site-packages/cherrypy/_cprequest.py<http://eurinfo.net/env/lib/python2.7/site-packages/cherrypy/_cprequest.py>", line 112, in run raise exc KeyError: u'08520ec720ca3a97fb6290654d6933e27b08acae' I assume, this has something to do with the identity provider? Or sessions? I am a bit at a loss, as the exception is never arriving in my application, so I don't know what triggers it. Any ideas? Or should I forward this to the cherrypy devs? -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/groups/opt_out.

