Responses not showing up, but model working in interactive mode RasaX: 0.33

Hello! I am setting up the new Rasa X with my recently migrated Rasa 2.0 assistant.

When I try and chat with the assistant on the interactive page I just get ‘…’. This is the same in Safari, and when I try chatting as a guest user.

When I put it into interactive mode the next actions are being accurately predicted, (like ‘utter_greet’) but again not showing up in the actual chat. Still just ‘…’.

Does anyone else have a similar issue? I think it might have to do with the database connection since when I say ‘hello’ in the chat it does not show up in the conversation history.

I am quite new at this so any help would be much appreciated :slight_smile:

2 Likes

Same is happening to me with Rasa 2.0.2 and Rasa X 0.33.0, using the manual docker-compose setup. Help would be greatly appreciated.

Hey @armanjindal @zfunction

It’s a known issue, we’re working on a fix! Stay tuned!

3 Likes

Hi @degiz, thank you. Do you have an ETA?

I’m having the same problem in a helm chart deployment.

1 Like

Hello Marissa,

That is odd. Because when I re-deployed using a Kubernetes cluster for GKE with a Helm Chart, the issue disappeared. It’s not an elegant fix, but honestly just re-deploying it might do the trick! :slight_smile:

We reverted to 2.0.2-full (from 2.0.3) and that seems to have resolved the issue.

Hi,

I’m still having the same issue with my docker-based deployment using following versions:

RASA_X_VERSION=0.33.0
RASA_VERSION=2.0.2

Hi,

I’ve tried with rasa x 0.33.1 and rasa 2.0.2/3 and I have always the same issue. It would be helpful if someone can give us some informations about ETA.

B.R

I’m having many of the same issues. I am using the following:

Rasa: 2.0.2 Rasa X: 0.33.2 Docker-Compose installation using the install.sh script on a google cloud platform VM (followed the example in Rasa Masterclass for the most part).

I had Rasa X working (mostly) with my previous Rasa 1.X models, but I migrated to Rasa 2.0 to use some of the new features. I wanted to share my bot with a few other individuals via Rasa X but I am unable to have conversations (though the correct responses are predicted in interactive mode and not showing).

Additionally, I was having issues pushing changes to my linked github repo. None of the conversations I attempt to have via the “share your bot” interface or the “talk to your bot” tab are even showing up in the conversations tab at the moment. My model does seem to function successfully if I run rasa shell or rasa interactive in the command line locally.

Has anyone found a workaround for this?

Hi, No workaround for me, I will wait the next version of RASA X to see if it fixes the issue.

Hi,

I could finally solve this issue. I’m deploying my bot using docker-compose, so for migrating it to Rasa 2.x I had to backup/delete the following files in the /etc/rasa directory before running the RasaX install.sh script:

  • credentials.yml <== backup if you have setup other channel i.e socketio
  • endpoints.yml <== delete. probably this is the most important
  • environments.yml <== delete. probably this is the most important
  • rasa_x_commands.py <== delete
1 Like

I’m also having this issue having done a clean install using docker-compose on an ubuntu 18.04 instance running on AWS. My versions are Rasa: 2.2.4, Rasa X: 0.35.0

In my case I have not done any migration, I have just created a new project using rasa init, and pushed it a repo in github which i have connected to Rasa X with a deploy key as described in the masterclass.

Any help would be greatly appreciated!

There are no browser console errors:

These are the logs I get (sudo docker-compose logs -f)whilst trying to talk to the bot:

rasa-x_1           | [2021-01-20 03:43:16 +0000] - (sanic.access)[INFO][172.26.0.10:50318]: GET http://***bot.***.com/api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production  200 324
nginx_1            | 37.120.215.36 - - [20/Jan/2021:03:43:16 +0000] "GET /api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production HTTP/1.1" 200 324 "https://***bot.***.com/interactive" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"                                                    
rasa-x_1           | [2021-01-20 03:43:17 +0000] - (sanic.access)[INFO][172.26.0.10:50320]: GET http://***bot.***.com/api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production  200 324
nginx_1            | 37.120.215.36 - - [20/Jan/2021:03:43:17 +0000] "GET /api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production HTTP/1.1" 200 324 "https://***bot.***.com/interactive" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"                                                    
rasa-x_1           | [2021-01-20 03:43:18 +0000] - (sanic.access)[INFO][172.26.0.10:50322]: GET http://***bot.***.com/api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production  200 324
nginx_1            | 37.120.215.36 - - [20/Jan/2021:03:43:18 +0000] "GET /api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production HTTP/1.1" 200 324 "https://***bot.***.com/interactive" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"                                                    
rasa-x_1           | [2021-01-20 03:43:19 +0000] - (sanic.access)[INFO][172.26.0.10:50324]: GET http://***bot.***.com/api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production  200 324
nginx_1            | 37.120.215.36 - - [20/Jan/2021:03:43:19 +0000] "GET /api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production HTTP/1.1" 200 324 "https://***bot.***.com/interactive" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
rasa-x_1           | [2021-01-20 03:43:20 +0000] - (sanic.access)[INFO][172.26.0.10:50326]: GET http://***bot.***.com/api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production  200 324
nginx_1            | 37.120.215.36 - - [20/Jan/2021:03:43:20 +0000] "GET /api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production HTTP/1.1" 200 324 "https://***bot.***.com/interactive" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
rasa-x_1           | [2021-01-20 03:43:20 +0000] - (sanic.access)[INFO][172.26.0.7:47890]: GET http://rasa-x:5002/api/projects/default/models/tags/production?token=iHG8nfvnefsxmNY  204 0
rasa-x_1           | [2021-01-20 03:43:20 +0000] - (sanic.access)[INFO][172.26.0.10:50330]: GET http://***bot.***.com/api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production  200 324
nginx_1            | 37.120.215.36 - - [20/Jan/2021:03:43:20 +0000] "GET /api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production HTTP/1.1" 200 324 "https://***bot.***.com/interactive" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
rasa-x_1           | [2021-01-20 03:43:21 +0000] - (sanic.access)[INFO][172.26.0.8:33434]: GET http://rasa-x:5002/api/projects/default/models/tags/production?token=iHG8nfvnefsxmNY  204 0
rasa-x_1           | [2021-01-20 03:43:21 +0000] - (sanic.access)[INFO][172.26.0.10:50334]: GET http://***bot.***.com/api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production  200 324
nginx_1            | 37.120.215.36 - - [20/Jan/2021:03:43:21 +0000] "GET /api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production HTTP/1.1" 200 324 "https://***bot.***.com/interactive" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
rasa-x_1           | [2021-01-20 03:43:22 +0000] - (sanic.access)[INFO][172.26.0.10:50336]: GET http://***bot.***.com/api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production  200 324
nginx_1            | 37.120.215.36 - - [20/Jan/2021:03:43:22 +0000] "GET /api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production HTTP/1.1" 200 324 "https://***bot.***.com/interactive" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
rasa-x_1           | [2021-01-20 03:43:23 +0000] - (sanic.access)[INFO][172.26.0.10:50338]: GET http://***bot.***.com/api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production  200 324
nginx_1            | 37.120.215.36 - - [20/Jan/2021:03:43:23 +0000] "GET /api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production HTTP/1.1" 200 324 "https://***bot.***.com/interactive" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
rasa-x_1           | [2021-01-20 03:43:23 +0000] - (sanic.access)[INFO][172.26.0.10:50340]: GET http://***bot.***.com/api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production  200 324
nginx_1            | 37.120.215.36 - - [20/Jan/2021:03:43:23 +0000] "GET /api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production HTTP/1.1" 200 324 "https://***bot.***.com/interactive" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
rasa-x_1           | [2021-01-20 03:43:24 +0000] - (sanic.access)[INFO][172.26.0.10:50342]: GET http://***bot.***.com/api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production  200 324
nginx_1            | 37.120.215.36 - - [20/Jan/2021:03:43:24 +0000] "GET /api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production HTTP/1.1" 200 324 "https://***bot.***.com/interactive" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"
rasa-x_1           | [2021-01-20 03:43:25 +0000] - (sanic.access)[INFO][172.26.0.10:50344]: GET http://***bot.***.com/api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production  200 324
nginx_1            | 37.120.215.36 - - [20/Jan/2021:03:43:25 +0000] "GET /api/conversations/f1f8860dd7ca4805b8c27159df86355a?format=full_conversation&since=0&environment=production HTTP/1.1" 200 324 "https://***bot.***.com/interactive" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36"

Not ideal, but I have temporarily solved this by rolling back to Rasa: 1.10.14 and Rasa X: 0.32.2.

Isssue still persist :frowning: