Advertisement
Guest User

Untitled

a guest
Aug 21st, 2015
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.10 KB | None | 0 0
  1. Exception happened during processing of request from ('127.0.0.1', 33392)
  2. Traceback (most recent call last):
  3.   File "/usr/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  4.     self.finish_request(request, client_address)
  5.   File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
  6.     self.RequestHandlerClass(request, client_address, self)
  7.   File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__
  8.     self.finish()
  9.   File "/usr/lib/python2.7/SocketServer.py", line 710, in finish
  10.     self.wfile.close()
  11.   File "/usr/lib/python2.7/socket.py", line 279, in close
  12.     self.flush()
  13.   File "/usr/lib/python2.7/socket.py", line 303, in flush
  14.     self._sock.sendall(view[write_offset:write_offset+buffer_size])
  15.   File "/home/max/tmp-work/astconfman/env/local/lib/python2.7/site-packages/gevent/socket.py", line 460, in sendall
  16.     data_sent += self.send(_get_memory(data, data_sent), flags)
  17.   File "/home/max/tmp-work/astconfman/env/local/lib/python2.7/site-packages/gevent/socket.py", line 437, in send
  18.     return sock.send(data, flags)
  19. error: [Errno 32] Broken pipe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement