Skip to content
New issue

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

Broken Pipe? #5

Open
dsiah opened this issue Feb 10, 2016 · 1 comment
Open

Broken Pipe? #5

dsiah opened this issue Feb 10, 2016 · 1 comment
Labels

Comments

@dsiah
Copy link

dsiah commented Feb 10, 2016

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?

@dsiah dsiah added the bug label Feb 10, 2016
@kentkwu
Copy link
Contributor

kentkwu commented Feb 10, 2016

Broken Pipe occurs when one end of the connection tries sending data while the other end has already closed the connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants