码迷,mamicode.com
首页 > 编程语言 > 详细

python-错误

时间:2017-05-05 17:14:54      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:client   line   logs   except   during   class   write   error:   pre   

错误

Exception happened during processing of request from (‘10.0.0.120‘, 58083)
Traceback (most recent call last):
  File "/root/anaconda2/lib/python2.7/SocketServer.py", line 290, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/root/anaconda2/lib/python2.7/SocketServer.py", line 318, in process_request
    self.finish_request(request, client_address)
  File "/root/anaconda2/lib/python2.7/SocketServer.py", line 331, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/root/anaconda2/lib/python2.7/SocketServer.py", line 654, in __init__
    self.finish()
  File "/root/anaconda2/lib/python2.7/SocketServer.py", line 713, in finish
    self.wfile.close()
  File "/root/anaconda2/lib/python2.7/socket.py", line 283, in close
    self.flush()
  File "/root/anaconda2/lib/python2.7/socket.py", line 307, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe

  

python-错误

标签:client   line   logs   except   during   class   write   error:   pre   

原文地址:http://www.cnblogs.com/nidongde/p/6813572.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!