question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rasa X UI issues after deploy to Google Cloud

See original GitHub issue

Rasa X version (if used & relevant): From: https://storage.googleapis.com/rasa-x-releases/stable/install.sh

Python version: Python 2.7.13

Operating system (windows, osx, …): Debian 4.9.168

Issue: I have downloaded and run the Rasa X install the script on the Google Cloud VM. I was able to open the Rasa X UI.

However, I have issues:

  1. When I type the message, the bot is not replying. I have to refresh the page and then I can see the correct reply.
  2. Replies are displayed in another order. The latest replies are displayed on top.
  3. After a while, I couldn’t see any other tabs except “Talk to bot” and “Conversations”

rasa_x_ui_issues

Command or request that led to error: I have downloaded and run the Rasa X install the script on the Google Cloud VM using commands:

curl -sSL -o install.sh https://storage.googleapis.com/rasa-x-releases/stable/install.sh
sudo bash ./install.sh
cd /etc/rasa
sudo docker-compose up -d
sudo python rasa_x_commands.py create --update admin me ...

Then I have uploaded my model using:

curl -k -F "model=@model-name.tar.gz" http://ipXXXX/api/projects/default/models?api_token=b07a533ff517ace23603386414c0851d1d2c8631

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
TatianaParshinacommented, Aug 25, 2019

I have updated the latest version of Rasa X on Google Cloud using install.sh script. The issue is resolved there. I don’t need to refresh the page after every bot reply now. Thank you!

0reactions
alvisGTJcommented, Jul 15, 2019

@gausie - thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problems with deploying Rasa X on Server (with German bert ...
I am able to connect to the Rasa X UI through the provided public IP address and can upload models using the curl...
Read more >
Fix Problems - Rasa
Sometimes fixing a problem means annotating NLU data or adding a few stories in Rasa X, and sometimes it means changing your action...
Read more >
[Deprecated] Rasa X Community Edition
Topic Replies Views Activity Only NLU for RasaX · Rasa X Community Edition 6 678 April 21, 2021 Unknown component name · Rasa X Community...
Read more >
[Deprecated] Rasa X Community Edition
Topic Replies Views Activity RASA X sqlalchemy · Rasa X Community Edition 2 261 August 10, 2021 Rasa x Arabic language · Rasa X Community...
Read more >
Latest topics - Rasa Community Forum
Topic Replies Views Activity RASA value error · Rasa Open Source · ty 2 186 April 15, 2021 Deployment in nodejs website · Rasa Open...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found