Socket io error rasa core # Not Found

command line code :

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

2018-10-22 11:59:26 INFO engineio - Server initialized for gevent. 2018-10-22 11:59:26 INFO root - Rasa Core server is up and running on http://localhost:5002

On browser
http://localhost:5002/
# Not Found
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

Anyone any idea.

You need to have a separate front end running on that URL, rather than just running the connector

@akelad I was using chatroom

using : $yarn serve

Ok this isn’t really a Rasa Core related issue, but something with chatroom. Did you follow the instructions here? GitHub - scalableminds/chatroom: React-based Chatroom Component for Rasa Stack You probably need to open the index.html page you created

Below is my error please help me out.

2020-02-03 19:47:47 ERROR rasa.core.actions.action - Couldn’t create message for template ‘utter_hello_world’. Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&t ransport=polling&t=N0BQXKZ’ Traceback (most recent call last): File “c:\users\naveen\appdata\local\programs\python\python36\lib\site-packages \sanic\app.py”, line 918, in handle_request handler, args, kwargs, uri = self.router.get(request) File “c:\users\naveen\appdata\local\programs\python\python36\lib\site-packages \sanic\router.py”, line 407, in get return self._get(request.path, request.method, “”) File “c:\users\naveen\appdata\local\programs\python\python36\lib\site-packages \sanic\router.py”, line 470, in _get raise NotFound(“Requested URL {} not found”.format(url)) sanic.exceptions.NotFound: Requested URL /socket.io/ not found