-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SocketIO not confirming session_request in v2.3.x #7997
Comments
Exalate commented: akelad commented: Thanks, @desmarchris and @b-quachtran will look into this to figure out whether it's the socket library. |
Exalate commented: erohmensing commented: @SirBenedick can you also provide your webchat definition, so we know what version of that code its using? |
Sure, its exactly the example code from here, with a modified socketUrl. I did not explicitly define the version to be used, I am assuming it is 1.0.0. The exact same webchat works with rasa versions <=2.2.10
|
Exalate commented: rgstephens commented: It looks to me like rasa-webchat should upgrade to the latest socket.io library. I opened an issue there. |
Exalate commented: stale[bot] commented: This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Rasa version: 2.3.x
Python version: 3.7.8
Issue: SocketIO not confirming session_request in v2.3.x
Hi,
There seems to be a bug( or undocumented change) in rasa v2.3.0 and v2.3.1. When trying to connect to a rasa project via sockets there is no session_confirmation send back from the server to the client.
What did I do:
The webchat-widget is able to create a socket connection to rasa, but rasa does not respond to the “session_request” event.
I tested different rasa versions. Rasa 2.3.1 and 2.3.0 seem to have the problem. Every version before that works just as expected. (<=2.2.10).
For now, I will be using v2.2.10 until this is fixed, or did I miss any documented changes?
Ben
PS: I deleted the bug template since it does not apply to this bug. I originally asked the question on the rasa forum here The problem might be related to an update to the python-socketio library source
The text was updated successfully, but these errors were encountered: