Home  >  Q&A  >  body text

python - 一个Flask Web应用报了一个error: [Errno 10053]错,求解决。

Exception happened during processing of request from ('171.88.81.70', 27450)
Traceback (most recent call last):
  File "C:\Python27\lib\SocketServer.py", line 596, in process_request_thread
    self.finish_request(request, client_address)
  File "C:\Python27\lib\SocketServer.py", line 331, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\Python27\lib\SocketServer.py", line 654, in __init__
    self.finish()
  File "C:\Python27\lib\SocketServer.py", line 713, in finish
    self.wfile.close()
  File "C:\Python27\lib\socket.py", line 283, in close
    self.flush()
  File "C:\Python27\lib\socket.py", line 307, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 10053]
----------------------------------------

是不是Flask没有用WSGI的原因?

大家讲道理大家讲道理2741 days ago872

reply all(1)I'll reply

  • 阿神

    阿神2017-04-18 10:30:19

    Don’t you know there are many answers to this question on Google?

    To put it simply, it’s an old version of Flask + an old version of Python + bugs when not using the WSGI server.

    reply
    0
  • Cancelreply