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

[Bug]: run command yarn build:vscode。Unexpected error occurred #6684

Open
1 of 6 tasks
kevinKaikai opened this issue Feb 22, 2024 · 1 comment
Open
1 of 6 tasks
Labels
bug Something isn't working triage This issue needs to be triaged by a maintainer

Comments

@kevinKaikai
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

OS/Web Information

-- Remote OS:Ubuntu

Steps to Reproduce

1.Successfully run the following command
e1133a4cfbcac93566ebc221b05915c
2. run yarn build command successfully。
3. run yarn build:vscode

Expected

build successfully

Actual

[14:27:32] AbortError: The user aborted a request.
at abort (/home/intewell/CODE_SERVER/code-server/lib/vscode/build/node_modules/node-fetch/lib/index.js:1448:16)
at EventTarget.abortAndFinalize (/home/intewell/CODE_SERVER/code-server/lib/vscode/build/node_modules/node-fetch/lib/index.js:1463:4)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:786:20)
at EventTarget.dispatchEvent (node:internal/event_target:721:26)
at abortSignal (node:internal/abort_controller:369:10)
at AbortController.abort (node:internal/abort_controller:403:5)
at Timeout.<anonymous> (/home/intewell/CODE_SERVER/code-server/lib/vscode/build/lib/fetch.js:44:53)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

7c37bc14e0cc16abbede3029d35cc4c

Logs

No response

Screenshot/Video

7c37bc14e0cc16abbede3029d35cc4c

Does this issue happen in VS Code or GitHub Codespaces?

  • I tested this in native VS Code.
  • This does not happen in native VS Code.
  • I tested this in GitHub Codespaces.
  • This does not happen in GitHub Codespaces.

Are you accessing code-server over a secure context?

  • I am using a secure context.

Notes

No response

@kevinKaikai kevinKaikai added bug Something isn't working triage This issue needs to be triaged by a maintainer labels Feb 22, 2024
@code-asher
Copy link
Member

Seems like maybe it timed out trying to download those extensions from GitHub. Are you able to curl or wget https://github.com/microsoft/vscode-js-profile-visualizer/releases/download/v1.0.8/ms-vscode.vscode-js-profile-table.1.0.8.vsix from that machine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage This issue needs to be triaged by a maintainer
Projects
None yet
Development

No branches or pull requests

2 participants