SKCraft / Launcher

🚀 Distribute your Minecraft modpacks with a custom launcher
Other
624 stars 437 forks source link

NOT WORKING #411

Closed MD211211 closed 3 years ago

MD211211 commented 3 years ago

This is the error message java.io.IOException: The list of modpacks could not be downloaded. at com.skcraft.launcher.InstanceList$Enumerator.call(InstanceList.java:191) at com.skcraft.launcher.InstanceList$Enumerator.call(InstanceList.java:102) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Did not get expected response code, got 503 for http://update.skcraft.com/template/packages.json?key= at com.skcraft.launcher.util.HttpRequest.expectResponseCode(HttpRequest.java:210) at com.skcraft.launcher.InstanceList$Enumerator.call(InstanceList.java:139) ... 5 more Tell ne how to fix

theswampire commented 3 years ago

The 503 response code indicates a server misconfiguration but I see that you are using the default/placeholder settings to fetch the packages. Make sure to edit the launcher.properties file!

But still, I guess their server is not working properly🤔

MD211211 commented 3 years ago

I did edit the propeties file and i edited it but i got this errror please fix

theswampire commented 3 years ago

I'd suggest taking a look here #406 It seems to be a similar problem

hedgehog1029 commented 3 years ago

Gradle seems to have some trouble lately with uncaching resources (the similarity to #406 is correct) - I think the root project clean doesn't trigger a clean on all subprojects - that's something I can fix.

@MD211211 don't be rude & demanding, thanks.