Created
February 1, 2016 19:35
-
-
Save vojnovski/e57a638584c547b73146 to your computer and use it in GitHub Desktop.
Going to /edit/2016-02-01 gives
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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