Content
The bot encountered an error or bug. To continue to run this bot, please fix the bot source code.
Team, I have created a simple custom question answering service via language studio with app service documentation URL as knowledge base. Its working in Language studio as expected. I have deployed the knowledge base and attempted to create a BOT. And…


How to store conversation history of bot framework and display on page reload?
Hi Team I am storing conversation data externally in cosmos db. I want to give user the conversation history in a page when they enter a new session. (Close the page and reopen it). I was previously using Directline api…


Bot Framework Connector refresh MS Graph token
Hello, I'm building a Teams Bot using the Bot Framework REST API. I can send a OAuthCard to the user to sign in and get the magic code back and exchange it for a Microsoft Graph token. Everything is working. What I don't know is the correct way to…


Messaging Extension -Bot returned unsuccessful status code Redirect error
I am looking for Messaging extension. I have configured a bot and bot id is configured in manifest file. Messaging extension added to channel. While it is loading it is giving below error: { "standardizedError": { "errorCode":…


Deploy a bot to an Azure slot using Composer
Hi everyone, I am trying to deploy a bot to a staging slot in Azure using composer. Does anyone know how I can do this? Thanks in advance


Azure Bot Framework return 1008 with "Unexpected character encountered while parsing value: <. Path"
Hi I develop an App on Teams to make a bot for teams. First I registered an AAD app, and setup a bot service on Bot Framework with the AAD app. I also use ngrok to host local bot server to process the "api/messages" request. Once I send an…


Healthcare Bot ESOCKETTIMEDOUT
I am trying to call my API using Data connection, which sometimes calls the openAI API, sometimes it works, but other times I get Error while trying to get data source. error: RequestError: Error: ESOCKETTIMEDOUT. Can increase the timeout? Thanks


Azure bot giving error in Web test chat: To continue to run this bot, please fix the bot source code
Done following steps in azure portal and getting the error: created language resource. then project (QnA)under language studio with Azure search. added kb, Chit chat Deployed the qna and created bot. went to the bot resource and selected web…


Language Studio - QuestionAnswering sdk is available for JavaScript ?
Hey, I am working on the Answer Question feature of Azure language studio to extract answer from paragraph - [https://language.cognitive.azure.com/tryout/answerQuestions Achieved the functionality using the prebuilt API, -…


Privileges are not sufficient to complete the operation. | Certificates and Secrets
Dears, I ceated in my Azure Portal a multi-tenant "Azure Bot" Resource. After Creation, I can access the resource "Configuration". But when I try to access the "Microsoft App Id ("manage password")" I get…


Connecting directly to Azure Bot
I've created core-bot with bot builder language is javascript edit it, make what I want... integrated blob storage (created account and container in azure ad) created azure bot, app registration, resource group, app service, app service plan …


test in webchat in Azure bot not working
created a dummy project in language studio custom question answering , deployed it and created a bot using same page. but when testing in web chat , it is not working. There is no response. Test in project knowledge base is working fine. Checked all…
Automatically refresh token in webchat
I have created a webchat in Azure and embedded the code in a website. I have created a token using the Azure secret code and the chat works fine, but after 60 min the token expires. How can it automatically be updated before it expires, so that the…


Complete end-to-end example for python echo bot on web app?
Hi all, Are there any examples available for deployment of python-based echo bot code on a web app? Been facing too many issues with app startup, ports and accessing api endpoint paths on the deployed app. Have gone through countless pages on the…


SkypeBot authentication has been denied
Hello, I have problem when make a API call to skypebot For authentication I have followed this instruction…


Azure bot deloyment failed with AZ webapp deployment command
az webapp deployment source config-zip --resource-group BotTestRG --name FirstAppBotService --src C:\Users\xxx\source\repos\EchoBot1\BotZip.zip My CLI version is 2.40.0 I am getting the following error message Deployment endpoint responded…


file info in attachments field in the request body is missing! when receiving files using bots.
Background We are using bot service. The Config in Azure Portal is like the picture below. When user send some thing to the bot via teams, the bot service will redirect the request to the endpoint which is directed to our server. User…


Attachment input File Type validation not works in Bot Composer 2.1.1
I am using Bot composer v2.1.1 Based on my requirement, am trying to upload pdf file and it should allow only PDF Hence I added validation(= equals(last(this.value).contentType , 'application/pdf')) to allow only PDF file as below, …


The bot encountered an error or bug.To continue to run this bot, please fix the bot source code.
My bot has been working till yesterday and all of a sudden i get this error when i ask an question "The bot encountered an error or bug.To continue to run this bot, please fix the bot source code." I even tried to delete the bot and…


Send a (non-reply) message error 401 Unauthorized
Hi Team, I have created an app in here https://portal.azure.com/ and bot here https://dev.botframework.com/bots I want to send a non reply message to a user using bot but it keeps showing an error like this { "error": { …

