-
Notifications
You must be signed in to change notification settings - Fork 23
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
Failed to download file "https://dot.net/v1/dotnet-install.sh" #3824
Labels
Comments
cc @radical |
This is being hit often in |
no hits in last couple of days 🎊 will close at 7 days at 0 |
radical
added a commit
to radical/aspire
that referenced
this issue
Mar 25, 2025
This is to work around failures like: ``` ** Installing sdk 8.0.406 for template tests into /home/runner/work/aspire/aspire/artifacts/bin/dotnet-8/ /home/runner/work/aspire/aspire/tests/Shared/InstallSdk.targets(37,5): error MSB3923: Failed to download file "https://dot.net/v1/dotnet-install.sh". The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing. ---> A task was canceled. ---> A task was canceled. ``` The timeout is from the `DownloadFile` task which we can't control Instead, we are bumping the number of retries here from 3 to 6. Related dnceng issue: dotnet/dnceng#3824 Fixes Issue: dotnet#8263
radical
added a commit
to dotnet/aspire
that referenced
this issue
Mar 25, 2025
This is to work around failures like: ``` ** Installing sdk 8.0.406 for template tests into /home/runner/work/aspire/aspire/artifacts/bin/dotnet-8/ /home/runner/work/aspire/aspire/tests/Shared/InstallSdk.targets(37,5): error MSB3923: Failed to download file "https://dot.net/v1/dotnet-install.sh". The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing. ---> A task was canceled. ---> A task was canceled. ``` The timeout is from the `DownloadFile` task which we can't control Instead, we are bumping the number of retries here from 3 to 6. Related dnceng issue: dotnet/dnceng#3824 Fixes Issue: #8263
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build
https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=778128
Build leg reported
Build / wasi-wasm linux Release WasmBuildTests / Build product
Pull Request
dotnet/runtime#106454
Known issue core information
Fill out the known issue JSON section by following the step by step documentation on how to create a known issue
@dotnet/dnceng
Release Note Category
Release Note Description
Additional information about the issue reported
No response
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=778128
Error message validated:
[Failed to download file "https://dot.net/v1/dotnet-install.sh"
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/16/2024 10:29:34 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: