Skip to content

Instantly share code, notes, and snippets.

Created November 28, 2010 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/718983 to your computer and use it in GitHub Desktop.
Save anonymous/718983 to your computer and use it in GitHub Desktop.
11-28 06:04AM 56.366
Traceback (most recent call last):
File "/base/data/home/apps/deepice-blog/blog.346537539502424073/yui.py", line 1216, in __call__
handler.get(*groups, **groupdict)
File "/base/data/home/apps/deepice-blog/blog.346537539502424073/view.py", line 505, in get
self.response.set_last_modified(last_updated)
File "/base/data/home/apps/deepice-blog/blog.346537539502424073/yui.py", line 836, in set_last_modified
self._last_modified = datetime.strptime(last_modified, '%a, %d %b %Y %H:%M:%S GMT')
File "/base/python_runtime/python_dist/lib/python2.5/_strptime.py", line 330, in strptime
(data_string, format))
ValueError: time data did not match format: data=2010-11-28T14:04:56Z fmt=%a, %d %b %Y %H:%M:%S GMT
E 11-28 06:04AM 56.371
<type 'exceptions.ValueError'>: time data did not match format: data=2010-11-28T14:04:56Z fmt=%a, %d %b %Y %H:%M:%S GMT
Traceback (most recent call last):
File "/base/data/home/apps/deepice-blog/blog.346537539502424073/blog.py", line 66, in main
util.run_wsgi_app(application)
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/util.py", line 97, in run_wsgi_app
run_bare_wsgi_app(add_wsgi_middleware(application))
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/util.py", line 115, in run_bare_wsgi_app
result = application(env, _start_response)
File "/base/data/home/apps/deepice-blog/blog.346537539502424073/yui.py", line 1258, in find_domain
return wsgi_app(env, start_response)
File "/base/data/home/apps/deepice-blog/blog.346537539502424073/yui.py", line 1225, in __call__
handler.handle_exception(e)
File "/base/data/home/apps/deepice-blog/blog.346537539502424073/yui.py", line 1216, in __call__
handler.get(*groups, **groupdict)
File "/base/data/home/apps/deepice-blog/blog.346537539502424073/view.py", line 505, in get
self.response.set_last_modified(last_updated)
File "/base/data/home/apps/deepice-blog/blog.346537539502424073/yui.py", line 836, in set_last_modified
self._last_modified = datetime.strptime(last_modified, '%a, %d %b %Y %H:%M:%S GMT')
File "/base/python_runtime/python_dist/lib/python2.5/_strptime.py", line 330, in strptime
(data_string, format))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment