-
Notifications
You must be signed in to change notification settings - Fork 314
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 .NET 8.0 in Macbook Pro Max M1 #2154
Comments
Downgraded .Net tools. Still getting this error: Downgraded SQl Server extension to 1.28.0, same error. Downgraded to 1.27.0, no error but Authentication using Mixrosoft intra stucks at the sign in step and doesn't go further. Downgrading to 1.26.0, same issue, stucking on login. I'm giving up and going back to Data Studio! |
I had many more issues in my vscode that led me to remove it and all its data and reinstall it. The reinstall fixed everything! I think the problem was related to network connection. Everytime I tried to login to Microsift Intra it failed. Sorry I'm not sure what was the issue but a fresh install seems to fixed everything. |
I got same error since last week. |
This is what I did to fix this:
The last two steps might not be neccessary. I think something was messing up the network connection for my vscode and that was the root cause of all issue I was experiencing including this one. |
Same issue on Windows |
Describe the bug.
Error messages pops out when loading the vscode saying "An error occured while installing .NET(8.0)". Dismissing it keeps a message on bottom left in red saying "Error acquiring .NET!".
Please attach log file(s) here if you have any.
Error : (WebRequestError)
Failed to download .NET 8.0
arm64aspnetcore:Web Request to https://builds.dotnet.microsoft.com/dotnet/release-metadata/releases-index.json Failed: Cannot read properties of undefined (reading 'startTime'). Aborting. Stack: TypeError: Cannot read properties of undefined (reading 'startTime')
at /Users/mk/.vscode/extensions/vscode-dotnet-runtime-library/dist/Utils/WebRequestWorker.js:74:40
at on.request (/Users/mk/.vscode/extensions/vscode-dotnet-runtime-library/node_modules/axios/dist/node/axios.cjs:4247:7)
at on.request (/Users/mk/.vscode/extensions/vscode-dotnet-runtime-library/node_modules/axios/dist/node/axios.cjs:4252:41)
Error : (DotnetCommandFailed)
Failed to download .NET 8.0
arm64aspnetcore:Web Request to https://builds.dotnet.microsoft.com/dotnet/release-metadata/releases-index.json Failed: Cannot read properties of undefined (reading 'startTime'). Aborting. Stack: TypeError: Cannot read properties of undefined (reading 'startTime')
at /Users/mk/.vscode/extensions/vscode-dotnet-runtime-library/dist/Utils/WebRequestWorker.js:74:40
at on.request (/Users/mk/.vscode/extensions/vscode-dotnet-runtime-library/node_modules/axios/dist/node/axios.cjs:4247:7)
at on.request (/Users/mk/.vscode/extensions/vscode-dotnet-runtime-library/node_modules/axios/dist/node/axios.cjs:4252:41)
Reproduction Steps
Command+Shift+P
Enter "Developer: REload Window"
Expected Behavior
Not seeing the error at loading
Exceptions & Errors (if any)
No response
.NET Install Tool Version
v2.2.8
Your operating system? Please provide more detail, such as the version and or distro above.
N/A
VS Code Version
1.97.2
The text was updated successfully, but these errors were encountered: