No logs shown for Rasa X & cannot connect Rasa X with Action Server

Version: Rasa X 0.31.3

Hi,

I basically follow the Docker Compose Install Script doc to install Rasa X. Then connect it to git. Finally, tried to connect to / setup the Action Server based on this youtube.

Feedback

  1. curl -sSL -o install.sh https://storage.googleapis.com/rasa-x-releases/0.31.4/install.sh

Seems like 0.31.4 is invalid. I tried 0.31.3, latest, stable and all faced the same following problems.

I have two problems.

  1. It seems like /etc/rasa/logs is always empty. Is that not the place to check logs? If so, where are logs for debugging?

  2. I cannot seem to have the action server to be returning anything (not even sure if it is running since I have no logs). Is there a hello world step by step tutorial or doc for dummy to get RasaX to connect with Action Server?

Thank you very much in advanced, Evan

Okay. I fixed the action server connection issue.

Hey @StocksCafe

Once you’ve deployed Rasa X with docker-compose, the logs are within docker.

To check the logs from the “rasa-x” service, for example, you can use this command:

docker-compose logs rasa-x

Hope that helps.

Thanks!