SapiensAnatis / AssetDownloader

Other
13 stars 3 forks source link

Failed to download file <prefix>/<hash> (reason: HttpRequestException). This download will be retried later. #5

Open moninformateur opened 1 week ago

moninformateur commented 1 week ago

Greetings,

Running the app on windows, it seems it cannot download the assets past the manifests. I get the following error:

image

Is there any way to fix this and download the assets?

SapiensAnatis commented 1 week ago

The downloader by default targets a CDN which is no longer operational:

https://github.com/SapiensAnatis/AssetDownloader/blob/master/AssetDownloader/Constants.cs#L13

You'll need to change this to point at a valid CDN if you want to use this app