Version: Rasa X 0.28.0
Hello !
I wanted to try Rasa so I made my own bot which can give some advice about running & weather.
It works well on local, with rasa shell
+ rasa run actions
.
I wanted to use Rasa X to improve it.
I used curl -s get-rasa-x.rasa.com | sudo bash
.
The auto generated URL after The deployment is ready 🎉. You can now access Rasa X on this URL:
didn’t work, I had to replace the IP address by localhost.
I made a repo on github with my files.
At the beginning everything works well with Rasa X, excepted the training, I had to generate my model with the command rasa train
on my shell and then push it to Rasa X and activate it.
Then I tried to talk with my bot and … the only answer I’ve received was :
There is no response text here
And it loops on ...
I tried to debug with the flag -vv
:
rasa run -vv -m ./models/20200508-124415.tar.gz --endpoints endpoints.yml --credentials credentials.yml --enable-api
rasa run actions -vv
But I didn’t see anything weird.
I don’t understand very well the script used here curl -s get-rasa-x.rasa.com | sudo bash
, It’s opaque to me to debug it.
actions.py (3.4 KB) config.yml (851 Bytes) credentials.yml (926 Bytes) domain.yml (2.1 KB) endpoints.yml (1.4 KB)