Skip to Content
Menu
This question has been flagged
1 Reply
2366 Views

 
Exception happened during processing of request from ('127.0.0.1', 60222)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_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 

Avatar
Discard
Best Answer

Hi Mac,

Please follow this links:

https://www.odoo.com/forum/help-1/question/self-sock-sendall-broken-pipe-means-28296

https://stackoverflow.com/questions/11866792/how-to-prevent-errno-32-broken-pipe

Avatar
Discard