Created
September 15, 2017 19:19
-
-
Save april/d23f5821ef644efe23ee55bd237dc30a to your computer and use it in GitHub Desktop.
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 "/Users/april/Source/misbehaving.site/env/lib/python3.6/site-packages/flask/app.py", line 1997, in __call__ | |
return self.wsgi_app(environ, start_response) | |
File "/Users/april/Source/misbehaving.site/env/lib/python3.6/site-packages/whitenoise/base.py", line 66, in __call__ | |
return self.application(environ, start_response) | |
File "/Users/april/Source/misbehaving.site/env/lib/python3.6/site-packages/flask/app.py", line 1989, in wsgi_app | |
return response(environ, start_response) | |
File "/Users/april/Source/misbehaving.site/env/lib/python3.6/site-packages/werkzeug/wrappers.py", line 1277, in __call__ | |
start_response(status, headers) | |
TypeError: unable to add header to the response |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment