Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't download the older version #29

Open
sumire04 opened this issue Jan 29, 2022 · 0 comments
Open

Can't download the older version #29

sumire04 opened this issue Jan 29, 2022 · 0 comments

Comments

@sumire04
Copy link

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<System.Int32>.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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant