shashankpr / DobbyBot

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

Error when Audio file is sent #11

Closed shashankpr closed 7 years ago

shashankpr commented 7 years ago

Wit's /speech api endpoint returns empty text and context. This triggers error while POST method to messenger.

shashankpr commented 7 years ago

The error returned due to empty response is handled by checking the message type.

Fixed by #30