Skip to content

Instantly share code, notes, and snippets.

@webmaven
Created November 19, 2014 15:38
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 webmaven/ee3914c80242bc4183a2 to your computer and use it in GitHub Desktop.
Save webmaven/ee3914c80242bc4183a2 to your computer and use it in GitHub Desktop.
ERROR 2014-11-19 15:38:08,755 wsgi.py:279]
Traceback (most recent call last):
File "/home/webmaven/projects/google-cloud-sdk/platform/google_appengine/google/appengine/runtime/wsgi.py", line 267, in Handle
result = handler(dict(self._environ), self._StartResponse)
File "/home/webmaven/projects/appengine-todos-morepath/lib/morepath/app.py", line 123, in __call__
response = self.publish(request)
File "/home/webmaven/projects/appengine-todos-morepath/lib/morepath/publish.py", line 66, in publish
return resolve_response(request, model)
File "/home/webmaven/projects/appengine-todos-morepath/lib/morepath/publish.py", line 48, in resolve_response
raise HTTPNotFound()
HTTPNotFound: The resource could not be found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment