Skip to content

Instantly share code, notes, and snippets.

@vojnovski
Created February 1, 2016 19:35
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 vojnovski/e57a638584c547b73146 to your computer and use it in GitHub Desktop.
Save vojnovski/e57a638584c547b73146 to your computer and use it in GitHub Desktop.
Going to /edit/2016-02-01 gives
Traceback (most recent call last):
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1535, in __call__
rv = self.handle_exception(request, response, e)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1529, in __call__
rv = self.router.dispatch(request, response)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1278, in default_dispatcher
return route.handler_adapter(request, response)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1102, in __call__
return handler.dispatch()
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 572, in dispatch
return self.handle_exception(e, self.app.debug)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 570, in dispatch
return method(*args, **kwargs)
File "/base/data/home/apps/e~ohlifevv/1.390398184977381932/handlers/edit.py", line 128, in post
self.delete_post(post)
File "/base/data/home/apps/e~ohlifevv/1.390398184977381932/handlers/edit.py", line 149, in delete_post
email.delete()
AttributeError: 'RawMail' object has no attribute 'delete'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment