検索

ホームページ  >  に質問  >  本文

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的原因?

大家讲道理大家讲道理2787日前902

全員に返信(1)返信します

  • 阿神

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

    Google にはこの質問に対する答えがたくさんあることをご存知ですか?

    簡単に言うと、古いバージョンの Flask + 古いバージョンの Python + WSGI サーバーを使用しない場合のバグです。

    返事
    0
  • キャンセル返事