때로는 내 터미널을 볼 때 아래 오류가 표시됩니다. 누군가가 나를 표시하고 어떻게 피하는 지 알 수 있습니까?오류 : [Errno 32] 부러진 파이프 장고
Exception happened during processing of request from ('127.0.0.1', 39444)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 582, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/home/comp/Envs/proj/local/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 150, in __init__
super(WSGIRequestHandler, self).__init__(*args, **kwargs)
File "/usr/lib/python2.7/SocketServer.py", line 640, in __init__
self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 693, in finish
self.wfile.flush()
File "/usr/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
가장 많이 투표 한 답변보기 http://stackoverflow.com/questions/7912672/django-broken-pipe-in-debug-mode – danielcorreia