Rasa 3.0 error socket.io

@Euler

[Note: This proposed solution working on rasa and rasa-sdk 3.0.2 running on rasa/webchat [MacOS]]

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-routing==0.7.0
sanic-jwt==1.7.0
sanic-plugin-toolkit==1.2.0
Sanic-Plugins-Framework==0.9.5
socketIO-client==0.7.2

I guess you need to install pip install sanic-plugins-framework==0.9.5

Do check this version or ref this requirementrequirements3.0.2.txt (3.0 KB)

@Euler I can confirm that it’s running on my machine:

Screenshot 2021-12-15 at 8.26.17 PM

@Euler I hope this will solve your issue and good luck!