报错
The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO)
解决方案

pip install Flask-SocketIO==4.3.1
pip install python-engineio==3.13.2
pip install python-socketio==4.6.0

或者
pip install flask-socketio==4.0.0
pip install python-socketio==4.0.1
pip install python-engineio==3.2.0

 

 


from:https://blog.csdn.net/piaopu0120/article/details/115462422

相关文章:

  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-08-26
  • 2021-08-10
猜你喜欢
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
  • 2021-09-02
  • 2022-12-23
  • 2022-02-10
相关资源
相似解决方案