soFrida icon indicating copy to clipboard operation
soFrida copied to clipboard

Unsupported version of the Socket.IO or Engine.IO protocols

Open jf0612 opened this issue 3 years ago • 1 comments

soFrida 사용 중에 아래와 같은 에러메시지가 뜹니다.

The client is using an unsupported version of the Socket.IO or Engine.IO protocols.

에러 해결을 위해 python-socketio, python-engineio, Flask-SocketIO 3가지를 최신버전으로 업그레이드를 진행했습니다. 그러나 여전히 위 에러가 발생하고 있습니다. 다른 조치방법이 있을까요?

jf0612 avatar Nov 03 '21 01:11 jf0612

pip3 install --upgrade python-socketio==4.6.0
pip3 install --upgrade python-engineio==3.13.2
pip3 install --upgrade Flask-SocketIO==4.3.1

winnerawan avatar Dec 19 '21 12:12 winnerawan