Version: Rasa X 1.1.1
I have rasa 3.1.0 with sdk 3.1.1 installed on my Mac running Python 3.8.10. I have also installed rasa-x via rei for local use.
I cannot upload models trained in the bot directory; instead rasa x prints out “Something went wrong”. I cannot train models in the rasa X UI either.
I have installed rasctl 1.0.4 according to the instructions in the docs. Then I create a directory for my bot. In this directory I create a file values.yaml as shown here:
rasax: tag: “1.1.1” eventService: tag: “1.1.1” dbMigrationService: tag: “1.1.1”
Next step is:
rasa init
Then I backup the file domain.yaml as it gets overwritten by the next step which is
rasactl upgrade --values-file values.yaml
resulting in
Name: crazy-golick Status: Running URL: http://crazy-golick.rasactl.localhost Version: 1.1.1 Enterprise: inactive Rasa production version: 0.0.0 Rasa worker version: 0.0.0
Actually I do not use the eventService and the dbMigration Service. I just copied this from the tutorial. This results in:
% rasactl status Name: crazy-golick Status: Running URL: http://crazy-golick.rasactl.localhost Version: 1.1.1 Enterprise: inactive Rasa production version: 0.0.0 Rasa worker version: 0.0.0
Then I restore domain.yml to its original version.
My next step is to train a model using
rasa train
Finally, in my browser I login to rasa-x via the above URL.
When I want to load the trained model, rasa x prompts the error message “something went wrong.” I cannot train models using the rasa x UI either.
According to the compatibility matrix, I should have versions installed that can cooperate.
Does anyone know a solution?
Thanks a lot in advance! Bernd