Am new in Bots , i registered my bot and i tried to run it on the Emulator Microsoft Bot Framework Channel Emulator (3.0.0.59) and also i tested it on Test connection to your bot, but am getting this error on both of them , which is as below :
500 InternalServerError
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The remote name could not be resolved: 'huzy281116'
at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Intercom.DevPortal.Server.Controllers.BotManagerController.<PingV3BotAsync>d__73.MoveNext() in D:\a\1\s\DevPortalLib\Controllers\BotManagerController.cs:line 2039
I did all the necessary steps like inserting the BotId, MicrosoftAppId, and MicrosoftAppPassword.
Why is this error coming is there any new way of doing this , because this is my first run Bot App.