I’m trying to connect rasa 3.2 using socket but I get below error whenever I’m trying to connect.
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)
Below are my packages
python-engineio 4.3.0
python-socketio 5.5.0
rasa 3.0.2
rasa-sdk 3.0.2
sanic 21.6.0
Sanic-Cors 1.0.0
sanic-jwt 1.7.0
sanic-plugin-toolkit 1.2.0
Sanic-Plugins-Framework 0.9.5
I got few incompatibles with packages which I have ignored and was not able to resolve those incompatible issues. Any help on this will be great. TIA