zed icon indicating copy to clipboard operation
zed copied to clipboard

Zed does not connect to zed.dev, api.zed.dev. Operation times out.

Open 63427083 opened this issue 7 months ago • 0 comments

Summary

Zed does not connect to zed.dev, api.zed.dev. Operation times out.

Description

This problem has been going on since i previously updated Zed. Thought it's just some server shenanigans as some issues pointed towards digitalocean. However now that i updated to 0.185.13, the problem still persists. See the forefront log below, i can open the links in Firefox just fine. To control group i made a little visit to the nearest free wifi cafe with the same result. I therefore believe it's an issue on Zed's side.

Steps to reproduce:

  1. Start Zed
  2. Click on Extenstions
  3. See "No Extensions."

Expected Behavior:

  • See, download and use Extensions. Actual Behavior:
  • "No extensions shown.

Settings:

click to expand
{
  "base_keymap": "VSCode",
  "telemetry": {
    "diagnostics": false,
    "metrics": false
  },
  "ui_font_size": 16,
  "buffer_font_size": 15.0,
  "buffer_font_family": "Intel-Mono",
  "theme": {
    "mode": "system",
    "light": "One Light",
    "dark": "Github Light High Contrast"
  },
  "vim_mode": true
}

Foreground log:

click to expand
2025-05-09T11:59:12+02:00 ERROR [auto_update] auto-update failed: error:error sending request for url (https://zed.dev/api/releases/latest?asset=zed&os=linux&arch=x86_64)

Caused by: 
    0: client error (Connect)
    1: operation timed out 
2025-05-09T11:59:12+02:00 ERROR [*unknown*] error downloading extension: error sending request for url (https://api.zed.dev/extensions/html/download?min_schema_version=0&max_schema_version=1&min_wasm_api_version=0.0.1&max_wasm_api_version=0.4.0)
2025-05-09T11:59:12+02:00 ERROR [project::prettier_store] Failed to install default prettier: prettier & plugins install: fetching latest npm versions: fetching latest npm version for package prettier: error downloading Node binary tarball: error sending request for url (https://nodejs.org/dist/v22.5.1/node-v22.5.1-linux-x64.tar.gz): client error (Connect): operation timed out
2025-05-09T11:59:12+02:00 ERROR [*unknown*] node at /home/myuser/.nvm/versions/node/v19.2.0/bin/node is too old. want: 20.0.0, got: 19.2.0
2025-05-09T11:59:12+02:00 INFO  [node_runtime] Node runtime install_if_needed
2025-05-09T11:59:17+02:00 ERROR [*unknown*] error sending request for url (https://api.zed.dev/extensions?max_schema_version=1&provides=)

Caused by: 
    0: client error (Connect)
    1: operation timed out 
2025-05-09T11:59:22+02:00 ERROR [*unknown*] no cached binary
2025-05-09T11:59:22+02:00 ERROR [project::lsp_store] Failed to start language server "json-language-server": error downloading Node binary tarball
2025-05-09T11:59:22+02:00 ERROR [project::lsp_store] server stderr: ""
2025-05-09T11:59:22+02:00 ERROR [*unknown*] node at /home/myuser/.nvm/versions/node/v19.2.0/bin/node is too old. want: 20.0.0, got: 19.2.0
2025-05-09T11:59:22+02:00 INFO  [node_runtime] Node runtime install_if_needed
2025-05-09T11:59:31+02:00 ERROR [*unknown*] error sending request for url (https://api.zed.dev/extensions?max_schema_version=1&filter=Github&provides=)

Caused by: 
    0: client error (Connect)
    1: operation timed out 
2025-05-09T11:59:32+02:00 ERROR [project::prettier_store] Failed to install default prettier: prettier & plugins install: fetching latest npm versions: fetching latest npm version for package prettier: error downloading Node binary tarball: error sending request for url (https://nodejs.org/dist/v22.5.1/node-v22.5.1-linux-x64.tar.gz): client error (Connect): operation timed out

Zed Version and System Specs

Version: Zed 0.185.13 System: Fedora 41, Gnome Wayland

Edit: formatting.

63427083 avatar May 09 '25 10:05 63427083