zed
zed copied to clipboard
Zed shows many errors on boot
Check for existing issues
- [X] Completed
Describe the bug / provide steps to reproduce it
git clone https://github.com/zed-industries/zed
cd zed
cargo run --release
Environment
| Type | Value |
|---|---|
| OS | Ubuntu 23.10 x86_64 |
| Host | HP Pavilion Gaming Laptop 15-dk004TX |
| Kernel | 6.5.0-26-generic |
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-04-07T12:47:45+05:30 ERROR util] crates/settings/src/keymap_file.rs:89: invalid binding value for keystroke ctrl-alt-shift-down, context Some("Editor")
Caused by: no action type registered for editor::DuplicateLine [2024-04-07T12:47:45+05:30 ERROR util] crates/settings/src/keymap_file.rs:89: invalid binding value for keystroke ctrl-alt-shift-up, context Some("Editor")
Caused by: no action type registered for editor::DuplicateLine [2024-04-07T12:47:45+05:30 ERROR util] crates/settings/src/keymap_file.rs:89: invalid binding value for keystroke escape, context Some("ChatPanel > MessageEditor")
Caused by: no action type registered for chat_panel::CloseReplyPreview [2024-04-07T12:47:45+05:30 ERROR util] crates/zed/src/zed.rs:625: EOF while parsing a value at line 1 column 0 [2024-04-07T12:47:45+05:30 ERROR util] crates/zed/src/main.rs:741: No such file or directory (os error 2) [2024-04-07T12:47:46+05:30 ERROR auto_update] auto-update failed: error:error deserializing release
Caused by: expected value at line 1 column 1 [2024-04-07T12:48:10+05:30 ERROR util] crates/assistant/src/assistant_panel.rs:1241: credentials not found [2024-04-07T12:48:46+05:30 ERROR util] crates/settings/src/settings_file.rs:83: EOF while parsing a value at line 1 column 0 [2024-04-07T12:48:46+05:30 ERROR util] crates/settings/src/keymap_file.rs:89: invalid binding value for keystroke ctrl-alt-shift-down, context Some("Editor")
Caused by: no action type registered for editor::DuplicateLine [2024-04-07T12:48:46+05:30 ERROR util] crates/settings/src/keymap_file.rs:89: invalid binding value for keystroke ctrl-alt-shift-up, context Some("Editor")
Caused by: no action type registered for editor::DuplicateLine [2024-04-07T12:48:46+05:30 ERROR util] crates/settings/src/keymap_file.rs:89: invalid binding value for keystroke escape, context Some("ChatPanel > MessageEditor")
Caused by: no action type registered for chat_panel::CloseReplyPreview [2024-04-07T12:49:23+05:30 ERROR util] crates/extensions_ui/src/extensions_ui.rs:282: request or operation took longer than the configured timeout time
Caused by: [28] Timeout was reached [2024-04-07T12:49:28+05:30 ERROR client] connection error: delay between messages too long [2024-04-07T12:49:30+05:30 ERROR util] crates/extension/src/extension_store.rs:666: error downloading extension: failed to resolve host name [2024-04-07T12:49:33+05:30 ERROR client] failed to connect timed out trying to establish connection [2024-04-07T12:49:37+05:30 ERROR util] crates/extension/src/extension_store.rs:1155: failed to load swift extension.toml
Caused by: No such file or directory (os error 2) [2024-04-07T12:49:38+05:30 ERROR util] crates/extension/src/extension_store.rs:1155: failed to load swift extension.toml
Caused by: No such file or directory (os error 2) [2024-04-07T12:49:46+05:30 ERROR util] crates/extension/src/extension_store.rs:1155: failed to load latex extension.toml
Caused by: No such file or directory (os error 2) [2024-04-07T12:50:23+05:30 ERROR util] crates/extension/src/extension_store.rs:1155: failed to load php extension.toml
Caused by: No such file or directory (os error 2) [2024-04-07T12:50:23+05:30 ERROR util] crates/extension/src/extension_store.rs:1155: failed to load php extension.toml
Caused by: No such file or directory (os error 2) [2024-04-07T12:51:15+05:30 ERROR util] crates/assistant/src/assistant_panel.rs:284: credentials not found [2024-04-07T12:51:15+05:30 ERROR util] crates/assistant/src/assistant_panel.rs:284: credentials not found [2024-04-07T12:51:18+05:30 ERROR util] crates/lsp/src/lsp.rs:728: oneshot canceled [2024-04-07T12:51:18+05:30 ERROR util] crates/lsp/src/lsp.rs:728: oneshot canceled [2024-04-07T12:51:18+05:30 ERROR util] crates/lsp/src/lsp.rs:728: oneshot canceled
Just to let you know, this issue is not a specific case: I've got the same results on Arch.
I got the keystroke errors even on Alpine Linux v3.19 x86_64 with Sway desktop.
[2024-05-06T13:27:58+02:00 ERROR util] crates/settings/src/keymap_file.rs:89: invalid binding value for keystroke ctrl-alt-shift-down, context Some("Editor")
Caused by:
no action type registered for editor::DuplicateLine
[2024-05-06T13:27:58+02:00 ERROR util] crates/settings/src/keymap_file.rs:89: invalid binding value for keystroke ctrl-alt-shift-up, context Some("Editor")
Caused by:
no action type registered for editor::DuplicateLine
[2024-05-06T13:27:58+02:00 ERROR util] crates/settings/src/keymap_file.rs:89: invalid binding value for keystroke escape, context Some("ChatPanel > MessageEditor")
This should be fixed!