I have a problem, while strating the download It arrived to "Downloading Data\Skyrim - Meshes0.bsa" and then give me this error:
While running
Exception: System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
---> System.TimeoutException: The operation was canceled.
---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione..
---> System.Net.Sockets.SocketException (995): Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione.
--- 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.GetResult(Int16 token)
at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter)
at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory1 buffer) at System.Net.Http.HttpConnection.FillAsync(Boolean async) at System.Net.Http.HttpConnection.CopyToContentLengthAsync(Stream destination, Boolean async, UInt64 length, Int32 bufferSize, CancellationToken cancellationToken) at System.Net.Http.HttpConnection.ContentLengthReadStream.CompleteCopyToAsync(Task copyTask, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnection.ContentLengthReadStream.CompleteCopyToAsync(Task copyTask, CancellationToken cancellationToken) at System.Net.Http.HttpClient.GetByteArrayAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) --- End of inner exception stack trace --- --- End of inner exception stack trace --- at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts) at System.Net.Http.HttpClient.GetByteArrayAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) at Wabbajack.Networking.Steam.Client.<>c__DisplayClass56_0.<<Download>g__AttemptDownload|3>d.MoveNext() --- End of stack trace from previous location --- at Wabbajack.Common.CircuitBreaker.WithAutoRetryAsync[TR,TE](ILogger logger, Func1 f, Nullable1 delay, Nullable1 multipler, Nullable1 maxRetries) at Wabbajack.Networking.Steam.Client.<>c__DisplayClass56_0.<<Download>b__1>d.MoveNext() --- End of stack trace from previous location --- at Wabbajack.Common.AsyncParallelExtensions.PMapAll[TIn,TOut](IEnumerable1 coll, Func2 mapFn)+MoveNext() at Wabbajack.Common.AsyncParallelExtensions.PMapAll[TIn,TOut](IEnumerable1 coll, Func2 mapFn)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult() at Wabbajack.Common.AsyncParallelExtensions.Do[T](IAsyncEnumerable1 coll, Func2 fn) at Wabbajack.Common.AsyncParallelExtensions.Do[T](IAsyncEnumerable1 coll, Func`2 fn)
at Wabbajack.Networking.Steam.Client.Download(UInt32 appId, UInt32 depotId, UInt64 manifest, FileData fileData, AbsolutePath output, CancellationToken token, IJob parentJob)
at Wabbajack.Networking.Steam.Client.Download(UInt32 appId, UInt32 depotId, UInt64 manifest, FileData fileData, AbsolutePath output, CancellationToken token, IJob parentJob)
at Patcher.ViewModels.MainWindowViewModel.Start() in c:\oss\ussedp\Patcher\ViewModels\MainWindowViewModel.cs:line 389
at Patcher.ViewModels.MainWindowViewModel.<.ctor>b__72_17() in c:\oss\ussedp\Patcher\ViewModels\MainWindowViewModel.cs:line 122
at Patcher.ViewModels.MainWindowViewModel.<.ctor>b__72_3() in c:\oss\ussedp\Patcher\ViewModels\MainWindowViewModel.cs:line 120
(Retry 1 of 5), got exception An error occurred while sending the request., waiting 100ms
Someone can help? I don't have mod installed in the game (is a fresh download) with SKSE for 1.5.97.0
I have a problem, while strating the download It arrived to "Downloading Data\Skyrim - Meshes0.bsa" and then give me this error:
While running Exception: System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing. ---> System.TimeoutException: The operation was canceled. ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione.. ---> System.Net.Sockets.SocketException (995): Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione. --- 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.GetResult(Int16 token)
at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter adapter)
at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory
1 buffer) at System.Net.Http.HttpConnection.FillAsync(Boolean async) at System.Net.Http.HttpConnection.CopyToContentLengthAsync(Stream destination, Boolean async, UInt64 length, Int32 bufferSize, CancellationToken cancellationToken) at System.Net.Http.HttpConnection.ContentLengthReadStream.CompleteCopyToAsync(Task copyTask, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnection.ContentLengthReadStream.CompleteCopyToAsync(Task copyTask, CancellationToken cancellationToken) at System.Net.Http.HttpClient.GetByteArrayAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) --- End of inner exception stack trace --- --- End of inner exception stack trace --- at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts) at System.Net.Http.HttpClient.GetByteArrayAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) at Wabbajack.Networking.Steam.Client.<>c__DisplayClass56_0.<<Download>g__AttemptDownload|3>d.MoveNext() --- End of stack trace from previous location --- at Wabbajack.Common.CircuitBreaker.WithAutoRetryAsync[TR,TE](ILogger logger, Func
1 f, Nullable1 delay, Nullable
1 multipler, Nullable1 maxRetries) at Wabbajack.Networking.Steam.Client.<>c__DisplayClass56_0.<<Download>b__1>d.MoveNext() --- End of stack trace from previous location --- at Wabbajack.Common.AsyncParallelExtensions.PMapAll[TIn,TOut](IEnumerable
1 coll, Func2 mapFn)+MoveNext() at Wabbajack.Common.AsyncParallelExtensions.PMapAll[TIn,TOut](IEnumerable
1 coll, Func2 mapFn)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult() at Wabbajack.Common.AsyncParallelExtensions.Do[T](IAsyncEnumerable
1 coll, Func2 fn) at Wabbajack.Common.AsyncParallelExtensions.Do[T](IAsyncEnumerable
1 coll, Func`2 fn) at Wabbajack.Networking.Steam.Client.Download(UInt32 appId, UInt32 depotId, UInt64 manifest, FileData fileData, AbsolutePath output, CancellationToken token, IJob parentJob) at Wabbajack.Networking.Steam.Client.Download(UInt32 appId, UInt32 depotId, UInt64 manifest, FileData fileData, AbsolutePath output, CancellationToken token, IJob parentJob) at Patcher.ViewModels.MainWindowViewModel.Start() in c:\oss\ussedp\Patcher\ViewModels\MainWindowViewModel.cs:line 389 at Patcher.ViewModels.MainWindowViewModel.<.ctor>b__72_17() in c:\oss\ussedp\Patcher\ViewModels\MainWindowViewModel.cs:line 122 at Patcher.ViewModels.MainWindowViewModel.<.ctor>b__72_3() in c:\oss\ussedp\Patcher\ViewModels\MainWindowViewModel.cs:line 120 (Retry 1 of 5), got exception An error occurred while sending the request., waiting 100msSomeone can help? I don't have mod installed in the game (is a fresh download) with SKSE for 1.5.97.0