botfront / rasa-webchat

A feature-rich chat widget for Rasa and Botfront
https://botfront.io/rasa
Apache License 2.0
950 stars 496 forks source link

Not compatible with Rasa 2.3+ #344

Open rgstephens opened 3 years ago

rgstephens commented 3 years ago

Rasa 2.3 upgraded to python-socketio version 5.x which is not compatible with JavaScript Socket.IO v1.x & 2.x.

Need to upgrade the socket.io package to the latest 3.x release.

image

sibbsnb commented 3 years ago

is this being fixed?

MatthieuJnon commented 3 years ago

https://github.com/botfront/rasa-webchat/pull/346 @rgstephens @sibbsnb, see @pheel comment below, it's a rasa issue, we've submitted a fix to rasa. https://github.com/RasaHQ/rasa/pull/8099

pheel commented 3 years ago

See https://github.com/RasaHQ/rasa/issues/8092

ltfschoen commented 1 year ago

doesn't look like a rasa issue anymore. is this being fixed?