Advertisement
Guest User

Untitled

a guest
Sep 4th, 2024
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. System.AggregateException: One or more errors occurred. (An error occurred while sending the request.)
  2. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request.
  3. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host..
  4. ---> System.Net.Sockets.SocketException (10054): An existing connection was forcibly closed by the remote host.
  5. --- End of inner exception stack trace ---
  6. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
  7. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
  8. at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
  9. at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  10. --- End of inner exception stack trace ---
  11. at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  12. at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
  13. at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
  14. at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
  15. at HandBrakeWPF.Utilities.HttpRequestBase.MakeHttpJsonPostRequest(String urlPath, String json)
  16. at HandBrakeWPF.Instance.RemoteInstance.<>c__DisplayClass21_0.<<RunEncodeInitProcess>b__0>d.MoveNext()
  17. --- End of inner exception stack trace ---
  18. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  19. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  20. at System.Threading.Tasks.Task.Wait()
  21. at HandBrakeWPF.Instance.RemoteInstance.RunEncodeInitProcess(JsonEncodeObject jobToStart)
  22. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  23. --- End of stack trace from previous location ---
  24. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement