Unable to install mods

Yura

New member
Pronouns
She/They
I've been trying to install mods from Heliosphere but they get timed out and I receive an error. Can I get some help with this?

Code:
Error type: System.TimeoutException
   Message: Request exceeded timeout (00:00:15)
   HResult: 0x80131505
   at Heliosphere.Util.HttpClientExt.SendAsync2(HttpClient client, HttpRequestMessage request, HttpCompletionOption completion, CancellationToken token) in /_/Util/HttpClientExt.cs:line 35
   at Heliosphere.Util.HttpClientExt.GetAsync2(HttpClient client, String requestUri, HttpCompletionOption completion, CancellationToken token) in /_/Util/HttpClientExt.cs:line 21
   at Heliosphere.DownloadTask.<>c__DisplayClass159_0.<<DownloadFile>b__0>d.MoveNext() in /_/DownloadTask.cs:line 1083
--- End of stack trace from previous location ---
   at Polly.ResiliencePipeline.<>c.<<ExecuteAsync>b__3_0>d.MoveNext()
--- End of stack trace from previous location ---
   at Polly.ResiliencePipeline.ExecuteAsync(Func`2 callback, CancellationToken cancellationToken)
   at Heliosphere.DownloadTask.DownloadFile(Uri baseUri, String filesPath, String[] outputPaths, String hash) in /_/DownloadTask.cs:line 1080
   at Heliosphere.DownloadTask.<>c__DisplayClass149_0.<<DownloadNormalFiles>b__0>d.MoveNext() in /_/DownloadTask.cs:line 561
--- End of stack trace from previous location ---
   at System.Threading.Tasks.Parallel.<>c__53`1.<<ForEachAsync>b__53_0>d.MoveNext()
--- End of stack trace from previous location ---
   at Heliosphere.DownloadTask.DownloadFiles(IDownloadTask_GetVersion info) in /_/DownloadTask.cs:line 542
   at Heliosphere.DownloadTask.Run() in /_/DownloadTask.cs:line 180

Error type: System.Threading.Tasks.TaskCanceledException
   Message: The request was canceled due to the configured HttpClient.Timeout of 15 seconds elapsing.
   HResult: 0x8013153B
   at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Heliosphere.Util.HttpClientExt.SendAsync2(HttpClient client, HttpRequestMessage request, HttpCompletionOption completion, CancellationToken token) in /_/Util/HttpClientExt.cs:line 31

Error type: System.TimeoutException
   Message: A task was canceled.
   HResult: 0x80131505

Error type: System.Threading.Tasks.TaskCanceledException
   Message: A task was canceled.
   HResult: 0x8013153B
   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.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Resilience.ResilienceHandler.<>c.<<SendAsync>b__3_0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Extensions.Http.Resilience.ResilienceHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
 
Back
Top