Hi everyone,
I am trying to connect the Rasa Chat Widget (https://www.npmjs.com/package/@rasahq/rasa-chat) to my RASA X installation. I get the following error message.
[ERROR] Exception occurred while handling uri: 'ws://blubot.blauedaecher.com/socket.io/?EIO=4&transport=websocket&sid=L_SclJt9oF9vj2VgAAAC'
Traceback (most recent call last):
File "handle_request", line 124, in handle_request
sanic.exceptions.ServerError: Invalid response type None (need HTTPResponse)
This error is also mentioned here (Socket Channel not working in rasa 3.0.0 · Issue #10412 · RasaHQ/rasa · GitHub) and there is a fix with different dependency versions (Problem with websockets - #13 by Vast)
How ca I implement that with Rasa X? What is the Rasa image I should use.
Thank you in advance,
Sören