davidmann4 / botstack

rapid chatbot development with ruby on rails
127 stars 23 forks source link

Reset sent messages #31

Closed gulipad closed 7 years ago

gulipad commented 7 years ago

I am constantly running into this same issue while developing. I get an error and the app crashes. I fix the error, and when testing again it crashes because it registers the previously sent message as the current one. Any way to reset the messages sent to the bot through FB messenger?

davidmann4 commented 7 years ago

Hi, interssting - guess you return 500 to facebook

if you uncomment stuff at

https://github.com/davidmann4/botstack/blob/master/lib/bot/base_bot_logic.rb#L211

you should be fine

cheers

davidmann4 commented 7 years ago

solved it?

davidmann4 commented 7 years ago

newest version has it fixed