Rasa X, I don't know what's wrong?

Hello all :slight_smile: !

I’m trying to set up rasa x server, and after some issues with GitHub it’s finally working!(partially) My model simply does not respond to me it gets stuck in … Also I archived my model but have no idea where I can “unarchive” it! The git integration doesn’t look right, I add my new changes but still nothing happens, and I can keep pressing the same button over and over and nothing changes. So I tough, okay my model is not coming back, but my data is still here so I can train a new model, nop! It says nothing has changed, see latest model (which does not appear), okay fair enough I added a couple more examples in the training data … Still the same response, I kinda tried everything here in my arsenal, not sure what else to try! Help would be appreciated! Running on AWS EC2 Linux 18:04

Hi José,

When you say the model does not respond, are you in the talk to bot window and you type but receive no response?

Do you see at least one Model on the model page?

Do a docker-compose logs and let me know if you see any errors.

Greg

Sorry I should’ve closed this, but didn’t know how! I was trying to use response selectors but they, are apparently not supported in Rasa X from what I’ve understood so far! Anyhow I’m using rasa via http api and it’s doing it’s job for the time being!

Many thanks! Best J

I have been experiencing this problem. I have run rasa x in local mode on WSL, also installed it on the server with docker-compose and connected a git repo with the basic bot created with rasa init but everytime I go to the chat with your bot window I don’t see a text box to send messages to the bot. Here’s what it looks like:

A model is available and set as active.

In local mode, even though a domain has all the intents defined I get the following messages:

Shuaib,

What version of Rasa X are you using? Open the browser debug window to the network tab, browse to the Talk to your bot and let me what error you see.

Greg

So for the first time, I was able to see a dialog to interact with the bot. I’m not sure what I changed, other than I now have a rasa run with enable-api running in a separate shell instance. However, now I don’t get any response from the bot. The Rasa X version is 0.27.4.

When I type a message, there seems to be a GET requests being made every second, see the screen recording.

Rasax_1

Shuaib,

I need to see the response to the POST request that sent “Hi”. It should look something like this:

So the JSON response is received as pictured below. However, the interactive bot chat window refreshes and clears everything.