rasa: Can not connect chatbot to fb
Rasa Core version: 0.10.4
Python version: python3
Operating system (windows, osx, …): Ubuntu
Issue: I can not connect my chatbot to fb messenger platform. I am using this command : python3 -m rasa_core.run -d models/dialogue -u projects/default/model_20180810-113049 --port 5002 --connector facebook --credentials fb_credentials.yml
My fb_credentials.yml file: verify: “minh-bot” secret: $MY_SECRET page-access-token: $MY_PAGE_ACCESS_TOKEN
I am using ngrok for local testing. when I set up webhook, ngrok gave me : GET /webhook 200 OK . but when I send messages from fb messenger, chat bot doesn’t reply
Content of domain file (if used & relevant):
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 22 (11 by maintainers)
@akelad I think the problem was because I didn’t update the information in Basic/settings page. After I updated, It works till now. you can close the post