Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MilesWilde/49f290a9ba6f5e0b970de76b1907bb10 to your computer and use it in GitHub Desktop.
Save MilesWilde/49f290a9ba6f5e0b970de76b1907bb10 to your computer and use it in GitHub Desktop.
System.Net.Http.WinHttpException: An operation was attempted on something that is not a socket
Module "System.Runtime.ExceptionServices.ExceptionDispatchInfo", in Throw
Module "System.Threading.Tasks.RendezvousAwaitable`1", in GetResult
Module "System.Net.Http.WinHttpHandler", in StartRequest
System.Net.Http.HttpRequestException: An error occurred while sending the request.
Module "Microsoft.Rest.RetryDelegatingHandler", in SendAsync
Module "System.Runtime.ExceptionServices.ExceptionDispatchInfo", in Throw
Module "System.Runtime.CompilerServices.TaskAwaiter", in ThrowForNonSuccess
Module "System.Runtime.CompilerServices.TaskAwaiter", in HandleNonSuccessAndDebuggerNotification
Module "Microsoft.Bot.Builder.AI.Luis.LuisDelegatingHandler", in SendAsync
Module "System.Runtime.ExceptionServices.ExceptionDispatchInfo", in Throw
Module "System.Runtime.CompilerServices.TaskAwaiter", in ThrowForNonSuccess
Module "System.Runtime.CompilerServices.TaskAwaiter", in HandleNonSuccessAndDebuggerNotification
Module "System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter", in GetResult
Module "System.Net.Http.HttpClient", in FinishSendAsyncBuffered
Module "System.Runtime.ExceptionServices.ExceptionDispatchInfo", in Throw
Module "System.Runtime.CompilerServices.TaskAwaiter", in ThrowForNonSuccess
Module "System.Runtime.CompilerServices.TaskAwaiter", in HandleNonSuccessAndDebuggerNotification
Module "Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Prediction", in ResolveWithHttpMessagesAsync
Module "System.Runtime.ExceptionServices.ExceptionDispatchInfo", in Throw
Module "System.Runtime.CompilerServices.TaskAwaiter", in ThrowForNonSuccess
Module "System.Runtime.CompilerServices.TaskAwaiter", in HandleNonSuccessAndDebuggerNotification
Module "Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.PredictionExtensions", in ResolveAsync
Module "System.Runtime.ExceptionServices.ExceptionDispatchInfo", in Throw
Module "System.Runtime.CompilerServices.TaskAwaiter", in ThrowForNonSuccess
Module "System.Runtime.CompilerServices.TaskAwaiter", in HandleNonSuccessAndDebuggerNotification
Module "Microsoft.Bot.Builder.AI.Luis.LuisRecognizer", in RecognizeInternalAsync
Module "System.Runtime.ExceptionServices.ExceptionDispatchInfo", in Throw
Module "System.Runtime.CompilerServices.TaskAwaiter", in ThrowForNonSuccess
Module "System.Runtime.CompilerServices.TaskAwaiter", in HandleNonSuccessAndDebuggerNotification
Module "Microsoft.Bot.Builder.AI.Luis.LuisRecognizer", in RecognizeAsync
Module "System.Runtime.ExceptionServices.ExceptionDispatchInfo", in Throw
Module "System.Runtime.CompilerServices.TaskAwaiter", in ThrowForNonSuccess
Module "System.Runtime.CompilerServices.TaskAwaiter", in HandleNonSuccessAndDebuggerNotification
File "~\Bot.cs", line 270, col 33, in OnTurnAsync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment