Hey Horizon733, thanks for you help. Presently I am using Rasa: 2.4.0. and when i tried to integrate the chatbot to my simple HTML website(i just copied the HTML code snippet into the body) using Socketio, the chatbot isn’t appearing on the webpage . My chatbot is responding pretty well with rasa shell though. I guess I am facing the issue because of the version I am using. Can you please post the pip commands which will help us to downgrade our current rasa and socketio versions. It would be of great help. Thanks in advance!
I added comment in my youtube tutorial with the pip commands
Thank You
can you please provide that youtube link
Thank you for the video , I’m not seeing any error in my console and network properties of socketio is also working fine but chatbot window is not appearing, in elements it shows → div<id= “chatbot”> == $0 . I’m using docker-compose server to connect to my bot. Would you help me with this?
First, I will need some information like rasa verison, script that you added, and anything else that might have affected and gone wrong
rasa :2.4.0 rasa-x:0.39.3 rasa_sdk: 2.6.0 script in credentials.yml: socketio: user_message_evt: user_uttered bot_message_evt: bot_uttered session_persistence: true
Script of webchat not of credentials
version is wrong in webchat. it should be 1.0.1 and socketUrl is also incorrect I think
I’m struggling with getting webchat to work and would really appreciate help.
rasa == 2.7
socketio == 4.6.1
engineio == 3.14.2
I see this
on the console, and this
in the terminal in which I started the Rasa server. I guess it may be some combination of the versions that’ll fix it (Error when upgrade to new Rasa version) but I don’t know which ones. Downgrading Rasa is causing other problems in my case, so I’d love to hear a solution that works with versions > 2.5 … in case it’s relevant, my webchat script looks like this
yeah, I have recently seen this issue a lot will update about that in my upcoming videos. Also, I am looking at this and seeing any fix. If you find feel free to add here