shashankpr / DobbyBot

This is a Python implementation of Chatbot using Messenger and Wit.ai.
MIT License
0 stars 0 forks source link

Loop bug #23

Closed shashankpr closed 7 years ago

shashankpr commented 7 years ago

Temporarily fixes bot going into loop when it comes across error in API calls or recognizing contexts.

Related to #14

Fix

Delete the message payload from messenger whenever the wit client throws error.