RasaHQ / live-gdrive-demo

Starter pack for the Rasa Stack
13 stars 17 forks source link

MoodBot does not respond to messages from slack #2

Open marchnair opened 6 years ago

marchnair commented 6 years ago

Rasa Core version: '0.8.2'

Python version: 3.6

Operating system (windows, osx, ...):windows 10

Issue: I installed the starter-pack and followed the instructions here: https://core.rasa.com/tutorial_basics.html#tutorial-basics to set up the rasa moodbot

I also configured slack using the ngrok https webhook.

I am not getting any response from the moodbot in slack.

So I test this: curl -XGET 127.0.0.1:5002/webhook -d '{"text":"bye"}' This is also not giving me any response from the mood bot. However, I see 127.0.0.1 - - [2018-06-12 22:10:17] "GET /webhook HTTP/1.1" 200 115 0.001003 where I run the command: python -m rasa_core.run -d models/current/dialogue -u models/current/nlu --port 5002 --connector slack --credentials slack_credentials.yml

I also tried: curl -XPOST http://b928f88d.ngrok.io/webhook -d '{"text":"bye"}' I don't see anything happening at my server end.

How do I get my moodbot to respond to "hi" or "bye" from slack??

Content of domain file (if used & relevant):

intents:

actions:

templates: utter_greet:

tmbo commented 6 years ago

Do you mind running the server with --debug, this will create more output and might lead to some insights.