Rasa X REI - instalation issues

@nonola your actions.py is generic so I don’t think you need to mentioned anything, until you get some error.

@nonola I guess so, please see the rasa X documentation for the rasa, as I told you I don’t have much experience on kub/helm installation for Rasa X 1.x and new installation process and I also recommend to see how you can use and build your action server image using GitHub or docker.

Thanks! I’ll give it a try!

@nik202

Hi again!

As it was being too complicated, I uninstalled REI installation and installed like this : Docker Compose Installation

Before I do some kind of update in values, how can I see whats inside them?

Thanks!

Hi, the link which you have shared it not the right for installing Rasa X 1.0.X using docker compose, the original link is this one : Installation Guide and and it don’t have docker installation for latest rasa. For installing Rasa X using docker the link please follow this link: Installation Guide (Highly recommend to follow this)

@Juste can you confirm to me that Rasa having such installation as mentioned on this page for Rasa X 1.0.X: Docker Compose Installation its making lots of confusion and issue on the forum. Thanks.

@nonola did you install rasa x using this method? can you type docker ps and share me the screenshot?

Well, Installation Guide with docker takes me to that page, where I did the installation…

antoniopedrolopes@rasa-open:/etc/rasa$ docker ps
CONTAINER ID   IMAGE                        COMMAND                  CREATED          STATUS                    PORTS                                                                                    NAMES
83a884fd27a4   nginx:1.20                   "/docker-entrypoint.…"   36 minutes ago   Up 36 minutes             80/tcp, 0.0.0.0:80->8080/tcp, :::80->8080/tcp, 0.0.0.0:443->8443/tcp, :::443->8443/tcp   rasa_nginx_1
894eae414cd6   rasa/rasa-x-demo:1.0.0       "./entrypoint.sh run…"   36 minutes ago   Up 36 minutes             5055/tcp                                                                                 rasa_app_1
eb84eb1d41c8   rasa/rasa:2.8.15-full        "rasa x --no-prompt …"   36 minutes ago   Up 36 minutes             5005/tcp                                                                                 rasa_rasa-production_1
33885e238dff   rasa/rasa:2.8.15-full        "rasa x --no-prompt …"   36 minutes ago   Up 36 minutes             5005/tcp                                                                                 rasa_rasa-worker_1
584b543a2bf9   rasa/rasa-x:1.0.1            "/tini -g -- sh -c '…"   36 minutes ago   Up 36 minutes             5002/tcp                                                                                 rasa_rasa-x_1
3ec595338721   rasa/rasa-x:1.0.1            "python -m rasax.com…"   36 minutes ago   Up 36 minutes (healthy)   8000/tcp                                                                                 rasa_db-migration_1
2e1a3a86c52c   bitnami/postgresql:11.12.0   "/opt/bitnami/script…"   36 minutes ago   Up 36 minutes             5432/tcp                                                                                 rasa_db_1
4c8d311952ef   bitnami/rabbitmq:3.9.9       "/opt/bitnami/script…"   36 minutes ago   Up 36 minutes             4369/tcp, 5551-5552/tcp, 5671-5672/tcp, 15671-15672/tcp, 25672/tcp                       rasa_rabbit_1
894ca359e429   bitnami/redis:6.2.6          "/opt/bitnami/script…"   36 minutes ago   Up 36 minutes             6379/tcp                                                                                 rasa_redis_1
c7f6140420a3   rasa/duckling:0.1.6.5-r3     "duckling-example-ex…"   36 minutes ago   Up 36 minutes             8000/tcp                                                                                 rasa_duckling_1

@nonola yes, I know, its not your fault Antonio, I already mentioned to the Rasa Team about an month for this issue.

I’ve already successfully trained a model, but I have the same problem with the actions… Damn!

@nonola Should I guide you right now about the future issues or you are fine with the current version of Rasa X 1.0.1 ( as I already told you there is not such installation, but our developers are able to install latest version of Rasa X using docker and later having some issue)

Anyways, will see.

Now confirm me few things:

  1. You connected with Rasa X with Github?
  2. Are you able to open Rasa X on web browser? on port 8000?

@nonola relax now you enter in my domain of expertise :stuck_out_tongue: so will sort this :upside_down_face:

1 → yes 2 → I open rasa X on web browser, but not on port 8000.

@nonola huh? your machine is local or server (do you have IP) ?

I have it on google cloud VM. Static ip address.

@nonola fine, if you use IP and port number you will able to open rasa x i.e http:// 127.0.0.1:8000 check please

@nonola for action server please see this: Customize Your Deployment and follow the Github action code now

With 8000 it gives me error: ERR_CONNECTION_REFUSED

@nonola can you share me rasa x URL link as when you run sudo docker-compose up ?

@nik202 This one ? rasa-x_1 | [2022-02-28 13:47:34 +0000] [10] [INFO] Goin' Fast @ http://0.0.0.0:5002