Socket.io 404 not found error

When i’m try to run my bot using run script socket.io by the following command "python -m rasa_core.run -d models/dialogue -u models/nlu/current –port 5002 --credentials credentials.yml "

I try to open localhost:5004 it display error “404 Not found”

are you running any frontend to connect to this connector?

yes i’m using custom web ui with socket.io. can you suggest some example for connecting the rasa chatbot to the website

Hi Satish,

I am running my socket server and providing one extra input as “–connector socket” along with your run time script (since I intend to use the built in connector):

python -m rasa_core.run -d models/dialogue -u models/nlu/current –port 5002 --credentials credentials.yml

@Satish, @akelad, My question is - how do I test the socketio connection and communication?

I tried getting through the rasa-webchat by “Mr. Bot-AI”, but could make it work.

P.S. I have implemented the chatbot successfully using simple HTTP requests by following the chat-UI from Scalableminds.

Please help!

what’s not working?