Skip to content

Instantly share code, notes, and snippets.

@jrm2k6
Created February 6, 2014 18:40
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 jrm2k6/8850068 to your computer and use it in GitHub Desktop.
Save jrm2k6/8850068 to your computer and use it in GitHub Desktop.
[Thu Feb 06 19:39:58 2014] [error] [client 72.220.215.219] rv = self.handle_user_exception(e)
[Thu Feb 06 19:39:58 2014] [error] [client 72.220.215.219] File "/home/jeremydagorn/.virtualenvs/env7/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
[Thu Feb 06 19:39:58 2014] [error] [client 72.220.215.219] reraise(exc_type, exc_value, tb)
[Thu Feb 06 19:39:58 2014] [error] [client 72.220.215.219] File "/home/jeremydagorn/.virtualenvs/env7/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
[Thu Feb 06 19:39:58 2014] [error] [client 72.220.215.219] rv = self.dispatch_request()
[Thu Feb 06 19:39:58 2014] [error] [client 72.220.215.219] File "/home/jeremydagorn/.virtualenvs/env7/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
[Thu Feb 06 19:39:58 2014] [error] [client 72.220.215.219] return self.view_functions[rule.endpoint](**req.view_args)
[Thu Feb 06 19:39:58 2014] [error] [client 72.220.215.219] File "/home/jeremydagorn/www/jeremydagorn-blog/base.py", line 175, in fetch_projects
[Thu Feb 06 19:39:58 2014] [error] [client 72.220.215.219] return jsonify(projects=response)
[Thu Feb 06 19:39:58 2014] [error] [client 72.220.215.219] NameError: global name 'json' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment