Skip to content

Instantly share code, notes, and snippets.

@roamlog
Created December 13, 2010 11:34
Show Gist options
  • Save roamlog/738921 to your computer and use it in GitHub Desktop.
Save roamlog/738921 to your computer and use it in GitHub Desktop.
打开 www.v2ex.com 显示如下
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 515, in __call__
handler.get(*groups)
File "/base/data/home/apps/v2ex/1.346841488429081261/main.py", line 68, in get
member = CheckAuth(self)
File "/base/data/home/apps/v2ex/1.346841488429081261/v2ex/babel/security/__init__.py", line 14, in CheckAuth
cookies = Cookies(handler, max_age = 86400 * 365, path = '/')
File "/base/data/home/apps/v2ex/1.346841488429081261/v2ex/babel/ext/cookies.py", line 6, in __init__
self._in = handler.request.cookies
File "/base/python_runtime/python_lib/versions/1/webob/__init__.py", line 985, in cookies
vars = self.str_cookies
File "/base/python_runtime/python_lib/versions/1/webob/__init__.py", line 973, in str_cookies
cookies.load(source)
File "/base/python_runtime/python_dist/lib/python2.5/Cookie.py", line 619, in load
self.__ParseString(rawdata)
File "/base/python_runtime/python_dist/lib/python2.5/Cookie.py", line 650, in __ParseString
self.__set(K, rval, cval)
File "/base/python_runtime/python_dist/lib/python2.5/Cookie.py", line 572, in __set
M.set(key, real_value, coded_value)
File "/base/python_runtime/python_dist/lib/python2.5/Cookie.py", line 451, in set
raise CookieError("Illegal key value: %s" % key)
CookieError: Illegal key value: ,__utma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment