How to integrate rasa with third party GUI

Hello @nik202 ,

Please assist, how to integrate rasa with third-party GUI.

This will be very helpful for me. Thank you very much.

@atwine Heya!

Please see this link and follow the instruction Rasa chatbot website integration | Quick tutorial - YouTube . I hope this will help you to integrate rasa. If you have some issue or error do let us know.

hey @nik202 :slight_smile:

I am getting this error from your video above:

The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO)

This is my rasa as spoken last night:

Rasa Version      :         2.8.1
Minimum Compatible Version: 2.8.0
Rasa SDK Version  :         2.8.1
Rasa X Version    :         0.39.3
Python Version    :         3.8.3
Operating System  :         Windows-10-10.0.19041-SP0

Do I have to downgrade rasa in order for this to work or do I have to install something else?

@atwine install this and let me know please

pip install python-engineio==4.0.0
pip install python-socketio==5.0.4

OR

For rasa and rasa-sdk 2.8.1

pip install python-engineio==4.2.1

pip install python-socketio==5.4.0

OR

pip install python-engineio

pip install python-socketio

@atwine please change the topic category to rasa open source rather rasa x as this thread is related to rasa open source only.

Okay, let me do that and get back to you. Thanks.

@atwine always mention @ and nik202 for faster assistance please.

Hi @atwine Please close this thread as a solution for others. Thanks.