Created
October 17, 2013 20:04
-
-
Save rgbkrk/7031314 to your computer and use it in GitHub Desktop.
500 nbviewer
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
[2013-10-17 20:03:15,960] ERROR: Exception on /create/ [POST] | |
Traceback (most recent call last): | |
File "/usr/share/nbviewer/venv/local/lib/python2.7/site-packages/flask/app.py", line 1687, in wsgi_app | |
response = self.full_dispatch_request() | |
File "/usr/share/nbviewer/venv/local/lib/python2.7/site-packages/flask/app.py", line 1360, in full_dispatch_request | |
rv = self.handle_user_exception(e) | |
File "/usr/share/nbviewer/venv/local/lib/python2.7/site-packages/flask/app.py", line 1358, in full_dispatch_request | |
rv = self.dispatch_request() | |
File "/usr/share/nbviewer/venv/local/lib/python2.7/site-packages/flask/app.py", line 1344, in dispatch_request | |
return self.view_functions[rule.endpoint](**req.view_args) | |
File "/usr/share/nbviewer/gist.py", line 174, in create | |
response.set_cookie('rendered_urls', value=nvisit+1) | |
File "/usr/share/nbviewer/venv/local/lib/python2.7/site-packages/werkzeug/wrappers.py", line 992, in set_cookie | |
self.charset)) | |
File "/usr/share/nbviewer/venv/local/lib/python2.7/site-packages/werkzeug/http.py", line 905, in dump_cookie | |
value = to_bytes(value, charset) | |
File "/usr/share/nbviewer/venv/local/lib/python2.7/site-packages/werkzeug/_compat.py", line 106, in to_bytes | |
raise TypeError('Expected bytes') | |
TypeError: Expected bytes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment