Skip to content

Instantly share code, notes, and snippets.

Created March 21, 2014 11:37
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 anonymous/b5024c9b5453b53b9f1c to your computer and use it in GitHub Desktop.
Save anonymous/b5024c9b5453b53b9f1c to your computer and use it in GitHub Desktop.
ERROR:wptserve:Traceback (most recent call last):
File "/Projects/html-ts/web-platform-tests/tools/wptserve/wptserve/server.py", line 220, in handle_one_request
response.write()
File "/Projects/html-ts/web-platform-tests/tools/wptserve/wptserve/response.py", line 201, in write
self.write_content()
File "/Projects/html-ts/web-platform-tests/tools/wptserve/wptserve/response.py", line 196, in write_content
self.writer.write_content(item)
File "/Projects/html-ts/web-platform-tests/tools/wptserve/wptserve/response.py", line 410, in write_content
self.write(self.encode(data))
File "/Projects/html-ts/web-platform-tests/tools/wptserve/wptserve/response.py", line 418, in write
self._wfile.write(self.encode(data))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
self.flush()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment