Skip to content
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

connect ECONNREFUSED 127.0.0.1 #12

Closed
dpvball opened this issue Apr 1, 2021 · 1 comment
Closed

connect ECONNREFUSED 127.0.0.1 #12

dpvball opened this issue Apr 1, 2021 · 1 comment

Comments

@dpvball
Copy link

dpvball commented Apr 1, 2021

Started receiving this error yesterday. Was working fine before this. I have tried to check if I can do javascript debugging from either chrome or edge and both give me this error now.

image

I'm current running Windows 10 64bit on AMD. VS Code and WSL 2 instance of Ubuntu. I reset my entire operating system (Win 10) and started from scratch and was still receiving this error. Regardless of if I attach or launch with either chrome/edge it gives me this error. On launch it will just close down the browser automatically.

after 10 seconds VS code will give the timed out waiting for browser connection error.
image

I have tried restarting, resetting the pc, etc. The chrome debugger configuration is correctly set to --remote-debugging-port=9222 with my launch.json
{ "type": "chrome", "request": "attach", "name": "Attach to Chrome", "url": "http://localhost:1337", "port": 9222, "webRoot": "${workspaceFolder}" }

I even upgraded to insider builds beta channel to see if possibly there was something that broke.

@connor4312
Copy link
Member

Duplicates microsoft/vscode#120227

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants