howdyai / botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
MIT License
11.48k stars 2.28k forks source link

Chatbot not replying message Facebook Messenger #1449

Closed aidonsnous closed 6 years ago

aidonsnous commented 6 years ago

The chatbot starts receiving message and replying well but suddenly it stops. I have debug activated and its output on the console is :

App 27152 output: debug: RECEIVED MESSAGE App 27152 output: debug: CUSTOM FIND CONVO 12333333354354545 12333333354354545 App 27152 output: debug: WEBHOOK SUCCESS { recipient_id: '12333333354354545' }

The message sent by the user is being ticked(without the full blue).. and the typing icon is appearing; and the chatbot starts working or replying again to the message the user sent after me restarting it.

aidonsnous commented 6 years ago

where can this problem be coming from ?

aidonsnous commented 6 years ago

This problem is still there I am using Botkit version : "botkit": "^0.6.14", and node.js version v8.11.4. The chatbot only replies after restarting it.