Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- System.AggregateException: One or more errors occurred. (An error occurred while sending the request.)
- ---> System.Net.Http.HttpRequestException: An error occurred while sending the request.
- ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host..
- ---> System.Net.Sockets.SocketException (10054): An existing connection was forcibly closed by the remote host.
- --- End of inner exception stack trace ---
- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
- at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
- at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
- --- End of inner exception stack trace ---
- at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
- at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
- at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
- at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
- at HandBrakeWPF.Utilities.HttpRequestBase.MakeHttpJsonPostRequest(String urlPath, String json)
- at HandBrakeWPF.Instance.RemoteInstance.<>c__DisplayClass21_0.<<RunEncodeInitProcess>b__0>d.MoveNext()
- --- End of inner exception stack trace ---
- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
- at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
- at System.Threading.Tasks.Task.Wait()
- at HandBrakeWPF.Instance.RemoteInstance.RunEncodeInitProcess(JsonEncodeObject jobToStart)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
- --- End of stack trace from previous location ---
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement