dotnet / install-scripts

MIT License
133 stars 72 forks source link

script webpage is down #487

Closed JanProvaznik closed 3 months ago

JanProvaznik commented 3 months ago

https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1

HTTP Error 500.30 - ASP.NET Core app failed to start Common solutions to this issue: The app failed to start The app started but then stopped The app started but threw an exception during startup Troubleshooting steps: Check the system event log for error messages Enable logging the application process' stdout messages Attach a debugger to the application process and inspect

YuliiaKovalova commented 3 months ago

@baronfel , @mairaw could you check it out with the high priority?

baronfel commented 3 months ago

An ICM has been created for this internally

slang25 commented 3 months ago

Thanks @baronfel, this is blocking all of our .NET builds, we have workarounds but the impact is wide reaching

YuliiaKovalova commented 3 months ago

It's also has been tracked here: https://github.com/dotnet/runtime/issues/104230

slang25 commented 3 months ago

For the sake of others reading this, a workaround (courtesy of @martincostello) is to use the following urls while the dotnet subdomain is down:

baronfel commented 3 months ago

Similar reports on other repos/sites for tracking/correlation:

mairaw commented 3 months ago

Apologies for the inconvenience. We are currently working on this and I'll update all issues once it's resolved.

mairaw commented 3 months ago

Issue is now resolved. Let us know if you're still having trouble.

lucaspimentel commented 3 months ago

EDIT: this link is back as of ~40 minutes ago


Just a heads up that links like these still fail: https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=ubuntu.22.04-x64&os=ubuntu.22.04

edit: which redirects to: https://dotnet.microsoft.com/get-dotnet/dotnet-core?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=ubuntu.22.04-x64&os=ubuntu.22.0

This is generated when running a .NET app without the correct runtime installed:

> ./mydotnet6app

You must install or update .NET to run this application.

App: /home/lucas/source/datadog/dd-trace-dotnet/tracer/test/test-applications/integrations/Samples.Console/bin/Debug/net6.0/publish/Samples.Console
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64)
.NET location: /usr/lib/dotnet

The following frameworks were found:
  7.0.19 at [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
  8.0.5 at [/usr/lib/dotnet/shared/Microsoft.NETCore.App]

Learn more:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=ubuntu.22.04-x64&os=ubuntu.22.04
mairaw commented 3 months ago

Yes, we were missing one more service update.