I have a Web App Bot in Azure which I would like to develop locally with .Net / C# in MS Visual Studio 2019. I downloaded the source code from the build blade in the Azure portal and followed exact the instructions in the read.me file. I opened the .sln file in VS 2019 and the build and run were successful and I received a port number for the bot URL. I opened the emulator and tried both 'open bot' and 'create new bot configuration' and in both cases the I am not receiving any response when trying to test the bot in the emulator. I also downloaded ngrok but I keep getting the 'send failed' and that is all. Does anybody know a solution? Many thanks
Bot not responding in Bot Framework Emulator
532 Views Asked by NatF At
2
There are 2 best solutions below
4
Dana V
On
If you are using Emulator to test the local bot, you must make sure that you are either specifying appid/password (if configured in configuration (appsettings.json/.env), or leaving them blank (if blank in configuration).
If using NGrok, you want to change the endpoint URL within Azure, then make sure that it is running locally.
Do you see any errors/exceptions within Emulator (bottom right pane) or with in NGrok, when using either of these approaches?
Related Questions in .NET
- Does compiler optimize operation on const variable and literal const number?
- What is the point of definnig Asp.net Intrinsic Objects In different places and what is the different betwen them?
- Deleting Orphans with Fluent NHibernate
- IOrderedEnumerable to vb.net IOrderedEnumerable Conversion
- What is this namespace ITypeOfObjectsBoundToListBox ? Couldn't find it
- .net rest service with JSON string and consumed with java client
- What is best way to check if any of the property of object is null or empty?
- Telerik's WPF RadColorPicker NoColorText property not working
- Possible consequences of duplicate ProgId for different classes
- How are multiple requests to Task.Run handled from a resource management standpoint?
- Optimizing C++ call from C#
- Make a per-web-application object available to Web API and SignalR controllers
- System.ComponentModel.DataAnnotations.Schema namespace conflict
- LINQ Except/Distinct based on few columns only, to not add duplicates
- Not displaying content by its URL string - absolute urls
Related Questions in VISUAL-STUDIO
- NuGet - Given a type name or a DLL, how can I find the NuGet package?
- Exception thrown at 0x0131EB06 Visual Studio
- Visual Studio 2015 Cordova Plugin Add Fail
- Cannot find InvalidCastException in C# Application
- generating C# code file during Visual Studio build
- Can I deploy multiple instances of my application on the same windows phone?
- Close the Solution Explorer window
- How to generate entity framework code-first migrations without using the package manager console?
- Implementing callback function for dialog-based application
- VB.net: How to make original variable value fulfill 2 statements?
- DLL being marked as DELETEPENDING
- String tokenizing in Visual Studio C++
- How to use "Multicharts Studies" in Visual Studio 2013?
- Programs Will Not Run In Visual Studio
- VB.Net: Display total when check boxes are checked
Related Questions in BOTFRAMEWORK
- Bot listening to another bot in group conversation
- The type arguments for method IDialogStack.Wait<R>(ResumeAfter<R> resume) cannot be inferred from the usage
- How to convert the .wav audio files into text and identify the intents using LUIS
- C# | MS BotBuilder | Usage of DefaultIfException
- How to develop skype calling functionality using Azure Bot Service
- How can I simulate a group conversation in the Bot Framework emulator?
- How to get the Skype username using skype calling feature
- How to send rich text card using Microsoft Bot Framework and Facebook Messenger?
- Login user with MS Teams bot
- MS Bot with Multiple Form Dialog
- How to connect local WebChat client to a bot running locally?
- #botframework dependency injection
- How to send a gif image in bot framework without using sourceEvent
- MS BotFramework Data Saving, BotState
- How to implement the Cortana Speech API or Bing Search API’s in QnA Maker Service?
Related Questions in AZURE-BOT-SERVICE
- How to develop skype calling functionality using Azure Bot Service
- Setting up Build Pipeline for Azure Bot Service/Azure Functions solution in VSTS Build
- Azure Function loading the wrong assembly?
- Can't figure out how to generate & view logs for nodeJs bot on Bot Service
- Where do I put the root dialog for a Microsoft Bot Service
- LUIS Code works in channel (iframe) but fails in emulator
- Bot works locally but unresponsive on Bot Service
- BOTS Framework, Null properties cannot be encrypted
- How do I use capture groups in Regular Expressions in Bot Composer
- How to handle end of conversation to start another dialog in QnA multi turn - Microsoft.Bot.Builder.AI.QnA.Dialogs.QnAMakerDialog
- Declarative adaptive dialog not working with LUIS Recognizer
- Microsoft Teams Channel / Amazon Lex integration
- Bot Handoff integration with teams
- Dialog interruptions in MS Bot Framework V4- Node.js
- How to connect Bot framework composer with Azure app configuration to read value from there
Related Questions in BOTFRAMEWORKEMULATOR
- Connect Bot Framework Emulator to dockerized bot
- Can I trigger a proactive message in Bot Framework Emulator only by notify endpoint?
- OAuth Prompt not working in Bot Framework Emulator
- Basic Python Echo Bot not addressable through Bot Framework Emulator (Post 500) after linking to Azure QnA Maker
- How can I use the data from an adaptive Card?
- Cannot post activity. Unauthorized. 401 bot framework emulator
- Bot Framework Emulator - How to force the emulator to use a specific port
- Bot Framework Emulator locale problem for pt-BR
- onAdaptiveCardInvoke method isn't triggered on Bot Framework Emulator / JavaScript - Bot Framework SDK
- Getting error "The reader's MaxDepth of 64 has been exceeded" while moving from a dialog to another many times in Bot Framework Emulator
- Bot not responding in Bot Framework Emulator
- Error while integrating QnAMAker with Azure Bot framework
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Could you please check if you have .bot file?
If you do not have a .bot file, could you please do: