mvaragnat / botkit-messenger-express-demo

Demo of running BotKit for Facebook Messenger on an Express server with MongoDB storage
42 stars 20 forks source link

debug: No handler for tick #5

Closed thierryskoda closed 7 years ago

thierryskoda commented 8 years ago

I'm continually getting : debug: No handler for tick in my logs.

What does this mean?

Thank you!

KameronKales commented 7 years ago

just add this to the bottom of your code and it will stop it! In the conversations.js file controller.on('tick', function(bot, event) {});

KameronKales commented 7 years ago

if you need any more help just shoot me a message! happy to help

mvaragnat commented 7 years ago

Good call! You can also pass debug:false to the Botkit instance