ASP.NET Core version: 8.0.14
Language: C#
System.AggregateException One or more errors occurred. (An operation on a socket could not be performed because the system lacked sufficient
buffer space or because a queue was full. (api.orion.comcast.com:443)) at System.Threading.Tasks.Task.FinishContinuations()
at System.Threading.Tasks.Task.FinishSlow()
at System.Threading.Tasks.Task.TrySetException()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException()
at System.Net.Http.RedirectHandler+<SendAsync>d__4.MoveNext()
at System.Threading.ExecutionContext.RunInternal() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1+AsyncStateMachineBox
1.MoveNext()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1+AsyncStateMachineBox
1.MoveNext()
at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction()
at System.Threading.Tasks.Task.RunContinuations()
at System.Threading.Tasks.Task.FinishContinuations()
at System.Threading.Tasks.Task.FinishSlow()
at System.Threading.Tasks.Task.TrySetException()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException()
at System.Net.Http.DiagnosticsHandler+<SendAsyncCore>d__10.MoveNext()
at System.Threading.ExecutionContext.RunInternal()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1+AsyncStateMachineBox
1.MoveNext()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1+AsyncStateMachineBox
1.MoveNext()
at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction()
at System.Threading.Tasks.Task.RunContinuations() at System.Threading.Tasks.Task.FinishContinuations()
at System.Threading.Tasks.Task.FinishSlow() at System.Threading.Tasks.Task.TrySetException()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException() at System.Net.Http.HttpConnectionPool+<SendWithVersionDetectionAndRetryAsync>d__89.MoveNext()
at System.Threading.ExecutionContext.RunInternal() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1+AsyncStateMachineBox
1.MoveNext()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1+AsyncStateMachineBox
1.MoveNext() at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction()
at System.Threading.Tasks.Task.RunContinuations() at System.Threading.Tasks.Task.FinishContinuations() at System.Threading.Tasks.Task.FinishSlow()
at System.Threading.Tasks.Task.TrySetException() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException()
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1+<WaitWithCancellationAsync>d__1.MoveNext() at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1+AsyncStateMachineBox
1.MoveNext() at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1+AsyncStateMachineBox
1.ExecuteFromThreadPool()
at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool+WorkerThread.WorkerDoWork() at System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart()
Caused by: System.Net.Http.HttpRequestException: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. (api.orion.comcast.com:443) --->
System.Net.Sockets.SocketException (10055): An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage re