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

yarn web has an error: connect ECONNREFUSED 0.0.0.0:443 #140228

Closed
songchj opened this issue Jan 6, 2022 · 1 comment
Closed

yarn web has an error: connect ECONNREFUSED 0.0.0.0:443 #140228

songchj opened this issue Jan 6, 2022 · 1 comment
Assignees

Comments

@songchj
Copy link

songchj commented Jan 6, 2022

I can’t get vscode to run in the browser using the yarn web, it has an error: connect ECONNREFUSED 0.0.0.0:443.

System Information:

Vscode Version: 1.63.2
Chrome: 96.0.4664.110
Node.js: v14.15.3
OS: macOS Monterey

Build & Run Step:

yarn
yarn compile-web
yarn web

Detailed error log:

visionarydeMacBook-Pro:vscode visionary$ yarn web
yarn run v1.22.17
$ node resources/web/code-web.js
[00:01:16] Syncronizing built-in extensions...
[00:01:16] You can manage built-in extensions with the --builtin flag
[00:01:16] [marketplace] [email protected] ✔︎
[00:01:16] [marketplace] [email protected] ✔︎
[00:01:16] [marketplace] [email protected] ✔︎
[00:01:16] [marketplace] [email protected] ✔︎
Web UI available at           https://localhost:8080
internal/streams/legacy.js:61
      throw er; // Unhandled stream error in pipe.
      ^

Error: connect ECONNREFUSED 0.0.0.0:443
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16) {
  errno: -61,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '0.0.0.0',
  port: 443,
  attempts: 5
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@songchj songchj changed the title yarn web has an Error: connect ECONNREFUSED 0.0.0.0:443 yarn web has an error: connect ECONNREFUSED 0.0.0.0:443 Jan 6, 2022
@chrmarti chrmarti assigned bpasero and unassigned chrmarti Jan 7, 2022
@bpasero
Copy link
Member

bpasero commented Jan 7, 2022

We (@aeschli and me) are in the process of rewriting yarn web (see also #139725). I suggest to retry once we completed that work.

@bpasero bpasero closed this as completed Jan 7, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Feb 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@bpasero @chrmarti @songchj and others