We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After a bunch of requests the API dies giving this error. The only corrective action currently is restarting the server.
127.0.0.1 - - [09/Feb/2016 20:55:27] "GET /instructors/Anany%20Levitin HTTP/1.1" 200 - Error on request: Traceback (most recent call last): File "/Users/dsiah/Documents/Languages/Python/oberon-venv/lib/python2.7/site-packages/werkzeug/serving.py", line 194, in run_wsgi execute(self.server.app) File "/Users/dsiah/Documents/Languages/Python/oberon-venv/lib/python2.7/site-packages/werkzeug/serving.py", line 185, in execute write(data) File "/Users/dsiah/Documents/Languages/Python/oberon-venv/lib/python2.7/site-packages/werkzeug/serving.py", line 160, in write self.send_header('Server', self.version_string()) File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 401, in send_header self.wfile.write("%s: %s\r\n" % (keyword, value)) IOError: [Errno 32] Broken pipe
Any ideas?
The text was updated successfully, but these errors were encountered:
Broken Pipe occurs when one end of the connection tries sending data while the other end has already closed the connection.
Sorry, something went wrong.
No branches or pull requests
After a bunch of requests the API dies giving this error. The only corrective action currently is restarting the server.
Any ideas?
The text was updated successfully, but these errors were encountered: