-
Notifications
You must be signed in to change notification settings - Fork 600
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
A lot HTTP 400 responses while run launchClient.bat #933
Comments
+1 I think this is because the website(resources.download.minecraft.net)'s links have changed (maybe since Feb) and i have no idea how to fix it. |
I found the reason! http needs to be upgrade to https. reference: gorilla-devs/GDLauncher#1513 |
Hi , could you help to point out where to change http protocol? I am facing the same issue, but can't find the place to change this, thank you so much! |
Reference:https://github.com/gorilla-devs/GDLauncher/issues/1513#issuecomment-1386022976。 I have forgotten the specific operational steps. According to the original text's description, you can try using an Integrated Development Environment (IDE) for a global search, searching for "resources.download.minecraft.net," and changing the "http" to "https" for all the URLs you find. |
This can be worked around via a proxy For example:
Run that with
|
well, i accessed this website directly, and found the error page is :
Add an 's' after p, it well work. |
I tried to find 'resources.download.minecraft.net', but it seems like not in the release package, I believe these resources are referencing external resources. |
The text was updated successfully, but these errors were encountered: