dotnet / dotnet/vscode-dotnet-runtime

error Still downloading .NET version(s) 8.0.6~x64

Open
#1,846 4 comments 0 reactions 0 assignees View on GitHub
needs more info
Dominant language
TypeScript
Stars
209
Forks
455
PR merge metrics
No merged PRs in 30d

Description

### Describe the bug.

Despite an active internet connection, I get the ### error Still downloading .NET version(s) 8.0.6~x64

...Error when trying to start and install.
Failed to download .NET 8.0:
## *like i say I have an active connection

### Please attach log file(s) here if you have any.

2024-06-21 14:04:15.196 [error] Could not parse status output: "Running tunnel CLI\nstatus Spawning: c:\\Users\\AppData\\Local\\Programs\\Microsoft VS Code\\bin\\code-tunnel.exe tunnel status\nstatus exit(9268): + 0
2024-06-21 14:04:02.845 [info] update#setState idle
2024-06-21 14:04:32.832 [info] update#setState checking for updates
2024-06-21 14:04:32.868 [info] update#setState idle
2024-06-21 14:28:14.279 [info] Extension host with pid 4984 exited with code: 0, signal: unknown.
2024-06-21 14:28:40.399 [warning] [perf] profiling STARTED f91ca9d5-de0e-4361-b5ae-376ebc9a1b54
2024-06-21 14:28:45.453 [warning] [perf] profiling DONE f91ca9d5-de0e-4361-b5ae-376ebc9a1b54
2024-06-21 14:38:26.502 [info] Extension host with pid 10556 exited with code: 0, signal: unknown.

### Reproduction Steps

## 1.Check permissions
Make sure you have the proper permissions to install software on your computer. On Linux systems, you may need to use sudo:

bash
Copy the code
sudo apt install dotnet-sdk-8.0
5 Check the error logs
Sometimes detailed error logs can provide more information about the problem. Check the console for additional messages that may indicate what went wrong.

## Use a different installation tool
You can try using a different installation tool, such as snap on Ubuntu:

bash
Copy the code
sudo snap install dotnet-sdk --classic
7 Install the previous version
If the latest version causes problems, try installing the previous stable version of .NET.

### Expected Behavior

After following these steps, it should return to normal

### Exceptions & Errors (if any)

error Still downloading .NET version(s) 8.0.6~x64

### .NET Install Tool Version

v2.0.6

### Your operating system? Please provide more detail, such as the version and or distro above.

Windows

### VS Code Version

1.90.2

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.