zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
34.47k stars 1.71k forks source link

Don't install extentions #11400

Closed klyuk88 closed 1 week ago

klyuk88 commented 1 week ago

Check for existing issues

Describe the bug / provide steps to reproduce it

After clicking on the install button the button becomes inactive, then the button again says install and the extension is not installed.

Environment

Zed version 0.133.7. macOS Sonoma 14.2.1

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

2024-05-05T10:32:18+03:00 [INFO] installing extension vue latest version 2024-05-05T10:32:23+03:00 [WARN] request completed with error: request or operation took longer than the configured timeout time 2024-05-05T10:32:23+03:00 [ERROR] crates/extension/src/extension_store.rs:715: error downloading extension: request or operation took longer than the configured timeout time 2024-05-05T10:32:29+03:00 [INFO] installing extension macos-classic latest version 2024-05-05T10:32:34+03:00 [WARN] request completed with error: request or operation took longer than the configured timeout time 2024-05-05T10:32:34+03:00 [ERROR] crates/extension/src/extension_store.rs:715: error downloading extension: request or operation took longer than the configured timeout time 2024-05-05T10:35:14+03:00 [INFO] installing extension macos-classic latest version 2024-05-05T10:35:19+03:00 [WARN] request completed with error: request or operation took longer than the configured timeout time 2024-05-05T10:35:19+03:00 [ERROR] crates/extension/src/extension_store.rs:715: error downloading extension: request or operation took longer than the configured timeout time 2024-05-05T10:39:26+03:00 [INFO] installing extension macos-classic latest version 2024-05-05T10:39:32+03:00 [WARN] request completed with error: request or operation took longer than the configured timeout time 2024-05-05T10:39:32+03:00 [ERROR] crates/extension/src/extension_store.rs:715: error downloading extension: request or operation took longer than the configured timeout time 2024-05-05T10:39:35+03:00 [INFO] installing extension vue latest version 2024-05-05T10:39:40+03:00 [WARN] request completed with error: request or operation took longer than the configured timeout time 2024-05-05T10:39:40+03:00 [error] crates/extension/src/extension_store.rs:715: error downloading extension: request or operation took longer than the configured timeout time

Moshyfawn commented 1 week ago

Might be related to

There was a mention of a timeout by some user as well.

klyuk88 commented 1 week ago

@Moshyfawn Thank you. It was at the level of the wifi network. For some reason, the zed resource is blocked to download the extension. Very strange. Downloading is going well through the mobile network.

michealp-coder commented 5 days ago

@Moshyfawn Thank you. It was at the level of the wifi network. For some reason, the zed resource is blocked to download the extension. Very strange. Downloading is going well through the mobile network.

@klyuk88

To confirm, this issue isn't resolved actually. Correct?

On your home wifi, you're not able to download Zed resources?

But on your cell network, you can.

klyuk88 commented 4 days ago

Yes, from IDE i cant’t download extensions and updates. But I think it’s my local problem with internet provider.

michealp-coder commented 4 days ago

Why would your internet provider block it though?

I too am having problems which is why I ask.

If users around the world aren't able to download extensions, even if it's the ISP fault, it seems like it's something the Zed team should work on to ensure this isn't happening.