Reporting bugs in Rasa X 0.33 rc1

Version: Rasa X 0.33.0rc1

  1. Quick install script automatically installs Rasa X rc1 and Rasa Open Source 2.0 (which I believe should not be the case since it is not yet stable)

  2. Error is shown when trying to upload a model pre-trained on 1.0 from the file system.

  3. UI restarts automatically when a message is entered while trying to chat with the bot.

  4. 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.

1 Like

Hi @gaushh,

  1. 0.33rc1 is a release candidate just like Rasa 2.0.0rc3 - neither are stable releases. It is intended that it installs Rasa 2.0.0rc3
  2. Rasa 1.x models aren’t intended to be compatible with 2.0, so that’s expected behaviour.
  3. Thanks for reporting this issue, it is a known problem
  4. What happens when you do this? What errors are you seeing?
1 Like

Thanks for your response @mloubser

  1. Yeah! I realized that. Just that, It caught me by surprise since the same has not been updated in documentation. It still says Version: 0.32.x.
  2. None. It simply installs the latest release candidate instead of installing the specified version. (without throwing any error)

Hi @gaushh

  1. 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

2 Likes

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}