Skip to content

Instantly share code, notes, and snippets.

@tneigerux
Created April 12, 2024 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tneigerux/4c735a154d846566ab6c435723d9bf9d to your computer and use it in GitHub Desktop.
Save tneigerux/4c735a154d846566ab6c435723d9bf9d to your computer and use it in GitHub Desktop.
Message: An error occurred while sending the request.
Source: mscorlib
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Merge.Uconn.Cfar.Services.CfarApiClientService.<GetProviderDetailAsync>d__6.MoveNext() in D:\a\1\s\src\backend\Feature\Cfar\code\Services\CfarApiClientService.cs:line 82
Nested Exception
Exception: System.Net.WebException
Message: Unable to connect to the remote server
Source: System
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
Nested Exception
Exception: System.Net.Sockets.SocketException
Message: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 155.37.200.51:443
Source: System
at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment