JustinaPetr / Weatherbot_Tutorial

275 stars 447 forks source link

bot doesn't respond properly #65

Closed Swarnalathaa closed 5 years ago

Swarnalathaa commented 5 years ago

Hi, I have followed the tutorial and managed to make the bot working. But sometimes the bot doesn't respond as expected( for example reply about the weather condition of the previously asked location/reply with weather condition when greet is done) or provides no reply. I have attached the responses of the bot below. Similarly after integrating with the slack I get the delayed response or no response back.

bot

antoinecomp commented 5 years ago

Hi Swarna, considering what you shared on the screen

  1. Do you have the goodbye intent in your domain.yml file ?
  2. Verify that it always understand your intents : make a script as several inputs.
  3. If you added examples in data.json files make sure to run again train_init.py
  4. Verify there is enough different examples in stories.md

For further help please share your Rasa Core version, Python version, Operating system (windows, osx, ...) and even the content of domain file. Don't hesitate to ask help on the rasa forum.

JustinaPetr commented 5 years ago

I will close this for now :)