-
Notifications
You must be signed in to change notification settings - Fork 447
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
Can't install .NET 8 runtime with dotnet-install scripts on MacOS #20293
Comments
Here is the modified script to compare it with the original: |
Looking at those IPs:
Are there perhaps networking/routing issues for your location coming into play? |
@Snegovikufa -- Can you reach out so that we can do some quick tests with you. [email protected]. |
I think that the main reason why the script fails is that it expects to get the 13.107.246.62
95.101.35.88
|
Please try again. We just made a change to our CDN. |
Confirm it works. Thank you. |
Thanks for the report. The $ curl -s --head https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.12/dotnet-runtime-8.0.12-win-x86.zip | tail -n 3
Content-Length: 30606275
Akamai-GRN: 0.4f4ddb17.1737038288.506e7c81 This is where the install script relies on that: |
Here is the sample code I use to download and install .NET runtime:
Unfortunately, the script fails to install the .NET runtime after changes in dotnet/core#9671. Here is the verbose log output that actually says nothing about the error:
I have slightly modified the installation script to print the executed commands that are executed internally and might fail:
What I expected to see is the output of the:
It seems that the script fails at the
41
step. I would appreciate any help.After further investigation, I have two versions of the successful and failed installation:
good.log
andbad.log
. I attached them to the issue. Please note that nothing was changed between the script runs. I just waited till the script failed (~10 minutes or so).The difference between the logs is that when the archive was redirected to 95.101.35.88:443 the installation fails and when I redirected to 13.107.246.62:443 everything installs correctly.
good.log
bad.log
Bad
Good
The text was updated successfully, but these errors were encountered: