Thanks for your reply "VasaviLankipalle-MSFT" , the issue was VPN, I was using bot while connected through VPN. As soon as VPN was disconnected, the bot started working.
How to fix "To continue to run this bot, please fix the bot source code."
I am encountering a stage issue during testing the bot in Azure Portal, I developed Knowledge base using language resource in language studio, tested it and works perfectly fine in language studio. After that I published and deployed the KB and created bot. The following instructions on this webpage I deployed the bot and created a chatbot. https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/question-answering/tutorials/bot-service
Now while testing a bot in Azure Portal using "Test in web chat" feature, it returns following errors.
The bot encountered an error or bug.
To continue to run this bot, please fix the bot source code.
Any help to fix this will be appreciated. Please and Thanks
Note: I did the same exercise 3 times same results.
Azure AI services
2 answers
Sort by: Most helpful
-
-
Brijesh Vinod Shah 0 Reputation points
2025-03-14T15:28:16.53+00:00 Hello @Adnan Dilawar , I am using OpenAI LLM and have B1 webAppSKU version. I have created a secret key and entered in the .env.testtool.user replacing existing value in SECRET_OPENAI_API_KEY=
I am still getting error -
The bot encountered an error or bug.
To continue to run this bot, please fix the bot source code.
Please can you advice where do I check for the source code?