Ai chatbot in django using WitAI is only answering “There was an error processing you’re request” to every question How do i fix that
I’m developing a chatbot using the Wit.ai API in a Django application. The chatbot interface is implemented in HTML and JavaScript. The bot is designed to take user input, send it to the Wit.ai API, and display the response. However, every time I send a message, the bot replies with “There was an error processing your request.”