Unable to downgrade rasa X and Rasa Open source versions to last stable release using commands from documentation
I used the following commands to downgrade:
export RASA_X_VERSION=0.32.2 ,
export RASA_VERSION=1.10.10 and curl -s get-rasa-x.rasa.com | sudo bash respectively.
I need to resolve the 4th point very urgently. Any inputs are welcome.
Unable to downgrade rasa X and Rasa Open source versions to last stable release using commands from documentation I used the following commands to downgrade: export RASA_X_VERSION=0.32.2 , export RASA_VERSION=1.10.10 and curl -s get-rasa-x.rasa.com | sudo bash respectively.
If you use the sudo command you have to use the -E flag, otherwise the environment variables aren’t passed, e.g., export RASA_X_VERSION=0.32.2; export RASA_VERSION=1.10.10; curl -s get-rasa-x.rasa.com | sudo -E bash
Talk to your bot does not work in rasa x v0.33.0rc1
Also when I share the bot, it does not work, no messages are received by the bot and it returns the following error in my browser:
{"version":"0.33.0rc1", "status":"failure", "message":"Client for conversation_id '60446854a5f7490a852cb9acdde9db6d' could not be found", "reason":"ClientNotFound", "details":{}, "help":null, "code":404}