Giter Club home page Giter Club logo

Comments (2)

flaw avatar flaw commented on September 26, 2024

Did you by chance find a solution to this? I'm seeing similar behavior (although I don't see the specific error message you have): all game launches are taking forever since the requests for Custom Shader Patch track/car data seem to be hitting a 60 second timeout:

21:50:14.158: … [PatchBaseDataUpdater:467] TriggerAutoLoadAsync(): Loading entries list…
21:50:14.202: ⊕ [GameDialog:104] PrepareToFixSize()
21:51:14.162: ⚠ [ApiCacheThing:127] GetBytesAsyncInner(): System.Threading.Tasks.TaskCanceledException: A task was canceled.
	   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
	   at AcManager.Tools.Helpers.Api.ApiCacheThing.<GetBytesAsyncInner>d__6.MoveNext()
21:51:14.163: … [PatchBaseDataUpdater:470] TriggerAutoLoadAsync(): Done: False

It's also similarly weird for me: CM can update itself and load the changelog, but it cannot for example check for CSP updates or install alternative versions of CSP. Trying to change CSP version results in a similar "check your internet connection" error.

@gro-ove any pointers you could share? I'm a bit at a loss what could cause selective network requests to fail, especially since both are aimed at github from what I can gather from the sources... perhaps some cache corruption issue?

from actools.

flaw avatar flaw commented on September 26, 2024

Got it. In my case this was caused by a faulty network setup: I don't have proper IPv6 connectivity but I did have enough that DNS could resolve IPv6 addresses, and as it turns out acstuff.ru was resolved in IPv6 by CM/dotnet, causing the requests to timeout.
The reason it was failing only for some domains was also that: not all domains resolve IPv6 addresses in which case this setup fell back to IPv4 which worked.

from actools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.