Request/Assistance: Simple Chatroom with Rasa

Hi everyone!

I love Rasa. I am having fun learning how to build my first bot.

I’m using the rasa starter pack and I’ve installed all requirements on my laptop and a dev server in AWS.

I started to figure out how everything works before core and nlu were merged into rasa x, and I’ve just upgraded my “weather bot” (one custom action which hits an API and tells the weather where you are living, includes 5 slots) to the new version of rasa, but I’ve had to repair a few things and I’m working on the last puzzle piece which is a html/javascript chatroom to interact with the bot.

Basically, I’m having trouble using either the [rasa x] command to interact with the UI that is included with Rasa X, and I’m also having trouble with the chatroom that is available over at scalable minds github:

My server logs are:

2019-06-27 11:18:57 INFO rasa_sdk.executor - Registered function for ‘action_joke’. 2019-06-27 11:18:57 INFO rasa_sdk.executor - Registered function for ‘get_weather’. 2019-06-27 11:18:58 INFO rasa_sdk.endpoint - Action endpoint is up and running. on (‘0.0.0.0’, 5055) 127.0.0.1 - - [2019-06-27 11:19:06] “OPTIONS /webhooks/rest/webhook HTTP/1.1” 404 341 0.003788 127.0.0.1 - - [2019-06-27 11:19:29] “OPTIONS /webhooks/rest/webhook HTTP/1.1” 404 341 0.000945 127.0.0.1 - - [2019-06-27 11:19:55] “OPTIONS /webhooks/rest/webhook HTTP/1.1” 404 341 0.001924

Is there a needed configuration to have the client chatroom connect to the server correctly so it stops throwing 404 not found?

Another thing I am interested to set up which looks really cool is the interactive graph that was part of rasa_core - from the localhost:5005/vizualisation.html in the docs here:

Any tips for a new Rasa user would be appreciated!

Thanks, Pat