Hi guys, I’m trying to write a script to simulate client connection.
The code below can connect、send_message& disconnect properly.
I’m sure that server sended bot_uttered event, but client can’t recieve bot_uttered event from server.
Here is my code below, Thanks in advance
OS: Win 10 Rasa version: 2.8 Python version: 3.7 Rasa X, Rasa SDK: Not using
I am resurrecting this thread because I have the same problem: No response from the Rasa server is making it thru to the chat interface. Help?
I am troubleshooting this by starting a new project as follows: 1) rasa init 2) Update credentials.yml to enable socketio channel 3) inserted rasa-chat snippet from the documentation; replacing the url with http://0.0.0.0:5005 4) rasa run --cors "*" --debug
On the client side, Chrome dev tools, I can see the outgoing users message:
On the server side, I can see that Rasa got the message:
2023-11-16 13:25:34 DEBUG rasa.core.processor - Starting a new session for conversation ID ‘cda069755da04b2aa23cb4121b4d2c84’.
…
2023-11-16 13:25:35 DEBUG rasa.core.policies.memoization - There is a memorised next action ‘utter_greet’