Skip to content

Instantly share code, notes, and snippets.

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 Micropathology/3033d8980f5e3209cf289b6cd90674df to your computer and use it in GitHub Desktop.
Save Micropathology/3033d8980f5e3209cf289b6cd90674df to your computer and use it in GitHub Desktop.
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 60252)
Traceback (most recent call last):
File "/mnt/galaxy/galaxy-app/.venv/local/lib/python2.7/site-packages/paste/httpserver.py", line 1085, in process_request_in_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 654, in __init__
self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 713, in finish
self.wfile.close()
File "/usr/lib/python2.7/socket.py", line 283, in close
self.flush()
File "/usr/lib/python2.7/socket.py", line 307, 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