I started a thread on the TurboGears list and Sylvain Hellegouarch
helped me debug the initial problems (tracebacks in sessionfilter.py),
but now I'm having problems loading cookies. He asked me to post here.
The original thread is here:
http://groups.google.com/group/turbogears/browse_thread/thread/7edd9e2c89c98d80/54f1f19d54b04549?
I'm currently getting this traceback when I try and load any page:
2005/12/12 12:46:27 INFO Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
line 263, in run
self.processRequestHeaders()
File
"/usr/lib/python2.4/site-packages/CherryPy-2.1.0-py2.4.egg/cherrypy/_cphttptools.py",
line 340, in processRequestHeaders
request.simpleCookie.load(value)
File "/usr/lib/python2.4/Cookie.py", line 621, in load
self.__ParseString(rawdata)
File "/usr/lib/python2.4/Cookie.py", line 652, in __ParseString
self.__set(K, rval, cval)
File "/usr/lib/python2.4/Cookie.py", line 574, in __set
M.set(key, real_value, coded_value)
File "/usr/lib/python2.4/Cookie.py", line 453, in set
raise CookieError("Illegal key value: %s" % key)
CookieError: Illegal key value: hide:inst2
Any suggestions? Anything I can do to help?
Thanks,
Graham
How that happened, though, I don't know. Hope Remi does!
Cheers,
Graham