Bot not chatting in "Talk" mode

rasa version : 1.2.7 rasa x version : 0.20.2

whenever i try to chat with bot in “Talk” mode i don’t get any response, but i am perfectly able to chat with bot in interactive mode.

please help

Endpoints file

action_endpoint: url: “http://localhost:5055/webhook

tracker_store:

    type: SQL
    dialect: "sqlite"  # the dialect used to interact with the db
    #url: "localhost"  # (optional) host of the sql db
    db: "rasa.db"  # path to your db
    username:  # username used for authentication
    password:  #

Hey @vishu1994 is this in the local version of rasa x? Also, is there any logs with an error message? Would also be good to see what the request says - if you can post the information from the “Network” tab, that would be great

  1. yeah ,it’s the local version of rasa x.
  2. I don’t see any logs at all in the terminal.It’s clean
  3. What’s network tab? can you help regarding this.

Note: so i ceated this project on a different version of rasa(1.2.2) on a linux system where it still works like a charm, but i migrated this project to a mac system with updated version of rasa(1.3) ,here the bot responds properly in interactive mode but not in “Talk” mode.

1 Like

Ok 0.20.2 of Rasa X isn’t compatible with 1.3.x of Rasa. So you should upgrade your Rasa X version to 0.21.2 if you want to use that version of Rasa.