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
48.31k stars 2.87k forks source link

Crash when inputting Fn + Option keyboard Combo #18139

Closed sanbox-irl closed 2 weeks ago

sanbox-irl commented 3 weeks ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Pressing the fn and the option key at once causes Zed to crash.

Environment

Zed: v0.153.6 (Zed) OS: macOS 14.1.1 Memory: 32 GiB Architecture: aarch64

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

Please note that I've changed my default keymod configurations as follows on the macOS gui:

Screenshot 2024-09-20 at 9 58 22 AM

If applicable, attach your Zed.log file to this issue.

Zed.log

2024-09-19T12:06:37.942047-04:00 [INFO] ========== starting zed ==========
2024-09-19T12:06:37.950861-04:00 [INFO] Opening main db
2024-09-19T12:06:37.993653-04:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-09-19T12:06:38.128303-04:00 [INFO] initializing context server client
2024-09-19T12:06:38.128923-04:00 [INFO] Registering built-in prompt template: content_prompt
2024-09-19T12:06:38.129659-04:00 [INFO] Registering built-in prompt template: edit_workflow
2024-09-19T12:06:38.129872-04:00 [INFO] Registering built-in prompt template: step_resolution
2024-09-19T12:06:38.130354-04:00 [INFO] Registering built-in prompt template: terminal_assistant_prompt
2024-09-19T12:06:38.130552-04:00 [INFO] No prompt template overrides directory found at /Users/jjspira/.config/zed/prompt_overrides. Using built-in prompts.
2024-09-19T12:06:38.134039-04:00 [INFO] extensions updated. loading 3, reloading 0, unloading 0
2024-09-19T12:06:38.190221-04:00 [ERROR] invalid binding value for keystroke ctrl-enter, context None

Caused by:
    no action type registered for menu::ShowContextMenu
2024-09-19T12:06:38.19042-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("BufferSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-19T12:06:38.190501-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-19T12:06:38.190574-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-19T12:06:38.190694-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-19T12:06:38.19079-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-19T12:06:38.190905-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-19T12:06:38.191066-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-19T12:06:38.191146-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-19T12:06:38.191215-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::CycleMode
2024-09-19T12:06:38.191287-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("Pane")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-19T12:06:38.191358-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("Pane")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-19T12:06:38.191428-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("Pane")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-19T12:06:38.191504-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("Pane")

Caused by:
    no action type registered for search::CycleMode
2024-09-19T12:06:38.19159-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("Editor")

Caused by:
    no action type registered for editor::RevealInFinder
2024-09-19T12:06:38.191713-04:00 [ERROR] invalid binding value for keystroke alt-shift-down, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-19T12:06:38.191789-04:00 [ERROR] invalid binding value for keystroke alt-shift-up, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-19T12:06:38.191894-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("ProjectPanel")

Caused by:
    no action type registered for project_panel::RevealInFinder
2024-09-19T12:06:38.191953-04:00 [ERROR] invalid binding value for keystroke escape, context Some("ChatPanel > MessageEditor")

Caused by:
    no action type registered for chat_panel::CloseReplyPreview
2024-09-19T12:06:38.19524-04:00 [INFO] Opening main db
2024-09-19T12:06:38.195314-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.19557-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.195665-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.195713-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.195774-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.195857-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.195921-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.196002-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.196046-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.20186-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.20478-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.207076-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.21154-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.26151-04:00 [INFO] set status on client 0: Authenticating
2024-09-19T12:06:38.262379-04:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-09-19T12:06:38.263386-04:00 [INFO] Opening main db
2024-09-19T12:06:38.263891-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.265868-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.267295-04:00 [INFO] Opening main db
2024-09-19T12:06:38.269034-04:00 [INFO] set status on client 59067: Connecting
2024-09-19T12:06:38.279381-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.36566-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T12:06:38.365738-04:00 [INFO] starting language server "rust-analyzer", path: "/Users/jjspira/Documents/Rust/maybe-working", id: 1
2024-09-19T12:06:38.366594-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T12:06:38.3678-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T12:06:38.367886-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T12:06:38.36806-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T12:06:38.368106-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T12:06:38.368152-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T12:06:38.368207-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T12:06:38.368248-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T12:06:38.368444-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T12:06:38.368504-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T12:06:38.36855-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T12:06:38.3686-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T12:06:38.369977-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.420443-04:00 [INFO] Node runtime install_if_needed
2024-09-19T12:06:38.444553-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T12:06:38.44462-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T12:06:38.444666-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T12:06:38.444719-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T12:06:38.444761-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T12:06:38.445606-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T12:06:38.451277-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-19T12:06:38.482889-04:00 [INFO] set environment variables from shell:/bin/zsh, path:/Users/jjspira/.pyenv/shims:/Users/jjspira/.pyenv/shims:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/jjspira/.cargo/bin
2024-09-19T12:06:38.483609-04:00 [INFO] fetching latest version of language server "rust-analyzer"
2024-09-19T12:06:38.625892-04:00 [INFO] add connection to peer
2024-09-19T12:06:38.625961-04:00 [INFO] add_connection;
2024-09-19T12:06:38.626012-04:00 [INFO] waiting for server hello
2024-09-19T12:06:38.672874-04:00 [INFO] got server hello
2024-09-19T12:06:38.672956-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 540, id: 12182679 })
2024-09-19T12:06:38.673037-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 540, id: 12182679 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-09-19T12:06:38.696747-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/node/node-v22.5.1-darwin-arm64/bin/node", working directory: "/", args: ["/Users/jjspira/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-09-19T12:06:38.839436-04:00 [INFO] downloading language server "rust-analyzer"
2024-09-19T12:06:38.839931-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/languages/rust-analyzer/rust-analyzer-2024-09-16", working directory: "/Users/jjspira/Documents/Rust/maybe-working", args: []
2024-09-19T12:06:38.945924-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-19T16:06:38.942Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-09-19T16:06:38.942Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-09-19T12:06:38.947219-04:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "2fb51316-c023-422d-8e52-063b1d2fdba3",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-09-19T12:06:38.980272-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-19T16:06:38.951Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-09-19T16:06:38.951Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-09-19T12:06:39.781057-04:00 [ERROR] oneshot canceled
2024-09-19T22:23:21.422412-04:00 [INFO] ========== starting zed ==========
2024-09-19T22:23:21.426067-04:00 [INFO] Opening main db
2024-09-19T22:23:21.461725-04:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-09-19T22:23:21.593018-04:00 [INFO] initializing context server client
2024-09-19T22:23:21.593393-04:00 [INFO] Registering built-in prompt template: content_prompt
2024-09-19T22:23:21.593909-04:00 [INFO] Registering built-in prompt template: edit_workflow
2024-09-19T22:23:21.594122-04:00 [INFO] Registering built-in prompt template: step_resolution
2024-09-19T22:23:21.594488-04:00 [INFO] Registering built-in prompt template: terminal_assistant_prompt
2024-09-19T22:23:21.594673-04:00 [INFO] No prompt template overrides directory found at /Users/jjspira/.config/zed/prompt_overrides. Using built-in prompts.
2024-09-19T22:23:21.59617-04:00 [INFO] extensions updated. loading 3, reloading 0, unloading 0
2024-09-19T22:23:21.642129-04:00 [ERROR] invalid binding value for keystroke ctrl-enter, context None

Caused by:
    no action type registered for menu::ShowContextMenu
2024-09-19T22:23:21.642297-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("BufferSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-19T22:23:21.642348-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-19T22:23:21.642391-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-19T22:23:21.642438-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-19T22:23:21.64248-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-19T22:23:21.642529-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-19T22:23:21.64257-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-19T22:23:21.64261-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-19T22:23:21.642651-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::CycleMode
2024-09-19T22:23:21.642692-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("Pane")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-19T22:23:21.642733-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("Pane")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-19T22:23:21.642778-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("Pane")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-19T22:23:21.642822-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("Pane")

Caused by:
    no action type registered for search::CycleMode
2024-09-19T22:23:21.642868-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("Editor")

Caused by:
    no action type registered for editor::RevealInFinder
2024-09-19T22:23:21.642938-04:00 [ERROR] invalid binding value for keystroke alt-shift-down, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-19T22:23:21.642987-04:00 [ERROR] invalid binding value for keystroke alt-shift-up, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-19T22:23:21.643048-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("ProjectPanel")

Caused by:
    no action type registered for project_panel::RevealInFinder
2024-09-19T22:23:21.643093-04:00 [ERROR] invalid binding value for keystroke escape, context Some("ChatPanel > MessageEditor")

Caused by:
    no action type registered for chat_panel::CloseReplyPreview
2024-09-19T22:23:21.645383-04:00 [INFO] Opening main db
2024-09-19T22:23:21.645453-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.645524-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.64626-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.646327-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.646397-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.646437-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.646474-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.646512-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.646548-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.64718-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.649315-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.65091-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.653571-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.688148-04:00 [INFO] Opening main db
2024-09-19T22:23:21.688306-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.689848-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.690233-04:00 [INFO] Opening main db
2024-09-19T22:23:21.690875-04:00 [INFO] set status on client 0: Authenticating
2024-09-19T22:23:21.693877-04:00 [INFO] set status on client 59067: Connecting
2024-09-19T22:23:21.699155-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.706056-04:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-09-19T22:23:21.71586-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-19T22:23:21.790972-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:23:21.791047-04:00 [INFO] starting language server "rust-analyzer", path: "/Users/jjspira/Documents/Rust/maybe-working", id: 1
2024-09-19T22:23:21.791934-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:23:21.793146-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:23:21.793248-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:23:21.793422-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T22:23:21.793465-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:23:21.793511-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:23:21.793556-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:23:21.793605-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:23:21.793814-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T22:23:21.793873-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T22:23:21.793921-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T22:23:21.793971-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T22:23:21.798828-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.827693-04:00 [INFO] Node runtime install_if_needed
2024-09-19T22:23:21.855358-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-19T22:23:21.893128-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T22:23:21.893196-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:23:21.893242-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:23:21.893284-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:23:21.893329-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:23:21.894149-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:23:21.942529-04:00 [INFO] add connection to peer
2024-09-19T22:23:21.942599-04:00 [INFO] add_connection;
2024-09-19T22:23:21.942652-04:00 [INFO] waiting for server hello
2024-09-19T22:23:21.953872-04:00 [INFO] got server hello
2024-09-19T22:23:21.953943-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 542, id: 214634 })
2024-09-19T22:23:21.954025-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 214634 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-09-19T22:23:21.957092-04:00 [INFO] set environment variables from shell:/bin/zsh, path:/Users/jjspira/.pyenv/shims:/Users/jjspira/.pyenv/shims:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/jjspira/.cargo/bin
2024-09-19T22:23:21.960129-04:00 [INFO] fetching latest version of language server "rust-analyzer"
2024-09-19T22:23:22.059986-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/node/node-v22.5.1-darwin-arm64/bin/node", working directory: "/", args: ["/Users/jjspira/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-09-19T22:23:22.295614-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-20T02:23:22.292Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-09-20T02:23:22.292Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-09-19T22:23:22.300987-04:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "6b92e6ed-e447-462d-b105-36cc78b2ac11",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-09-19T22:23:22.329768-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-20T02:23:22.304Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-09-20T02:23:22.304Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-09-19T22:23:22.387103-04:00 [INFO] downloading language server "rust-analyzer"
2024-09-19T22:23:22.388167-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/languages/rust-analyzer/rust-analyzer-2024-09-16", working directory: "/Users/jjspira/Documents/Rust/maybe-working", args: []
2024-09-19T22:23:23.658717-04:00 [INFO] downloaded update. path:"/var/folders/_2/vxnzfl990hz6rt71llq5s4m80000gn/T/zed-auto-updateuaVESP/Zed.dmg"
2024-09-19T22:23:27.492407-04:00 [INFO] Successfully unmounted the disk image
2024-09-19T22:24:10.199814-04:00 [ERROR] oneshot canceled
2024-09-19T22:57:31.070089-04:00 [INFO] ========== starting zed ==========
2024-09-19T22:57:31.072672-04:00 [INFO] Opening main db
2024-09-19T22:57:31.115263-04:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-09-19T22:57:31.247205-04:00 [INFO] initializing context server client
2024-09-19T22:57:31.247571-04:00 [INFO] Registering built-in prompt template: content_prompt
2024-09-19T22:57:31.248074-04:00 [INFO] Registering built-in prompt template: edit_workflow
2024-09-19T22:57:31.248293-04:00 [INFO] Registering built-in prompt template: step_resolution
2024-09-19T22:57:31.248639-04:00 [INFO] Registering built-in prompt template: terminal_assistant_prompt
2024-09-19T22:57:31.248825-04:00 [INFO] No prompt template overrides directory found at /Users/jjspira/.config/zed/prompt_overrides. Using built-in prompts.
2024-09-19T22:57:31.250427-04:00 [INFO] extensions updated. loading 3, reloading 0, unloading 0
2024-09-19T22:57:31.299041-04:00 [ERROR] invalid binding value for keystroke ctrl-enter, context None

Caused by:
    no action type registered for menu::ShowContextMenu
2024-09-19T22:57:31.299262-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("BufferSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-19T22:57:31.299312-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-19T22:57:31.299355-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-19T22:57:31.299398-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-19T22:57:31.299442-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-19T22:57:31.299487-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-19T22:57:31.299532-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-19T22:57:31.299574-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-19T22:57:31.299618-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::CycleMode
2024-09-19T22:57:31.299664-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("Pane")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-19T22:57:31.299706-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("Pane")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-19T22:57:31.299748-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("Pane")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-19T22:57:31.299789-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("Pane")

Caused by:
    no action type registered for search::CycleMode
2024-09-19T22:57:31.299836-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("Editor")

Caused by:
    no action type registered for editor::RevealInFinder
2024-09-19T22:57:31.299912-04:00 [ERROR] invalid binding value for keystroke alt-shift-down, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-19T22:57:31.299957-04:00 [ERROR] invalid binding value for keystroke alt-shift-up, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-19T22:57:31.300023-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("ProjectPanel")

Caused by:
    no action type registered for project_panel::RevealInFinder
2024-09-19T22:57:31.300075-04:00 [ERROR] invalid binding value for keystroke escape, context Some("ChatPanel > MessageEditor")

Caused by:
    no action type registered for chat_panel::CloseReplyPreview
2024-09-19T22:57:31.302019-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.302166-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.302222-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.302274-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.30264-04:00 [INFO] Opening main db
2024-09-19T22:57:31.302759-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.302835-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.302877-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.302939-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.302981-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.304303-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.306345-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.308227-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.310447-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.360613-04:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-09-19T22:57:31.372403-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-19T22:57:31.392617-04:00 [INFO] set status on client 0: Authenticating
2024-09-19T22:57:31.393355-04:00 [INFO] Opening main db
2024-09-19T22:57:31.393716-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.395147-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.396411-04:00 [INFO] Opening main db
2024-09-19T22:57:31.412183-04:00 [INFO] set status on client 59067: Connecting
2024-09-19T22:57:31.414525-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.416067-04:00 [INFO] Node runtime install_if_needed
2024-09-19T22:57:31.42703-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.511004-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-19T22:57:31.511358-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:57:31.511459-04:00 [INFO] starting language server "rust-analyzer", path: "/Users/jjspira/Documents/Rust/maybe-working", id: 1
2024-09-19T22:57:31.512733-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:57:31.513985-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:57:31.515215-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:57:31.515447-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T22:57:31.515498-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:57:31.515552-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:57:31.515595-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:57:31.515644-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:57:31.515877-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T22:57:31.51594-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T22:57:31.515991-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T22:57:31.51606-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T22:57:31.519726-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.54392-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-19T22:57:31.544022-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:57:31.544097-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:57:31.54417-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:57:31.544243-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-19T22:57:31.545114-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-19T22:57:31.617339-04:00 [INFO] set environment variables from shell:/bin/zsh, path:/Users/jjspira/.pyenv/shims:/Users/jjspira/.pyenv/shims:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/jjspira/.cargo/bin
2024-09-19T22:57:31.617482-04:00 [INFO] fetching latest version of language server "rust-analyzer"
2024-09-19T22:57:31.656181-04:00 [INFO] add connection to peer
2024-09-19T22:57:31.656239-04:00 [INFO] add_connection;
2024-09-19T22:57:31.656282-04:00 [INFO] waiting for server hello
2024-09-19T22:57:31.660063-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/node/node-v22.5.1-darwin-arm64/bin/node", working directory: "/", args: ["/Users/jjspira/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-09-19T22:57:31.669256-04:00 [INFO] got server hello
2024-09-19T22:57:31.669361-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 542, id: 238989 })
2024-09-19T22:57:31.66947-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 238989 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-09-19T22:57:31.904251-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-20T02:57:31.901Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-09-20T02:57:31.901Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-09-19T22:57:31.905366-04:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "106a508e-af9d-4f86-8b46-3660a398c69c",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-09-19T22:57:31.93425-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-20T02:57:31.909Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-09-20T02:57:31.909Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-09-19T22:57:31.982344-04:00 [INFO] downloading language server "rust-analyzer"
2024-09-19T22:57:31.983069-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/languages/rust-analyzer/rust-analyzer-2024-09-16", working directory: "/Users/jjspira/Documents/Rust/maybe-working", args: []
2024-09-19T22:57:41.432143-04:00 [INFO] open paths ["/Users/jjspira/Documents/Rust/maybe-working"]
2024-09-19T22:57:59.395011-04:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-09-19T23:02:31.650859-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-19T23:10:31.448719-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-19T23:18:31.361755-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-19T23:26:31.439732-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-19T23:34:31.394259-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-19T23:42:31.484013-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-19T23:50:31.472849-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-19T23:56:38.799097-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-19T23:56:38.799267-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-19T23:56:38.799494-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-19T23:56:38.799589-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-19T23:56:38.987099-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-19T23:56:39.173249-04:00 [INFO] add connection to peer
2024-09-19T23:56:39.173588-04:00 [INFO] add_connection;
2024-09-19T23:56:39.173876-04:00 [INFO] waiting for server hello
2024-09-19T23:56:39.182023-04:00 [INFO] got server hello
2024-09-19T23:56:39.182355-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 1 }, peer id: PeerId { owner_id: 542, id: 283782 })
2024-09-19T23:56:39.182872-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 283782 }, connection_id: ConnectionId { owner_id: 0, id: 1 } }
2024-09-20T00:00:03.291187-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T00:00:03.29145-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T00:00:03.291798-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T00:00:03.291936-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T00:00:03.493424-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T00:00:03.670363-04:00 [INFO] add connection to peer
2024-09-20T00:00:03.670614-04:00 [INFO] add_connection;
2024-09-20T00:00:03.670819-04:00 [INFO] waiting for server hello
2024-09-20T00:00:03.671203-04:00 [INFO] got server hello
2024-09-20T00:00:03.671404-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 2 }, peer id: PeerId { owner_id: 542, id: 286466 })
2024-09-20T00:00:03.671737-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 286466 }, connection_id: ConnectionId { owner_id: 0, id: 2 } }
2024-09-20T00:00:21.870485-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T00:00:21.871532-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T00:00:21.872712-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T00:00:21.873168-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T00:00:21.970879-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T00:00:22.184905-04:00 [INFO] add connection to peer
2024-09-20T00:00:22.185382-04:00 [INFO] add_connection;
2024-09-20T00:00:22.185691-04:00 [INFO] waiting for server hello
2024-09-20T00:00:22.186275-04:00 [INFO] got server hello
2024-09-20T00:00:22.186582-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 3 }, peer id: PeerId { owner_id: 542, id: 286836 })
2024-09-20T00:00:22.18709-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 286836 }, connection_id: ConnectionId { owner_id: 0, id: 3 } }
2024-09-20T00:02:52.094871-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T00:02:52.095531-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T00:02:52.096575-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T00:02:52.096817-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T00:02:52.254395-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T00:02:52.455682-04:00 [INFO] add connection to peer
2024-09-20T00:02:52.45602-04:00 [INFO] add_connection;
2024-09-20T00:02:52.456224-04:00 [INFO] waiting for server hello
2024-09-20T00:02:52.456779-04:00 [INFO] got server hello
2024-09-20T00:02:52.456978-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 4 }, peer id: PeerId { owner_id: 542, id: 289041 })
2024-09-20T00:02:52.457318-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 289041 }, connection_id: ConnectionId { owner_id: 0, id: 4 } }
2024-09-20T00:13:11.278202-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T00:13:11.278783-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T00:13:11.279505-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T00:13:11.279705-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T00:13:11.511066-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T00:13:11.734988-04:00 [INFO] add connection to peer
2024-09-20T00:13:11.735182-04:00 [INFO] add_connection;
2024-09-20T00:13:11.735311-04:00 [INFO] waiting for server hello
2024-09-20T00:13:11.735752-04:00 [INFO] got server hello
2024-09-20T00:13:11.735897-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 5 }, peer id: PeerId { owner_id: 542, id: 297003 })
2024-09-20T00:13:11.736108-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 297003 }, connection_id: ConnectionId { owner_id: 0, id: 5 } }
2024-09-20T00:18:31.076784-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T00:18:31.077538-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T00:18:31.078335-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T00:18:31.078761-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T00:18:31.301342-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T00:18:31.501427-04:00 [INFO] add connection to peer
2024-09-20T00:18:31.501796-04:00 [INFO] add_connection;
2024-09-20T00:18:31.502003-04:00 [INFO] waiting for server hello
2024-09-20T00:18:31.503032-04:00 [INFO] got server hello
2024-09-20T00:18:31.503229-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 6 }, peer id: PeerId { owner_id: 542, id: 301219 })
2024-09-20T00:18:31.503552-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 301219 }, connection_id: ConnectionId { owner_id: 0, id: 6 } }
2024-09-20T00:24:02.014071-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T00:24:02.014676-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T00:24:02.015475-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T00:24:02.015692-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T00:24:02.221617-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T00:24:02.444031-04:00 [INFO] add connection to peer
2024-09-20T00:24:02.444381-04:00 [INFO] add_connection;
2024-09-20T00:24:02.444622-04:00 [INFO] waiting for server hello
2024-09-20T00:24:02.445593-04:00 [INFO] got server hello
2024-09-20T00:24:02.445789-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 7 }, peer id: PeerId { owner_id: 542, id: 305751 })
2024-09-20T00:24:02.446115-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 305751 }, connection_id: ConnectionId { owner_id: 0, id: 7 } }
2024-09-20T00:36:54.099532-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T00:36:54.100344-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T00:36:54.101441-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T00:36:54.101702-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T00:36:54.306527-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T00:36:54.492293-04:00 [INFO] add connection to peer
2024-09-20T00:36:54.492631-04:00 [INFO] add_connection;
2024-09-20T00:36:54.492918-04:00 [INFO] waiting for server hello
2024-09-20T00:36:54.494459-04:00 [INFO] got server hello
2024-09-20T00:36:54.494652-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 8 }, peer id: PeerId { owner_id: 542, id: 316137 })
2024-09-20T00:36:54.494979-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 316137 }, connection_id: ConnectionId { owner_id: 0, id: 8 } }
2024-09-20T00:38:49.861451-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T00:38:49.861944-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T00:38:49.86259-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T00:38:49.862864-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T00:38:50.072531-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T00:38:50.305983-04:00 [INFO] add connection to peer
2024-09-20T00:38:50.306448-04:00 [INFO] add_connection;
2024-09-20T00:38:50.306745-04:00 [INFO] waiting for server hello
2024-09-20T00:38:50.307497-04:00 [INFO] got server hello
2024-09-20T00:38:50.307793-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 9 }, peer id: PeerId { owner_id: 542, id: 317596 })
2024-09-20T00:38:50.308281-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 317596 }, connection_id: ConnectionId { owner_id: 0, id: 9 } }
2024-09-20T00:39:30.614022-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T00:39:30.614479-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T00:39:30.615152-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T00:39:30.615355-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T00:39:30.713716-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T00:39:30.966565-04:00 [INFO] add connection to peer
2024-09-20T00:39:30.966789-04:00 [INFO] add_connection;
2024-09-20T00:39:30.966976-04:00 [INFO] waiting for server hello
2024-09-20T00:39:30.967335-04:00 [INFO] got server hello
2024-09-20T00:39:30.96752-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 10 }, peer id: PeerId { owner_id: 542, id: 318129 })
2024-09-20T00:39:30.967834-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 318129 }, connection_id: ConnectionId { owner_id: 0, id: 10 } }
2024-09-20T00:54:55.240208-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T00:54:55.240811-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T00:54:55.241598-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T00:54:55.241825-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T00:54:55.462821-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T00:54:55.677015-04:00 [INFO] add connection to peer
2024-09-20T00:54:55.677291-04:00 [INFO] add_connection;
2024-09-20T00:54:55.677482-04:00 [INFO] waiting for server hello
2024-09-20T00:54:55.677983-04:00 [INFO] got server hello
2024-09-20T00:54:55.678161-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 11 }, peer id: PeerId { owner_id: 542, id: 329962 })
2024-09-20T00:54:55.678478-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 329962 }, connection_id: ConnectionId { owner_id: 0, id: 11 } }
2024-09-20T00:55:19.159153-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T00:55:19.160859-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T00:55:19.161973-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T00:55:19.162389-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T00:55:19.248794-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T00:55:19.477463-04:00 [INFO] add connection to peer
2024-09-20T00:55:19.477773-04:00 [INFO] add_connection;
2024-09-20T00:55:19.478024-04:00 [INFO] waiting for server hello
2024-09-20T00:55:19.479794-04:00 [INFO] got server hello
2024-09-20T00:55:19.48001-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 12 }, peer id: PeerId { owner_id: 542, id: 330263 })
2024-09-20T00:55:19.480392-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 330263 }, connection_id: ConnectionId { owner_id: 0, id: 12 } }
2024-09-20T01:11:31.116668-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T01:11:31.117093-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T01:11:31.117838-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T01:11:31.118045-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T01:11:31.314309-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T01:11:31.487287-04:00 [INFO] add connection to peer
2024-09-20T01:11:31.487499-04:00 [INFO] add_connection;
2024-09-20T01:11:31.487688-04:00 [INFO] waiting for server hello
2024-09-20T01:11:31.488234-04:00 [INFO] got server hello
2024-09-20T01:11:31.48843-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 13 }, peer id: PeerId { owner_id: 542, id: 343617 })
2024-09-20T01:11:31.48875-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 343617 }, connection_id: ConnectionId { owner_id: 0, id: 13 } }
2024-09-20T01:18:07.473043-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T01:18:07.473422-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T01:18:07.473886-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T01:18:07.474105-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T01:18:07.653587-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T01:18:07.859391-04:00 [INFO] add connection to peer
2024-09-20T01:18:07.859862-04:00 [INFO] add_connection;
2024-09-20T01:18:07.860173-04:00 [INFO] waiting for server hello
2024-09-20T01:18:07.861385-04:00 [INFO] got server hello
2024-09-20T01:18:07.861697-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 14 }, peer id: PeerId { owner_id: 542, id: 348583 })
2024-09-20T01:18:07.862206-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 348583 }, connection_id: ConnectionId { owner_id: 0, id: 14 } }
2024-09-20T01:23:27.772825-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T01:23:27.77321-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T01:23:27.773689-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T01:23:27.77389-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T01:23:27.969428-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T01:23:28.158618-04:00 [INFO] add connection to peer
2024-09-20T01:23:28.158848-04:00 [INFO] add_connection;
2024-09-20T01:23:28.159038-04:00 [INFO] waiting for server hello
2024-09-20T01:23:28.159528-04:00 [INFO] got server hello
2024-09-20T01:23:28.159717-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 15 }, peer id: PeerId { owner_id: 542, id: 352625 })
2024-09-20T01:23:28.160035-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 352625 }, connection_id: ConnectionId { owner_id: 0, id: 15 } }
2024-09-20T01:25:09.389184-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T01:25:09.389924-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T01:25:09.390564-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T01:25:09.390881-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T01:25:09.506414-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T01:25:09.745606-04:00 [INFO] add connection to peer
2024-09-20T01:25:09.746032-04:00 [INFO] add_connection;
2024-09-20T01:25:09.746279-04:00 [INFO] waiting for server hello
2024-09-20T01:25:09.747748-04:00 [INFO] got server hello
2024-09-20T01:25:09.747994-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 16 }, peer id: PeerId { owner_id: 542, id: 353897 })
2024-09-20T01:25:09.748347-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 353897 }, connection_id: ConnectionId { owner_id: 0, id: 16 } }
2024-09-20T01:36:03.408492-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T01:36:03.409102-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T01:36:03.409896-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T01:36:03.410154-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T01:36:03.572934-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T01:36:03.777411-04:00 [INFO] add connection to peer
2024-09-20T01:36:03.777876-04:00 [INFO] add_connection;
2024-09-20T01:36:03.77819-04:00 [INFO] waiting for server hello
2024-09-20T01:36:03.780007-04:00 [INFO] got server hello
2024-09-20T01:36:03.780415-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 17 }, peer id: PeerId { owner_id: 542, id: 362287 })
2024-09-20T01:36:03.78119-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 362287 }, connection_id: ConnectionId { owner_id: 0, id: 17 } }
2024-09-20T01:46:51.777512-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T01:46:51.778095-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T01:46:51.778864-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T01:46:51.779071-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T01:46:51.832931-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-20T01:46:51.946343-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T01:46:52.156369-04:00 [INFO] add connection to peer
2024-09-20T01:46:52.156824-04:00 [INFO] add_connection;
2024-09-20T01:46:52.157145-04:00 [INFO] waiting for server hello
2024-09-20T01:46:52.158909-04:00 [INFO] got server hello
2024-09-20T01:46:52.15929-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 18 }, peer id: PeerId { owner_id: 542, id: 370420 })
2024-09-20T01:46:52.159793-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 370420 }, connection_id: ConnectionId { owner_id: 0, id: 18 } }
2024-09-20T01:56:41.094791-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T01:56:41.095333-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T01:56:41.096241-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T01:56:41.096447-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T01:56:41.360046-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T01:56:41.535681-04:00 [INFO] add connection to peer
2024-09-20T01:56:41.535837-04:00 [INFO] add_connection;
2024-09-20T01:56:41.535945-04:00 [INFO] waiting for server hello
2024-09-20T01:56:41.536599-04:00 [INFO] got server hello
2024-09-20T01:56:41.536708-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 19 }, peer id: PeerId { owner_id: 542, id: 378041 })
2024-09-20T01:56:41.536882-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 378041 }, connection_id: ConnectionId { owner_id: 0, id: 19 } }
2024-09-20T02:12:44.044504-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T02:12:44.044909-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T02:12:44.045391-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T02:12:44.045628-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T02:12:44.371129-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T02:12:44.555883-04:00 [INFO] add connection to peer
2024-09-20T02:12:44.556253-04:00 [INFO] add_connection;
2024-09-20T02:12:44.556453-04:00 [INFO] waiting for server hello
2024-09-20T02:12:44.557817-04:00 [INFO] got server hello
2024-09-20T02:12:44.558035-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 20 }, peer id: PeerId { owner_id: 542, id: 390646 })
2024-09-20T02:12:44.558356-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 390646 }, connection_id: ConnectionId { owner_id: 0, id: 20 } }
2024-09-20T02:16:57.578668-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T02:16:57.579045-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T02:16:57.579523-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T02:16:57.579718-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T02:16:57.715021-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T02:16:57.900561-04:00 [INFO] add connection to peer
2024-09-20T02:16:57.900913-04:00 [INFO] add_connection;
2024-09-20T02:16:57.901117-04:00 [INFO] waiting for server hello
2024-09-20T02:16:57.902496-04:00 [INFO] got server hello
2024-09-20T02:16:57.902688-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 21 }, peer id: PeerId { owner_id: 542, id: 393819 })
2024-09-20T02:16:57.903021-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 393819 }, connection_id: ConnectionId { owner_id: 0, id: 21 } }
2024-09-20T02:22:06.659577-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T02:22:06.660231-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T02:22:06.66099-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T02:22:06.661208-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T02:22:06.970145-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T02:22:07.15411-04:00 [INFO] add connection to peer
2024-09-20T02:22:07.154464-04:00 [INFO] add_connection;
2024-09-20T02:22:07.154674-04:00 [INFO] waiting for server hello
2024-09-20T02:22:07.156011-04:00 [INFO] got server hello
2024-09-20T02:22:07.156242-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 22 }, peer id: PeerId { owner_id: 542, id: 397786 })
2024-09-20T02:22:07.15657-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 397786 }, connection_id: ConnectionId { owner_id: 0, id: 22 } }
2024-09-20T02:30:09.300634-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T02:30:09.301017-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T02:30:09.301542-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T02:30:09.301748-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T02:30:09.471664-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T02:30:09.681099-04:00 [INFO] add connection to peer
2024-09-20T02:30:09.68135-04:00 [INFO] add_connection;
2024-09-20T02:30:09.681554-04:00 [INFO] waiting for server hello
2024-09-20T02:30:09.682084-04:00 [INFO] got server hello
2024-09-20T02:30:09.682283-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 23 }, peer id: PeerId { owner_id: 542, id: 403793 })
2024-09-20T02:30:09.682609-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 403793 }, connection_id: ConnectionId { owner_id: 0, id: 23 } }
2024-09-20T02:36:25.818891-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T02:36:25.819471-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T02:36:25.820316-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T02:36:25.820623-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T02:36:26.014453-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T02:36:26.211297-04:00 [INFO] add connection to peer
2024-09-20T02:36:26.211525-04:00 [INFO] add_connection;
2024-09-20T02:36:26.211714-04:00 [INFO] waiting for server hello
2024-09-20T02:36:26.212196-04:00 [INFO] got server hello
2024-09-20T02:36:26.212392-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 24 }, peer id: PeerId { owner_id: 542, id: 408581 })
2024-09-20T02:36:26.212706-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 408581 }, connection_id: ConnectionId { owner_id: 0, id: 24 } }
2024-09-20T02:53:50.110934-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T02:53:50.111509-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T02:53:50.11262-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T02:53:50.112861-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T02:53:50.315846-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T02:53:50.488298-04:00 [INFO] add connection to peer
2024-09-20T02:53:50.488529-04:00 [INFO] add_connection;
2024-09-20T02:53:50.488725-04:00 [INFO] waiting for server hello
2024-09-20T02:53:50.489335-04:00 [INFO] got server hello
2024-09-20T02:53:50.489518-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 25 }, peer id: PeerId { owner_id: 542, id: 421048 })
2024-09-20T02:53:50.489839-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 421048 }, connection_id: ConnectionId { owner_id: 0, id: 25 } }
2024-09-20T03:00:03.231542-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T03:00:03.232091-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T03:00:03.23289-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T03:00:03.233103-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T03:00:03.415188-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T03:00:03.62962-04:00 [INFO] add connection to peer
2024-09-20T03:00:03.629792-04:00 [INFO] add_connection;
2024-09-20T03:00:03.629912-04:00 [INFO] waiting for server hello
2024-09-20T03:00:03.630385-04:00 [INFO] got server hello
2024-09-20T03:00:03.630502-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 26 }, peer id: PeerId { owner_id: 542, id: 425699 })
2024-09-20T03:00:03.630683-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 425699 }, connection_id: ConnectionId { owner_id: 0, id: 26 } }
2024-09-20T03:00:28.631754-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T03:00:28.632133-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T03:00:28.632585-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T03:00:28.63281-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T03:00:28.73428-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T03:00:28.9455-04:00 [INFO] add connection to peer
2024-09-20T03:00:28.945906-04:00 [INFO] add_connection;
2024-09-20T03:00:28.946118-04:00 [INFO] waiting for server hello
2024-09-20T03:00:28.947326-04:00 [INFO] got server hello
2024-09-20T03:00:28.947533-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 27 }, peer id: PeerId { owner_id: 542, id: 426178 })
2024-09-20T03:00:28.947861-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 426178 }, connection_id: ConnectionId { owner_id: 0, id: 27 } }
2024-09-20T03:15:59.494885-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T03:15:59.495628-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T03:15:59.49647-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T03:15:59.49689-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T03:15:59.670259-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T03:15:59.872208-04:00 [INFO] add connection to peer
2024-09-20T03:15:59.872642-04:00 [INFO] add_connection;
2024-09-20T03:15:59.872958-04:00 [INFO] waiting for server hello
2024-09-20T03:15:59.874506-04:00 [INFO] got server hello
2024-09-20T03:15:59.874813-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 28 }, peer id: PeerId { owner_id: 542, id: 437330 })
2024-09-20T03:15:59.875323-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 437330 }, connection_id: ConnectionId { owner_id: 0, id: 28 } }
2024-09-20T03:32:36.339397-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T03:32:36.340377-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T03:32:36.34119-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T03:32:36.341327-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T03:32:36.537355-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T03:32:36.723272-04:00 [INFO] add connection to peer
2024-09-20T03:32:36.723658-04:00 [INFO] add_connection;
2024-09-20T03:32:36.723858-04:00 [INFO] waiting for server hello
2024-09-20T03:32:36.725211-04:00 [INFO] got server hello
2024-09-20T03:32:36.725458-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 29 }, peer id: PeerId { owner_id: 542, id: 448534 })
2024-09-20T03:32:36.725793-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 448534 }, connection_id: ConnectionId { owner_id: 0, id: 29 } }
2024-09-20T03:35:10.704937-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T03:35:10.705326-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T03:35:10.705835-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T03:35:10.706034-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T03:35:10.845304-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T03:35:11.024142-04:00 [INFO] add connection to peer
2024-09-20T03:35:11.024412-04:00 [INFO] add_connection;
2024-09-20T03:35:11.024615-04:00 [INFO] waiting for server hello
2024-09-20T03:35:11.025127-04:00 [INFO] got server hello
2024-09-20T03:35:11.025316-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 30 }, peer id: PeerId { owner_id: 542, id: 450194 })
2024-09-20T03:35:11.025701-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 450194 }, connection_id: ConnectionId { owner_id: 0, id: 30 } }
2024-09-20T03:50:44.400396-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T03:50:44.400961-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T03:50:44.401403-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T03:50:44.401602-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T03:50:44.596969-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T03:50:44.796307-04:00 [INFO] add connection to peer
2024-09-20T03:50:44.796674-04:00 [INFO] add_connection;
2024-09-20T03:50:44.796874-04:00 [INFO] waiting for server hello
2024-09-20T03:50:44.79853-04:00 [INFO] got server hello
2024-09-20T03:50:44.798774-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 31 }, peer id: PeerId { owner_id: 542, id: 460519 })
2024-09-20T03:50:44.799104-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 460519 }, connection_id: ConnectionId { owner_id: 0, id: 31 } }
2024-09-20T04:05:15.405371-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T04:05:15.406158-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T04:05:15.406927-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T04:05:15.40728-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T04:05:15.701822-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T04:05:15.89836-04:00 [INFO] add connection to peer
2024-09-20T04:05:15.898708-04:00 [INFO] add_connection;
2024-09-20T04:05:15.898914-04:00 [INFO] waiting for server hello
2024-09-20T04:05:15.90037-04:00 [INFO] got server hello
2024-09-20T04:05:15.900563-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 32 }, peer id: PeerId { owner_id: 542, id: 470711 })
2024-09-20T04:05:15.90094-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 470711 }, connection_id: ConnectionId { owner_id: 0, id: 32 } }
2024-09-20T04:06:25.081587-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T04:06:25.082136-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T04:06:25.083019-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T04:06:25.083231-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T04:06:25.18914-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T04:06:25.390154-04:00 [INFO] add connection to peer
2024-09-20T04:06:25.390666-04:00 [INFO] add_connection;
2024-09-20T04:06:25.392391-04:00 [INFO] waiting for server hello
2024-09-20T04:06:25.393245-04:00 [INFO] got server hello
2024-09-20T04:06:25.39348-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 33 }, peer id: PeerId { owner_id: 542, id: 471519 })
2024-09-20T04:06:25.393877-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 471519 }, connection_id: ConnectionId { owner_id: 0, id: 33 } }
2024-09-20T04:23:05.082513-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T04:23:05.082906-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T04:23:05.083363-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T04:23:05.083576-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T04:23:05.275463-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T04:23:05.499817-04:00 [INFO] add connection to peer
2024-09-20T04:23:05.500257-04:00 [INFO] add_connection;
2024-09-20T04:23:05.500463-04:00 [INFO] waiting for server hello
2024-09-20T04:23:05.501879-04:00 [INFO] got server hello
2024-09-20T04:23:05.502108-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 34 }, peer id: PeerId { owner_id: 542, id: 482355 })
2024-09-20T04:23:05.502463-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 482355 }, connection_id: ConnectionId { owner_id: 0, id: 34 } }
2024-09-20T04:36:58.647436-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T04:36:58.647823-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T04:36:58.648312-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T04:36:58.648518-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T04:36:58.861456-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T04:36:59.089363-04:00 [INFO] add connection to peer
2024-09-20T04:36:59.089649-04:00 [INFO] add_connection;
2024-09-20T04:36:59.089852-04:00 [INFO] waiting for server hello
2024-09-20T04:36:59.090646-04:00 [INFO] got server hello
2024-09-20T04:36:59.090857-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 35 }, peer id: PeerId { owner_id: 542, id: 491223 })
2024-09-20T04:36:59.091192-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 491223 }, connection_id: ConnectionId { owner_id: 0, id: 35 } }
2024-09-20T04:54:45.06797-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T04:54:45.068493-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T04:54:45.069298-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T04:54:45.069507-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T04:54:45.268816-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T04:54:45.488054-04:00 [INFO] add connection to peer
2024-09-20T04:54:45.48831-04:00 [INFO] add_connection;
2024-09-20T04:54:45.488505-04:00 [INFO] waiting for server hello
2024-09-20T04:54:45.489116-04:00 [INFO] got server hello
2024-09-20T04:54:45.489299-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 36 }, peer id: PeerId { owner_id: 542, id: 502495 })
2024-09-20T04:54:45.48962-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 502495 }, connection_id: ConnectionId { owner_id: 0, id: 36 } }
2024-09-20T04:56:45.89994-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T04:56:45.90045-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T04:56:45.901208-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T04:56:45.901425-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T04:56:46.034549-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T04:56:46.227253-04:00 [INFO] add connection to peer
2024-09-20T04:56:46.227627-04:00 [INFO] add_connection;
2024-09-20T04:56:46.227869-04:00 [INFO] waiting for server hello
2024-09-20T04:56:46.229125-04:00 [INFO] got server hello
2024-09-20T04:56:46.229547-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 37 }, peer id: PeerId { owner_id: 542, id: 503841 })
2024-09-20T04:56:46.22997-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 503841 }, connection_id: ConnectionId { owner_id: 0, id: 37 } }
2024-09-20T05:13:52.04865-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T05:13:52.049061-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T05:13:52.049524-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T05:13:52.049733-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T05:13:52.273522-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T05:13:52.488186-04:00 [INFO] add connection to peer
2024-09-20T05:13:52.488558-04:00 [INFO] add_connection;
2024-09-20T05:13:52.488776-04:00 [INFO] waiting for server hello
2024-09-20T05:13:52.490425-04:00 [INFO] got server hello
2024-09-20T05:13:52.490645-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 38 }, peer id: PeerId { owner_id: 542, id: 515644 })
2024-09-20T05:13:52.490982-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 515644 }, connection_id: ConnectionId { owner_id: 0, id: 38 } }
2024-09-20T05:16:26.748824-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T05:16:26.74924-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T05:16:26.75026-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T05:16:26.750478-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T05:16:26.934837-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T05:16:27.14495-04:00 [INFO] add connection to peer
2024-09-20T05:16:27.14525-04:00 [INFO] add_connection;
2024-09-20T05:16:27.145449-04:00 [INFO] waiting for server hello
2024-09-20T05:16:27.146955-04:00 [INFO] got server hello
2024-09-20T05:16:27.147156-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 39 }, peer id: PeerId { owner_id: 542, id: 517393 })
2024-09-20T05:16:27.147479-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 517393 }, connection_id: ConnectionId { owner_id: 0, id: 39 } }
2024-09-20T05:33:39.090296-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T05:33:39.090827-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T05:33:39.091638-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T05:33:39.091877-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T05:33:39.302634-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T05:33:39.480161-04:00 [INFO] add connection to peer
2024-09-20T05:33:39.480421-04:00 [INFO] add_connection;
2024-09-20T05:33:39.480634-04:00 [INFO] waiting for server hello
2024-09-20T05:33:39.481128-04:00 [INFO] got server hello
2024-09-20T05:33:39.481321-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 40 }, peer id: PeerId { owner_id: 542, id: 529403 })
2024-09-20T05:33:39.481638-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 529403 }, connection_id: ConnectionId { owner_id: 0, id: 40 } }
2024-09-20T05:35:42.640416-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T05:35:42.640896-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T05:35:42.641598-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T05:35:42.642109-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T05:35:42.781964-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T05:35:42.988421-04:00 [INFO] add connection to peer
2024-09-20T05:35:42.988816-04:00 [INFO] add_connection;
2024-09-20T05:35:42.989053-04:00 [INFO] waiting for server hello
2024-09-20T05:35:42.989572-04:00 [INFO] got server hello
2024-09-20T05:35:42.989811-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 41 }, peer id: PeerId { owner_id: 542, id: 530886 })
2024-09-20T05:35:42.990213-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 530886 }, connection_id: ConnectionId { owner_id: 0, id: 41 } }
2024-09-20T05:41:47.288978-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T05:41:47.289362-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T05:41:47.289803-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T05:41:47.29-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T05:41:47.69099-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T05:41:47.872245-04:00 [INFO] add connection to peer
2024-09-20T05:41:47.872579-04:00 [INFO] add_connection;
2024-09-20T05:41:47.87278-04:00 [INFO] waiting for server hello
2024-09-20T05:41:47.873956-04:00 [INFO] got server hello
2024-09-20T05:41:47.874169-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 42 }, peer id: PeerId { owner_id: 542, id: 535083 })
2024-09-20T05:41:47.874491-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 535083 }, connection_id: ConnectionId { owner_id: 0, id: 42 } }
2024-09-20T05:53:50.04233-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T05:53:50.042721-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T05:53:50.043203-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T05:53:50.043409-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T05:53:50.426292-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T05:53:50.611025-04:00 [INFO] add connection to peer
2024-09-20T05:53:50.611396-04:00 [INFO] add_connection;
2024-09-20T05:53:50.611596-04:00 [INFO] waiting for server hello
2024-09-20T05:53:50.612584-04:00 [INFO] got server hello
2024-09-20T05:53:50.612768-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 43 }, peer id: PeerId { owner_id: 542, id: 542963 })
2024-09-20T05:53:50.613101-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 542963 }, connection_id: ConnectionId { owner_id: 0, id: 43 } }
2024-09-20T06:02:23.98484-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T06:02:23.985339-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T06:02:23.986138-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T06:02:23.986346-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T06:02:24.233547-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T06:02:24.428559-04:00 [INFO] add connection to peer
2024-09-20T06:02:24.428902-04:00 [INFO] add_connection;
2024-09-20T06:02:24.429116-04:00 [INFO] waiting for server hello
2024-09-20T06:02:24.43031-04:00 [INFO] got server hello
2024-09-20T06:02:24.43053-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 44 }, peer id: PeerId { owner_id: 542, id: 548882 })
2024-09-20T06:02:24.430861-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 548882 }, connection_id: ConnectionId { owner_id: 0, id: 44 } }
2024-09-20T06:11:26.226394-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T06:11:26.226854-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T06:11:26.227965-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T06:11:26.228179-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T06:11:26.567904-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T06:11:26.744403-04:00 [INFO] add connection to peer
2024-09-20T06:11:26.744776-04:00 [INFO] add_connection;
2024-09-20T06:11:26.744973-04:00 [INFO] waiting for server hello
2024-09-20T06:11:26.746056-04:00 [INFO] got server hello
2024-09-20T06:11:26.746249-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 45 }, peer id: PeerId { owner_id: 542, id: 554994 })
2024-09-20T06:11:26.746576-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 554994 }, connection_id: ConnectionId { owner_id: 0, id: 45 } }
2024-09-20T06:17:40.040558-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T06:17:40.040949-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T06:17:40.04144-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T06:17:40.04165-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T06:17:40.377063-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T06:17:40.550098-04:00 [INFO] add connection to peer
2024-09-20T06:17:40.550456-04:00 [INFO] add_connection;
2024-09-20T06:17:40.550653-04:00 [INFO] waiting for server hello
2024-09-20T06:17:40.551192-04:00 [INFO] got server hello
2024-09-20T06:17:40.551378-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 46 }, peer id: PeerId { owner_id: 542, id: 559196 })
2024-09-20T06:17:40.551703-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 559196 }, connection_id: ConnectionId { owner_id: 0, id: 46 } }
2024-09-20T06:33:55.187489-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T06:33:55.187962-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T06:33:55.188633-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T06:33:55.188835-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T06:33:55.398314-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T06:33:55.58163-04:00 [INFO] add connection to peer
2024-09-20T06:33:55.581876-04:00 [INFO] add_connection;
2024-09-20T06:33:55.582064-04:00 [INFO] waiting for server hello
2024-09-20T06:33:55.582667-04:00 [INFO] got server hello
2024-09-20T06:33:55.582944-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 47 }, peer id: PeerId { owner_id: 542, id: 570346 })
2024-09-20T06:33:55.583264-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 570346 }, connection_id: ConnectionId { owner_id: 0, id: 47 } }
2024-09-20T06:42:27.948107-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T06:42:27.948516-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T06:42:27.949004-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T06:42:27.949204-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T06:42:28.172044-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T06:42:28.358086-04:00 [INFO] add connection to peer
2024-09-20T06:42:28.358299-04:00 [INFO] add_connection;
2024-09-20T06:42:28.358489-04:00 [INFO] waiting for server hello
2024-09-20T06:42:28.358954-04:00 [INFO] got server hello
2024-09-20T06:42:28.359139-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 48 }, peer id: PeerId { owner_id: 542, id: 576347 })
2024-09-20T06:42:28.359485-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 576347 }, connection_id: ConnectionId { owner_id: 0, id: 48 } }
2024-09-20T06:43:43.043389-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T06:43:43.043788-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T06:43:43.044251-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T06:43:43.044465-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T06:43:43.131256-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T06:43:43.344105-04:00 [INFO] add connection to peer
2024-09-20T06:43:43.344474-04:00 [INFO] add_connection;
2024-09-20T06:43:43.344681-04:00 [INFO] waiting for server hello
2024-09-20T06:43:43.34602-04:00 [INFO] got server hello
2024-09-20T06:43:43.346229-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 49 }, peer id: PeerId { owner_id: 542, id: 577213 })
2024-09-20T06:43:43.34655-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 577213 }, connection_id: ConnectionId { owner_id: 0, id: 49 } }
2024-09-20T06:59:43.467007-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T06:59:43.467505-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T06:59:43.468299-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T06:59:43.468538-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T06:59:43.6591-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T06:59:43.845529-04:00 [INFO] add connection to peer
2024-09-20T06:59:43.845767-04:00 [INFO] add_connection;
2024-09-20T06:59:43.845955-04:00 [INFO] waiting for server hello
2024-09-20T06:59:43.846359-04:00 [INFO] got server hello
2024-09-20T06:59:43.846563-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 50 }, peer id: PeerId { owner_id: 542, id: 588270 })
2024-09-20T06:59:43.846894-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 588270 }, connection_id: ConnectionId { owner_id: 0, id: 50 } }
2024-09-20T07:14:12.435064-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T07:14:12.435601-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T07:14:12.436345-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T07:14:12.437183-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T07:14:12.623984-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T07:14:12.820606-04:00 [INFO] add connection to peer
2024-09-20T07:14:12.820842-04:00 [INFO] add_connection;
2024-09-20T07:14:12.821037-04:00 [INFO] waiting for server hello
2024-09-20T07:14:12.821438-04:00 [INFO] got server hello
2024-09-20T07:14:12.821632-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 51 }, peer id: PeerId { owner_id: 542, id: 598525 })
2024-09-20T07:14:12.821958-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 598525 }, connection_id: ConnectionId { owner_id: 0, id: 51 } }
2024-09-20T07:26:52.512241-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T07:26:52.512575-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T07:26:52.513113-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T07:26:52.513362-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T07:26:52.756244-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T07:26:52.951386-04:00 [INFO] add connection to peer
2024-09-20T07:26:52.951628-04:00 [INFO] add_connection;
2024-09-20T07:26:52.95182-04:00 [INFO] waiting for server hello
2024-09-20T07:26:52.952277-04:00 [INFO] got server hello
2024-09-20T07:26:52.952473-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 52 }, peer id: PeerId { owner_id: 542, id: 607271 })
2024-09-20T07:26:52.952799-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 607271 }, connection_id: ConnectionId { owner_id: 0, id: 52 } }
2024-09-20T07:43:56.317404-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T07:43:56.317724-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T07:43:56.31817-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T07:43:56.318307-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T07:43:56.495247-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T07:43:56.676949-04:00 [INFO] add connection to peer
2024-09-20T07:43:56.677286-04:00 [INFO] add_connection;
2024-09-20T07:43:56.677583-04:00 [INFO] waiting for server hello
2024-09-20T07:43:56.677942-04:00 [INFO] got server hello
2024-09-20T07:43:56.678231-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 53 }, peer id: PeerId { owner_id: 542, id: 619384 })
2024-09-20T07:43:56.678734-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 619384 }, connection_id: ConnectionId { owner_id: 0, id: 53 } }
2024-09-20T07:46:51.744903-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T07:46:51.745455-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T07:46:51.745951-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T07:46:51.746153-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T07:46:51.911337-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T07:46:52.094382-04:00 [INFO] add connection to peer
2024-09-20T07:46:52.095103-04:00 [INFO] add_connection;
2024-09-20T07:46:52.095606-04:00 [INFO] waiting for server hello
2024-09-20T07:46:52.096176-04:00 [INFO] got server hello
2024-09-20T07:46:52.096574-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 54 }, peer id: PeerId { owner_id: 542, id: 621474 })
2024-09-20T07:46:52.097263-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 621474 }, connection_id: ConnectionId { owner_id: 0, id: 54 } }
2024-09-20T07:47:59.579863-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T07:47:59.580381-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T07:47:59.581138-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T07:47:59.581342-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T07:47:59.700635-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T07:47:59.891546-04:00 [INFO] add connection to peer
2024-09-20T07:47:59.891791-04:00 [INFO] add_connection;
2024-09-20T07:47:59.89198-04:00 [INFO] waiting for server hello
2024-09-20T07:47:59.892461-04:00 [INFO] got server hello
2024-09-20T07:47:59.892661-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 55 }, peer id: PeerId { owner_id: 542, id: 622316 })
2024-09-20T07:47:59.892979-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 622316 }, connection_id: ConnectionId { owner_id: 0, id: 55 } }
2024-09-20T07:54:50.400635-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T07:54:50.401008-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T07:54:50.401518-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T07:54:50.40173-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T07:54:50.573987-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T07:54:50.781158-04:00 [INFO] add connection to peer
2024-09-20T07:54:50.781591-04:00 [INFO] add_connection;
2024-09-20T07:54:50.781895-04:00 [INFO] waiting for server hello
2024-09-20T07:54:50.783726-04:00 [INFO] got server hello
2024-09-20T07:54:50.784023-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 56 }, peer id: PeerId { owner_id: 542, id: 627180 })
2024-09-20T07:54:50.784538-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 627180 }, connection_id: ConnectionId { owner_id: 0, id: 56 } }
2024-09-20T07:56:32.189048-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T07:56:32.189539-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T07:56:32.190212-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T07:56:32.190411-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T07:56:32.27888-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T07:56:32.491552-04:00 [INFO] add connection to peer
2024-09-20T07:56:32.491903-04:00 [INFO] add_connection;
2024-09-20T07:56:32.492109-04:00 [INFO] waiting for server hello
2024-09-20T07:56:32.493945-04:00 [INFO] got server hello
2024-09-20T07:56:32.494289-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 57 }, peer id: PeerId { owner_id: 542, id: 628398 })
2024-09-20T07:56:32.494792-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 628398 }, connection_id: ConnectionId { owner_id: 0, id: 57 } }
2024-09-20T08:00:43.909522-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T08:00:43.909901-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T08:00:43.910353-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T08:00:43.910563-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T08:00:44.083966-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T08:00:44.274201-04:00 [INFO] add connection to peer
2024-09-20T08:00:44.274544-04:00 [INFO] add_connection;
2024-09-20T08:00:44.274752-04:00 [INFO] waiting for server hello
2024-09-20T08:00:44.275879-04:00 [INFO] got server hello
2024-09-20T08:00:44.276097-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 58 }, peer id: PeerId { owner_id: 542, id: 631541 })
2024-09-20T08:00:44.276427-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 631541 }, connection_id: ConnectionId { owner_id: 0, id: 58 } }
2024-09-20T08:00:45.452484-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T08:00:45.452664-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T08:00:45.452902-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T08:00:45.452993-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T08:00:45.453082-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T08:00:45.494591-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T08:01:08.766314-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T08:01:08.766809-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T08:01:08.767639-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T08:01:08.767886-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T08:01:08.847747-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T08:01:09.076497-04:00 [INFO] add connection to peer
2024-09-20T08:01:09.076749-04:00 [INFO] add_connection;
2024-09-20T08:01:09.076965-04:00 [INFO] waiting for server hello
2024-09-20T08:01:09.077551-04:00 [INFO] got server hello
2024-09-20T08:01:09.077757-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 59 }, peer id: PeerId { owner_id: 542, id: 631882 })
2024-09-20T08:01:09.078113-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 631882 }, connection_id: ConnectionId { owner_id: 0, id: 59 } }
2024-09-20T08:03:08.380184-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T08:03:08.380909-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T08:03:08.381738-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T08:03:08.381954-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T08:03:08.532226-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T08:03:08.712336-04:00 [INFO] add connection to peer
2024-09-20T08:03:08.712834-04:00 [INFO] add_connection;
2024-09-20T08:03:08.713272-04:00 [INFO] waiting for server hello
2024-09-20T08:03:08.714448-04:00 [INFO] got server hello
2024-09-20T08:03:08.71486-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 60 }, peer id: PeerId { owner_id: 542, id: 633446 })
2024-09-20T08:03:08.715564-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 633446 }, connection_id: ConnectionId { owner_id: 0, id: 60 } }
2024-09-20T08:12:02.102002-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T08:12:02.102456-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T08:12:02.103253-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T08:12:02.103477-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T08:12:02.305195-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T08:12:02.490701-04:00 [INFO] add connection to peer
2024-09-20T08:12:02.491179-04:00 [INFO] add_connection;
2024-09-20T08:12:02.491595-04:00 [INFO] waiting for server hello
2024-09-20T08:12:02.492108-04:00 [INFO] got server hello
2024-09-20T08:12:02.492513-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 61 }, peer id: PeerId { owner_id: 542, id: 640105 })
2024-09-20T08:12:02.493293-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 640105 }, connection_id: ConnectionId { owner_id: 0, id: 61 } }
2024-09-20T08:25:56.312678-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T08:25:56.313048-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T08:25:56.313488-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T08:25:56.313798-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T08:25:56.503624-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T08:25:56.700411-04:00 [INFO] add connection to peer
2024-09-20T08:25:56.700749-04:00 [INFO] add_connection;
2024-09-20T08:25:56.700965-04:00 [INFO] waiting for server hello
2024-09-20T08:25:56.702057-04:00 [INFO] got server hello
2024-09-20T08:25:56.702253-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 62 }, peer id: PeerId { owner_id: 542, id: 649876 })
2024-09-20T08:25:56.70258-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 649876 }, connection_id: ConnectionId { owner_id: 0, id: 62 } }
2024-09-20T08:39:41.554648-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T08:39:41.555166-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T08:39:41.555915-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T08:39:41.556169-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T08:39:41.791301-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T08:39:42.00647-04:00 [INFO] add connection to peer
2024-09-20T08:39:42.006743-04:00 [INFO] add_connection;
2024-09-20T08:39:42.006951-04:00 [INFO] waiting for server hello
2024-09-20T08:39:42.007754-04:00 [INFO] got server hello
2024-09-20T08:39:42.007948-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 63 }, peer id: PeerId { owner_id: 542, id: 659667 })
2024-09-20T08:39:42.008283-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 659667 }, connection_id: ConnectionId { owner_id: 0, id: 63 } }
2024-09-20T08:40:31.991617-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T08:40:31.99215-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T08:40:31.992898-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T08:40:31.993101-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T08:40:32.285177-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T08:40:32.494906-04:00 [INFO] add connection to peer
2024-09-20T08:40:32.495316-04:00 [INFO] add_connection;
2024-09-20T08:40:32.495572-04:00 [INFO] waiting for server hello
2024-09-20T08:40:32.496147-04:00 [INFO] got server hello
2024-09-20T08:40:32.49637-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 64 }, peer id: PeerId { owner_id: 542, id: 660240 })
2024-09-20T08:40:32.496761-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 660240 }, connection_id: ConnectionId { owner_id: 0, id: 64 } }
2024-09-20T08:55:50.087788-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T08:55:50.08835-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T08:55:50.089088-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T08:55:50.089575-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T08:55:50.236405-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T08:55:50.442196-04:00 [INFO] add connection to peer
2024-09-20T08:55:50.442493-04:00 [INFO] add_connection;
2024-09-20T08:55:50.442791-04:00 [INFO] waiting for server hello
2024-09-20T08:55:50.443362-04:00 [INFO] got server hello
2024-09-20T08:55:50.443656-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 65 }, peer id: PeerId { owner_id: 542, id: 671300 })
2024-09-20T08:55:50.444159-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 671300 }, connection_id: ConnectionId { owner_id: 0, id: 65 } }
2024-09-20T08:59:49.32199-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T08:59:49.322749-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T08:59:49.32391-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T08:59:49.324132-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T08:59:49.512008-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T08:59:49.698182-04:00 [INFO] add connection to peer
2024-09-20T08:59:49.698439-04:00 [INFO] add_connection;
2024-09-20T08:59:49.698669-04:00 [INFO] waiting for server hello
2024-09-20T08:59:49.699145-04:00 [INFO] got server hello
2024-09-20T08:59:49.699329-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 66 }, peer id: PeerId { owner_id: 542, id: 674062 })
2024-09-20T08:59:49.699647-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 674062 }, connection_id: ConnectionId { owner_id: 0, id: 66 } }
2024-09-20T09:00:39.831829-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:00:39.832317-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:00:39.832942-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:00:39.833165-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:00:39.949718-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:00:40.154581-04:00 [INFO] add connection to peer
2024-09-20T09:00:40.15498-04:00 [INFO] add_connection;
2024-09-20T09:00:40.155215-04:00 [INFO] waiting for server hello
2024-09-20T09:00:40.156945-04:00 [INFO] got server hello
2024-09-20T09:00:40.157165-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 67 }, peer id: PeerId { owner_id: 542, id: 674945 })
2024-09-20T09:00:40.157664-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 674945 }, connection_id: ConnectionId { owner_id: 0, id: 67 } }
2024-09-20T09:03:46.807019-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:03:46.807526-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:03:46.808312-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:03:46.808532-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:03:46.965487-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:03:47.166189-04:00 [INFO] add connection to peer
2024-09-20T09:03:47.166555-04:00 [INFO] add_connection;
2024-09-20T09:03:47.166829-04:00 [INFO] waiting for server hello
2024-09-20T09:03:47.168543-04:00 [INFO] got server hello
2024-09-20T09:03:47.168794-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 68 }, peer id: PeerId { owner_id: 542, id: 677387 })
2024-09-20T09:03:47.169208-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 677387 }, connection_id: ConnectionId { owner_id: 0, id: 68 } }
2024-09-20T09:10:50.506851-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:10:50.50736-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:10:50.507752-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:10:50.507856-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:10:50.68183-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:10:50.883871-04:00 [INFO] add connection to peer
2024-09-20T09:10:50.884343-04:00 [INFO] add_connection;
2024-09-20T09:10:50.884644-04:00 [INFO] waiting for server hello
2024-09-20T09:10:50.885364-04:00 [INFO] got server hello
2024-09-20T09:10:50.885665-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 69 }, peer id: PeerId { owner_id: 542, id: 682314 })
2024-09-20T09:10:50.886163-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 682314 }, connection_id: ConnectionId { owner_id: 0, id: 69 } }
2024-09-20T09:15:50.34318-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:15:50.34341-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:15:50.343745-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:15:50.343941-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:15:50.777216-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:15:50.9794-04:00 [INFO] add connection to peer
2024-09-20T09:15:50.979761-04:00 [INFO] add_connection;
2024-09-20T09:15:50.979973-04:00 [INFO] waiting for server hello
2024-09-20T09:15:50.980868-04:00 [INFO] got server hello
2024-09-20T09:15:50.981055-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 70 }, peer id: PeerId { owner_id: 542, id: 685542 })
2024-09-20T09:15:50.98138-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 685542 }, connection_id: ConnectionId { owner_id: 0, id: 70 } }
2024-09-20T09:16:28.721569-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:16:28.722067-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:16:28.722908-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:16:28.723147-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:16:28.823021-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:16:29.022399-04:00 [INFO] add connection to peer
2024-09-20T09:16:29.022892-04:00 [INFO] add_connection;
2024-09-20T09:16:29.023216-04:00 [INFO] waiting for server hello
2024-09-20T09:16:29.025565-04:00 [INFO] got server hello
2024-09-20T09:16:29.025988-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 71 }, peer id: PeerId { owner_id: 542, id: 685965 })
2024-09-20T09:16:29.026488-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 685965 }, connection_id: ConnectionId { owner_id: 0, id: 71 } }
2024-09-20T09:32:15.91801-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:32:15.918654-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:32:15.919645-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:32:15.919858-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:32:16.129421-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:32:16.316129-04:00 [INFO] add connection to peer
2024-09-20T09:32:16.316355-04:00 [INFO] add_connection;
2024-09-20T09:32:16.31655-04:00 [INFO] waiting for server hello
2024-09-20T09:32:16.317053-04:00 [INFO] got server hello
2024-09-20T09:32:16.317248-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 72 }, peer id: PeerId { owner_id: 542, id: 696888 })
2024-09-20T09:32:16.317571-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 696888 }, connection_id: ConnectionId { owner_id: 0, id: 72 } }
2024-09-20T09:33:30.103137-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:33:30.103614-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:33:30.104308-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:33:30.104516-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:33:30.219761-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:33:30.427802-04:00 [INFO] add connection to peer
2024-09-20T09:33:30.427926-04:00 [INFO] add_connection;
2024-09-20T09:33:30.428034-04:00 [INFO] waiting for server hello
2024-09-20T09:33:30.428156-04:00 [INFO] got server hello
2024-09-20T09:33:30.428257-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 73 }, peer id: PeerId { owner_id: 542, id: 697704 })
2024-09-20T09:33:30.428431-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 697704 }, connection_id: ConnectionId { owner_id: 0, id: 73 } }
2024-09-20T09:34:53.972594-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:34:53.973083-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:34:53.973764-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:34:53.973968-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:34:54.059897-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:34:54.254694-04:00 [INFO] add connection to peer
2024-09-20T09:34:54.255231-04:00 [INFO] add_connection;
2024-09-20T09:34:54.255528-04:00 [INFO] waiting for server hello
2024-09-20T09:34:54.256184-04:00 [INFO] got server hello
2024-09-20T09:34:54.256477-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 74 }, peer id: PeerId { owner_id: 542, id: 698607 })
2024-09-20T09:34:54.257155-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 698607 }, connection_id: ConnectionId { owner_id: 0, id: 74 } }
2024-09-20T09:35:21.963726-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:35:21.96462-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:35:21.965364-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:35:21.965568-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:35:22.056193-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:35:22.308963-04:00 [INFO] add connection to peer
2024-09-20T09:35:22.30951-04:00 [INFO] add_connection;
2024-09-20T09:35:22.309926-04:00 [INFO] waiting for server hello
2024-09-20T09:35:22.310856-04:00 [INFO] got server hello
2024-09-20T09:35:22.311252-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 75 }, peer id: PeerId { owner_id: 542, id: 698988 })
2024-09-20T09:35:22.311934-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 698988 }, connection_id: ConnectionId { owner_id: 0, id: 75 } }
2024-09-20T09:36:46.4153-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:36:46.415933-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:36:46.416742-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:36:46.417002-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:36:46.552926-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:36:46.786386-04:00 [INFO] add connection to peer
2024-09-20T09:36:46.786715-04:00 [INFO] add_connection;
2024-09-20T09:36:46.78692-04:00 [INFO] waiting for server hello
2024-09-20T09:36:46.788047-04:00 [INFO] got server hello
2024-09-20T09:36:46.78831-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 76 }, peer id: PeerId { owner_id: 542, id: 699957 })
2024-09-20T09:36:46.788856-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 699957 }, connection_id: ConnectionId { owner_id: 0, id: 76 } }
2024-09-20T09:36:51.748233-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-20T09:37:27.991892-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:37:27.992312-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:37:27.992835-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:37:27.993033-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:37:28.126301-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:37:28.317064-04:00 [INFO] add connection to peer
2024-09-20T09:37:28.31738-04:00 [INFO] add_connection;
2024-09-20T09:37:28.317669-04:00 [INFO] waiting for server hello
2024-09-20T09:37:28.318359-04:00 [INFO] got server hello
2024-09-20T09:37:28.318656-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 77 }, peer id: PeerId { owner_id: 542, id: 700412 })
2024-09-20T09:37:28.319218-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 700412 }, connection_id: ConnectionId { owner_id: 0, id: 77 } }
2024-09-20T09:38:51.32213-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:38:51.32294-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:38:51.323787-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:38:51.324207-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:38:51.415728-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:38:51.639702-04:00 [INFO] add connection to peer
2024-09-20T09:38:51.640136-04:00 [INFO] add_connection;
2024-09-20T09:38:51.64035-04:00 [INFO] waiting for server hello
2024-09-20T09:38:51.64143-04:00 [INFO] got server hello
2024-09-20T09:38:51.641628-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 78 }, peer id: PeerId { owner_id: 542, id: 701495 })
2024-09-20T09:38:51.641954-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 701495 }, connection_id: ConnectionId { owner_id: 0, id: 78 } }
2024-09-20T09:41:02.913132-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:41:02.913526-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:41:02.914007-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:41:02.914212-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:41:03.116969-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:41:03.329291-04:00 [INFO] add connection to peer
2024-09-20T09:41:03.329624-04:00 [INFO] add_connection;
2024-09-20T09:41:03.329928-04:00 [INFO] waiting for server hello
2024-09-20T09:41:03.330433-04:00 [INFO] got server hello
2024-09-20T09:41:03.330747-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 79 }, peer id: PeerId { owner_id: 542, id: 702947 })
2024-09-20T09:41:03.33125-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 702947 }, connection_id: ConnectionId { owner_id: 0, id: 79 } }
2024-09-20T09:53:07.644631-04:00 [ERROR] connection error: error reading rpc message from socket

Caused by:
    0: WebSocket protocol error: Connection reset without closing handshake
    1: Connection reset without closing handshake
2024-09-20T09:53:07.644789-04:00 [INFO] set status on client 59067: ConnectionLost
2024-09-20T09:53:07.645008-04:00 [INFO] set status on client 59067: Reauthenticating
2024-09-20T09:53:07.645081-04:00 [INFO] set status on client 59067: Reconnecting
2024-09-20T09:53:07.903884-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:53:08.091884-04:00 [INFO] add connection to peer
2024-09-20T09:53:08.092034-04:00 [INFO] add_connection;
2024-09-20T09:53:08.092112-04:00 [INFO] waiting for server hello
2024-09-20T09:53:08.101243-04:00 [INFO] got server hello
2024-09-20T09:53:08.101394-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 80 }, peer id: PeerId { owner_id: 542, id: 711093 })
2024-09-20T09:53:08.101565-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 711093 }, connection_id: ConnectionId { owner_id: 0, id: 80 } }
2024-09-20T09:53:29.563995-04:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-09-20T09:53:29.582254-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:53:29.600043-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:53:29.600154-04:00 [INFO] starting language server "rust-analyzer", path: "/Users/jjspira/Documents/Rust/calm-clamming", id: 2
2024-09-20T09:53:29.600265-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:53:29.600769-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:53:29.60088-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:53:29.601582-04:00 [INFO] using CLI environment for language server "rust-analyzer", id: 2
2024-09-20T09:53:29.601663-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/languages/rust-analyzer/rust-analyzer-2024-09-16", working directory: "/Users/jjspira/Documents/Rust/calm-clamming", args: []
2024-09-20T09:53:31.355749-04:00 [WARN] Generic lsp request to rust-analyzer failed: content modified
2024-09-20T09:53:31.35589-04:00 [WARN] Generic lsp request to rust-analyzer failed: content modified
2024-09-20T09:53:31.358815-04:00 [ERROR] content modified
2024-09-20T09:53:31.358925-04:00 [ERROR] content modified
2024-09-20T09:53:35.279116-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:53:42.272331-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:53:42.272415-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:53:42.272463-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:53:42.286333-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:53:46.393795-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:53:46.616745-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:53:49.071367-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:53:49.296881-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:53:50.246894-04:00 [WARN] Generic lsp request to rust-analyzer failed: content modified
2024-09-20T09:53:52.967258-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:53:53.191516-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:53:56.310787-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:53:56.535512-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:53:58.233531-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:53:58.44724-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:53:59.547618-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:53:59.54777-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:53:59.664381-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:54:01.897466-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:54:02.088763-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:54:03.285831-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:54:03.477531-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:54:09.604203-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:54:15.070741-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:15.070958-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:54:15.31129-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwr/src/batcher.rs"
2024-09-20T09:54:16.612844-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwr/src/batcher.rs"
2024-09-20T09:54:16.627587-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:54:20.940095-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:20.940356-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:54:21.058439-04:00 [ERROR] {
  "thread": "main",
  "payload": "panic in a function that cannot unwind",
  "location_data": {
    "file": "library/core/src/panicking.rs",
    "line": 221
  },
  "backtrace": [
    "::create",
    "::new",
    "zed::reliability::init_panic_hook::{closure#0}",
    "std::panicking::rust_panic_with_hook",
    "std::panicking::begin_panic_handler::{{closure}}",
    "std::sys::backtrace::__rust_end_short_backtrace",
    "_rust_begin_unwind",
    "core::panicking::panic_nounwind_fmt",
    "core::panicking::panic_nounwind",
    "core::panicking::panic_cannot_unwind",
    "gpui::platform::mac::window::handle_key_event",
    "::run",
    "::run::",
    "zed::main",
    "std::sys::backtrace::__rust_begin_short_backtrace::",
    "std::rt::lang_start::<()>::{closure#0}",
    "std::rt::lang_start_internal",
    "_main"
  ],
  "app_version": "0.153.6",
  "release_channel": "Zed",
  "os_name": "macOS",
  "os_version": "14.1.1",
  "architecture": "aarch64",
  "panicked_on": 1726840461058,
  "installation_id": "fd743faf-6010-4d44-9def-085472bfb02e",
  "session_id": "166b03d2-c1b1-4356-a939-5a31ac326c48"
}
2024-09-20T09:54:23.332518-04:00 [INFO] ========== starting zed ==========
2024-09-20T09:54:23.333544-04:00 [INFO] Opening main db
2024-09-20T09:54:23.372536-04:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-09-20T09:54:23.506289-04:00 [INFO] initializing context server client
2024-09-20T09:54:23.50642-04:00 [INFO] Registering built-in prompt template: content_prompt
2024-09-20T09:54:23.506712-04:00 [INFO] Registering built-in prompt template: edit_workflow
2024-09-20T09:54:23.506906-04:00 [INFO] Registering built-in prompt template: step_resolution
2024-09-20T09:54:23.507236-04:00 [INFO] Registering built-in prompt template: terminal_assistant_prompt
2024-09-20T09:54:23.507438-04:00 [INFO] No prompt template overrides directory found at /Users/jjspira/.config/zed/prompt_overrides. Using built-in prompts.
2024-09-20T09:54:23.507748-04:00 [INFO] extensions updated. loading 3, reloading 0, unloading 0
2024-09-20T09:54:23.551169-04:00 [ERROR] invalid binding value for keystroke ctrl-enter, context None

Caused by:
    no action type registered for menu::ShowContextMenu
2024-09-20T09:54:23.551318-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("BufferSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:54:23.551394-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-20T09:54:23.551467-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-20T09:54:23.551536-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-20T09:54:23.551605-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:54:23.551679-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-20T09:54:23.551748-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-20T09:54:23.551817-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-20T09:54:23.551886-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:54:23.551957-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("Pane")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-20T09:54:23.552027-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("Pane")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-20T09:54:23.552098-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("Pane")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-20T09:54:23.552168-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("Pane")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:54:23.552244-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("Editor")

Caused by:
    no action type registered for editor::RevealInFinder
2024-09-20T09:54:23.552348-04:00 [ERROR] invalid binding value for keystroke alt-shift-down, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-20T09:54:23.55242-04:00 [ERROR] invalid binding value for keystroke alt-shift-up, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-20T09:54:23.552515-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("ProjectPanel")

Caused by:
    no action type registered for project_panel::RevealInFinder
2024-09-20T09:54:23.552592-04:00 [ERROR] invalid binding value for keystroke escape, context Some("ChatPanel > MessageEditor")

Caused by:
    no action type registered for chat_panel::CloseReplyPreview
2024-09-20T09:54:23.554426-04:00 [INFO] Opening main db
2024-09-20T09:54:23.554906-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.555022-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.555092-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.555183-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.5553-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.555487-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.555618-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.55574-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.555982-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.556545-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.556708-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.557954-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.587971-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.588541-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.588796-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.600876-04:00 [INFO] set status on client 0: Authenticating
2024-09-20T09:54:23.601098-04:00 [INFO] Opening main db
2024-09-20T09:54:23.61145-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-20T09:54:23.616895-04:00 [INFO] set status on client 59067: Connecting
2024-09-20T09:54:23.618052-04:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-09-20T09:54:23.62098-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.624372-04:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-09-20T09:54:23.648117-04:00 [INFO] Opening main db
2024-09-20T09:54:23.649624-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.654598-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.699635-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:54:23.736885-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:23.737101-04:00 [INFO] starting language server "rust-analyzer", path: "/Users/jjspira/Documents/Rust/calm-clamming", id: 1
2024-09-20T09:54:23.737838-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:23.737998-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:54:23.738093-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:54:23.743223-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.767112-04:00 [INFO] Node runtime install_if_needed
2024-09-20T09:54:23.789097-04:00 [INFO] set environment variables from shell:/bin/zsh, path:/Users/jjspira/.pyenv/shims:/Users/jjspira/.pyenv/shims:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/jjspira/.cargo/bin
2024-09-20T09:54:23.78925-04:00 [INFO] fetching latest version of language server "rust-analyzer"
2024-09-20T09:54:23.800675-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:54:23.800843-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:23.801014-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:23.802118-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:23.845939-04:00 [INFO] add connection to peer
2024-09-20T09:54:23.846093-04:00 [INFO] add_connection;
2024-09-20T09:54:23.846219-04:00 [INFO] waiting for server hello
2024-09-20T09:54:23.857654-04:00 [INFO] got server hello
2024-09-20T09:54:23.857772-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 542, id: 711903 })
2024-09-20T09:54:23.857906-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 711903 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-09-20T09:54:23.871154-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/node/node-v22.5.1-darwin-arm64/bin/node", working directory: "/", args: ["/Users/jjspira/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-09-20T09:54:24.113689-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-20T13:54:24.111Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-09-20T13:54:24.111Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-09-20T09:54:24.114825-04:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "2e350f67-bc6e-4322-b96e-d263692dbd78",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-09-20T09:54:24.140525-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-20T13:54:24.118Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-09-20T13:54:24.118Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-09-20T09:54:24.284777-04:00 [INFO] downloading language server "rust-analyzer"
2024-09-20T09:54:24.284948-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/languages/rust-analyzer/rust-analyzer-2024-09-16", working directory: "/Users/jjspira/Documents/Rust/calm-clamming", args: []
2024-09-20T09:54:25.734116-04:00 [WARN] Generic lsp request to rust-analyzer failed: content modified
2024-09-20T09:54:25.734247-04:00 [ERROR] content modified
2024-09-20T09:54:26.698475-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwr/src/batcher.rs"
2024-09-20T09:54:26.712578-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:54:27.935825-04:00 [ERROR] {
  "thread": "main",
  "payload": "panic in a function that cannot unwind",
  "location_data": {
    "file": "library/core/src/panicking.rs",
    "line": 221
  },
  "backtrace": [
    "::create",
    "::new",
    "zed::reliability::init_panic_hook::{closure#0}",
    "std::panicking::rust_panic_with_hook",
    "std::panicking::begin_panic_handler::{{closure}}",
    "std::sys::backtrace::__rust_end_short_backtrace",
    "_rust_begin_unwind",
    "core::panicking::panic_nounwind_fmt",
    "core::panicking::panic_nounwind",
    "core::panicking::panic_cannot_unwind",
    "gpui::platform::mac::window::handle_key_event",
    "::run",
    "::run::",
    "zed::main",
    "std::sys::backtrace::__rust_begin_short_backtrace::",
    "std::rt::lang_start::<()>::{closure#0}",
    "std::rt::lang_start_internal",
    "_main"
  ],
  "app_version": "0.153.6",
  "release_channel": "Zed",
  "os_name": "macOS",
  "os_version": "14.1.1",
  "architecture": "aarch64",
  "panicked_on": 1726840467935,
  "installation_id": "fd743faf-6010-4d44-9def-085472bfb02e",
  "session_id": "94aed811-8b99-4c56-9bf7-e637e2f357b0"
}
2024-09-20T09:54:31.648765-04:00 [INFO] ========== starting zed ==========
2024-09-20T09:54:31.649707-04:00 [INFO] Opening main db
2024-09-20T09:54:31.68538-04:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-09-20T09:54:31.809008-04:00 [INFO] initializing context server client
2024-09-20T09:54:31.809193-04:00 [INFO] Registering built-in prompt template: content_prompt
2024-09-20T09:54:31.809538-04:00 [INFO] Registering built-in prompt template: edit_workflow
2024-09-20T09:54:31.809796-04:00 [INFO] Registering built-in prompt template: step_resolution
2024-09-20T09:54:31.810178-04:00 [INFO] Registering built-in prompt template: terminal_assistant_prompt
2024-09-20T09:54:31.810352-04:00 [INFO] No prompt template overrides directory found at /Users/jjspira/.config/zed/prompt_overrides. Using built-in prompts.
2024-09-20T09:54:31.810641-04:00 [INFO] extensions updated. loading 3, reloading 0, unloading 0
2024-09-20T09:54:31.85689-04:00 [ERROR] invalid binding value for keystroke ctrl-enter, context None

Caused by:
    no action type registered for menu::ShowContextMenu
2024-09-20T09:54:31.85705-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("BufferSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:54:31.857126-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-20T09:54:31.857197-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-20T09:54:31.857269-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-20T09:54:31.85734-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:54:31.857413-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-20T09:54:31.857481-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-20T09:54:31.857552-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-20T09:54:31.857622-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:54:31.857696-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("Pane")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-20T09:54:31.857769-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("Pane")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-20T09:54:31.857842-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("Pane")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-20T09:54:31.857914-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("Pane")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:54:31.857986-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("Editor")

Caused by:
    no action type registered for editor::RevealInFinder
2024-09-20T09:54:31.858084-04:00 [ERROR] invalid binding value for keystroke alt-shift-down, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-20T09:54:31.858153-04:00 [ERROR] invalid binding value for keystroke alt-shift-up, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-20T09:54:31.858236-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("ProjectPanel")

Caused by:
    no action type registered for project_panel::RevealInFinder
2024-09-20T09:54:31.858309-04:00 [ERROR] invalid binding value for keystroke escape, context Some("ChatPanel > MessageEditor")

Caused by:
    no action type registered for chat_panel::CloseReplyPreview
2024-09-20T09:54:31.86009-04:00 [INFO] Opening main db
2024-09-20T09:54:31.860336-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.860451-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.860525-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.86063-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.860707-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.860777-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.860842-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.860916-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.861051-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.861518-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.862348-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.863675-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.891603-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.891852-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.891934-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.892352-04:00 [INFO] Opening main db
2024-09-20T09:54:31.906807-04:00 [INFO] set status on client 0: Authenticating
2024-09-20T09:54:31.910504-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.910812-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-20T09:54:31.912071-04:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-09-20T09:54:31.922017-04:00 [INFO] set status on client 59067: Connecting
2024-09-20T09:54:31.930491-04:00 [INFO] Node runtime install_if_needed
2024-09-20T09:54:31.930765-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.931985-04:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-09-20T09:54:31.958-04:00 [INFO] Opening main db
2024-09-20T09:54:31.959547-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:31.988386-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:32.036032-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:54:32.043492-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:32.043605-04:00 [INFO] starting language server "rust-analyzer", path: "/Users/jjspira/Documents/Rust/calm-clamming", id: 1
2024-09-20T09:54:32.044215-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:32.044347-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:54:32.044433-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:54:32.047139-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:32.076791-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/node/node-v22.5.1-darwin-arm64/bin/node", working directory: "/", args: ["/Users/jjspira/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-09-20T09:54:32.091744-04:00 [INFO] set environment variables from shell:/bin/zsh, path:/Users/jjspira/.pyenv/shims:/Users/jjspira/.pyenv/shims:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/jjspira/.cargo/bin
2024-09-20T09:54:32.092661-04:00 [INFO] fetching latest version of language server "rust-analyzer"
2024-09-20T09:54:32.108172-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:54:32.108281-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:32.108369-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:32.109308-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:32.142376-04:00 [INFO] downloading language server "rust-analyzer"
2024-09-20T09:54:32.142727-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/languages/rust-analyzer/rust-analyzer-2024-09-16", working directory: "/Users/jjspira/Documents/Rust/calm-clamming", args: []
2024-09-20T09:54:32.173624-04:00 [INFO] add connection to peer
2024-09-20T09:54:32.173718-04:00 [INFO] add_connection;
2024-09-20T09:54:32.173794-04:00 [INFO] waiting for server hello
2024-09-20T09:54:32.182955-04:00 [INFO] got server hello
2024-09-20T09:54:32.18306-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 542, id: 712000 })
2024-09-20T09:54:32.183181-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 712000 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-09-20T09:54:32.332058-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-20T13:54:32.326Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-09-20T13:54:32.326Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-09-20T09:54:32.332192-04:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "fe6dd186-9ba6-478d-8d26-2ae2b4a6b87b",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-09-20T09:54:32.358574-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-20T13:54:32.335Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-09-20T13:54:32.335Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-09-20T09:54:34.291837-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwr/src/batcher.rs"
2024-09-20T09:54:34.306986-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:54:34.368637-04:00 [ERROR] {
  "thread": "main",
  "payload": "panic in a function that cannot unwind",
  "location_data": {
    "file": "library/core/src/panicking.rs",
    "line": 221
  },
  "backtrace": [
    "::create",
    "::new",
    "zed::reliability::init_panic_hook::{closure#0}",
    "std::panicking::rust_panic_with_hook",
    "std::panicking::begin_panic_handler::{{closure}}",
    "std::sys::backtrace::__rust_end_short_backtrace",
    "_rust_begin_unwind",
    "core::panicking::panic_nounwind_fmt",
    "core::panicking::panic_nounwind",
    "core::panicking::panic_cannot_unwind",
    "gpui::platform::mac::window::handle_key_event",
    "::run",
    "::run::",
    "zed::main",
    "std::sys::backtrace::__rust_begin_short_backtrace::",
    "std::rt::lang_start::<()>::{closure#0}",
    "std::rt::lang_start_internal",
    "_main"
  ],
  "app_version": "0.153.6",
  "release_channel": "Zed",
  "os_name": "macOS",
  "os_version": "14.1.1",
  "architecture": "aarch64",
  "panicked_on": 1726840474368,
  "installation_id": "fd743faf-6010-4d44-9def-085472bfb02e",
  "session_id": "e4e2fa57-0b9d-4da3-ae75-bf767eb7e93d"
}
2024-09-20T09:54:37.463896-04:00 [INFO] ========== starting zed ==========
2024-09-20T09:54:37.465393-04:00 [INFO] Opening main db
2024-09-20T09:54:37.510681-04:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-09-20T09:54:37.630372-04:00 [INFO] initializing context server client
2024-09-20T09:54:37.630507-04:00 [INFO] Registering built-in prompt template: content_prompt
2024-09-20T09:54:37.630802-04:00 [INFO] Registering built-in prompt template: edit_workflow
2024-09-20T09:54:37.631003-04:00 [INFO] Registering built-in prompt template: step_resolution
2024-09-20T09:54:37.63135-04:00 [INFO] Registering built-in prompt template: terminal_assistant_prompt
2024-09-20T09:54:37.631531-04:00 [INFO] No prompt template overrides directory found at /Users/jjspira/.config/zed/prompt_overrides. Using built-in prompts.
2024-09-20T09:54:37.631848-04:00 [INFO] extensions updated. loading 3, reloading 0, unloading 0
2024-09-20T09:54:37.674177-04:00 [ERROR] invalid binding value for keystroke ctrl-enter, context None

Caused by:
    no action type registered for menu::ShowContextMenu
2024-09-20T09:54:37.67438-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("BufferSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:54:37.674546-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-20T09:54:37.674673-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-20T09:54:37.674789-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-20T09:54:37.674888-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:54:37.675048-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-20T09:54:37.675189-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-20T09:54:37.67531-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-20T09:54:37.675432-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:54:37.675544-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("Pane")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-20T09:54:37.675665-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("Pane")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-20T09:54:37.675791-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("Pane")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-20T09:54:37.675953-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("Pane")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:54:37.676122-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("Editor")

Caused by:
    no action type registered for editor::RevealInFinder
2024-09-20T09:54:37.676272-04:00 [ERROR] invalid binding value for keystroke alt-shift-down, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-20T09:54:37.676399-04:00 [ERROR] invalid binding value for keystroke alt-shift-up, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-20T09:54:37.676539-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("ProjectPanel")

Caused by:
    no action type registered for project_panel::RevealInFinder
2024-09-20T09:54:37.676669-04:00 [ERROR] invalid binding value for keystroke escape, context Some("ChatPanel > MessageEditor")

Caused by:
    no action type registered for chat_panel::CloseReplyPreview
2024-09-20T09:54:37.678492-04:00 [INFO] Opening main db
2024-09-20T09:54:37.678752-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.678864-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.678948-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.679021-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.679135-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.67921-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.679284-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.679355-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.67957-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.680147-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.683497-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.683666-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.710235-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.710476-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.710558-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.71108-04:00 [INFO] Opening main db
2024-09-20T09:54:37.726487-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.737479-04:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-09-20T09:54:37.738084-04:00 [INFO] set status on client 0: Authenticating
2024-09-20T09:54:37.7403-04:00 [INFO] set status on client 59067: Connecting
2024-09-20T09:54:37.743044-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.743553-04:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-09-20T09:54:37.746468-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-20T09:54:37.758462-04:00 [INFO] Opening main db
2024-09-20T09:54:37.760488-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.76109-04:00 [INFO] Node runtime install_if_needed
2024-09-20T09:54:37.834197-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:54:37.855317-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:37.855571-04:00 [INFO] starting language server "rust-analyzer", path: "/Users/jjspira/Documents/Rust/calm-clamming", id: 1
2024-09-20T09:54:37.856316-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:37.856429-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:54:37.856518-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:54:37.861041-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.907182-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/node/node-v22.5.1-darwin-arm64/bin/node", working directory: "/", args: ["/Users/jjspira/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-09-20T09:54:37.926276-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:54:37.9264-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:37.926483-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:37.927598-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:54:37.929025-04:00 [INFO] set environment variables from shell:/bin/zsh, path:/Users/jjspira/.pyenv/shims:/Users/jjspira/.pyenv/shims:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/jjspira/.cargo/bin
2024-09-20T09:54:37.931658-04:00 [INFO] fetching latest version of language server "rust-analyzer"
2024-09-20T09:54:37.973521-04:00 [INFO] add connection to peer
2024-09-20T09:54:37.973755-04:00 [INFO] add_connection;
2024-09-20T09:54:37.9739-04:00 [INFO] waiting for server hello
2024-09-20T09:54:37.984757-04:00 [INFO] got server hello
2024-09-20T09:54:37.984935-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 542, id: 712078 })
2024-09-20T09:54:37.985191-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 712078 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-09-20T09:54:37.991972-04:00 [INFO] downloading language server "rust-analyzer"
2024-09-20T09:54:37.99221-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/languages/rust-analyzer/rust-analyzer-2024-09-16", working directory: "/Users/jjspira/Documents/Rust/calm-clamming", args: []
2024-09-20T09:54:38.158307-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-20T13:54:38.151Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-09-20T13:54:38.151Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-09-20T09:54:38.158518-04:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "6a84eb49-edf8-47ac-bc09-88bde3cc4146",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-09-20T09:54:38.184128-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-20T13:54:38.161Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-09-20T13:54:38.161Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-09-20T09:54:40.249414-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwr/src/batcher.rs"
2024-09-20T09:54:40.265772-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:54:47.255118-04:00 [WARN] Generic lsp request to rust-analyzer failed: content modified
2024-09-20T09:54:47.950712-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:54:47.950917-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:54:48.160423-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/draw/standard_shaders.rs"
2024-09-20T09:54:49.759437-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:54:49.75954-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwr/src/batcher.rs"
2024-09-20T09:54:49.9337-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:54:59.604244-04:00 [ERROR] no worktree found for diagnostics path "/Users/jjspira/Documents/Rust/maybe-working/mwe/src/ui.rs"
2024-09-20T09:55:02.87529-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:55:02.875599-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:55:04.526342-04:00 [ERROR] {
  "thread": "main",
  "payload": "panic in a function that cannot unwind",
  "location_data": {
    "file": "library/core/src/panicking.rs",
    "line": 221
  },
  "backtrace": [
    "::create",
    "::new",
    "zed::reliability::init_panic_hook::{closure#0}",
    "std::panicking::rust_panic_with_hook",
    "std::panicking::begin_panic_handler::{{closure}}",
    "std::sys::backtrace::__rust_end_short_backtrace",
    "_rust_begin_unwind",
    "core::panicking::panic_nounwind_fmt",
    "core::panicking::panic_nounwind",
    "core::panicking::panic_cannot_unwind",
    "gpui::platform::mac::window::handle_key_event",
    "::run",
    "::run::",
    "zed::main",
    "std::sys::backtrace::__rust_begin_short_backtrace::",
    "std::rt::lang_start::<()>::{closure#0}",
    "std::rt::lang_start_internal",
    "_main"
  ],
  "app_version": "0.153.6",
  "release_channel": "Zed",
  "os_name": "macOS",
  "os_version": "14.1.1",
  "architecture": "aarch64",
  "panicked_on": 1726840504526,
  "installation_id": "fd743faf-6010-4d44-9def-085472bfb02e",
  "session_id": "15f94e4a-0eee-4293-8925-14f315329fe3"
}
2024-09-20T09:56:33.991968-04:00 [INFO] ========== starting zed ==========
2024-09-20T09:56:33.994602-04:00 [INFO] Opening main db
2024-09-20T09:56:34.036022-04:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-09-20T09:56:34.167132-04:00 [INFO] initializing context server client
2024-09-20T09:56:34.167495-04:00 [INFO] Registering built-in prompt template: content_prompt
2024-09-20T09:56:34.168011-04:00 [INFO] Registering built-in prompt template: edit_workflow
2024-09-20T09:56:34.168229-04:00 [INFO] Registering built-in prompt template: step_resolution
2024-09-20T09:56:34.168582-04:00 [INFO] Registering built-in prompt template: terminal_assistant_prompt
2024-09-20T09:56:34.168753-04:00 [INFO] No prompt template overrides directory found at /Users/jjspira/.config/zed/prompt_overrides. Using built-in prompts.
2024-09-20T09:56:34.170436-04:00 [INFO] extensions updated. loading 3, reloading 0, unloading 0
2024-09-20T09:56:34.218727-04:00 [ERROR] invalid binding value for keystroke ctrl-enter, context None

Caused by:
    no action type registered for menu::ShowContextMenu
2024-09-20T09:56:34.218944-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("BufferSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:56:34.219011-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-20T09:56:34.219074-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-20T09:56:34.219136-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-20T09:56:34.219216-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchBar")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:56:34.219283-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-20T09:56:34.219356-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-20T09:56:34.219429-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-20T09:56:34.219498-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("ProjectSearchView")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:56:34.219564-04:00 [ERROR] invalid binding value for keystroke alt-cmd-g, context Some("Pane")

Caused by:
    no action type registered for search::ActivateRegexMode
2024-09-20T09:56:34.219628-04:00 [ERROR] invalid binding value for keystroke alt-cmd-s, context Some("Pane")

Caused by:
    no action type registered for search::ActivateSemanticMode
2024-09-20T09:56:34.21969-04:00 [ERROR] invalid binding value for keystroke alt-cmd-x, context Some("Pane")

Caused by:
    no action type registered for search::ActivateTextMode
2024-09-20T09:56:34.219745-04:00 [ERROR] invalid binding value for keystroke alt-tab, context Some("Pane")

Caused by:
    no action type registered for search::CycleMode
2024-09-20T09:56:34.2198-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("Editor")

Caused by:
    no action type registered for editor::RevealInFinder
2024-09-20T09:56:34.219885-04:00 [ERROR] invalid binding value for keystroke alt-shift-down, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-20T09:56:34.21994-04:00 [ERROR] invalid binding value for keystroke alt-shift-up, context Some("Editor")

Caused by:
    no action type registered for editor::DuplicateLine
2024-09-20T09:56:34.220012-04:00 [ERROR] invalid binding value for keystroke alt-cmd-r, context Some("ProjectPanel")

Caused by:
    no action type registered for project_panel::RevealInFinder
2024-09-20T09:56:34.220069-04:00 [ERROR] invalid binding value for keystroke escape, context Some("ChatPanel > MessageEditor")

Caused by:
    no action type registered for chat_panel::CloseReplyPreview
2024-09-20T09:56:34.221947-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.222017-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.222216-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.222274-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.222519-04:00 [INFO] Opening main db
2024-09-20T09:56:34.222731-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.22279-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.222832-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.222875-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.222928-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.224124-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.226172-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.228016-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.229889-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.268393-04:00 [INFO] set status on client 0: Authenticating
2024-09-20T09:56:34.269564-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.26965-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.270181-04:00 [INFO] Opening main db
2024-09-20T09:56:34.281371-04:00 [ERROR] Failed to send events: HTTP 500
2024-09-20T09:56:34.283254-04:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-09-20T09:56:34.285337-04:00 [INFO] set status on client 59067: Connecting
2024-09-20T09:56:34.287413-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.31141-04:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-09-20T09:56:34.311948-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.333178-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.33328-04:00 [INFO] Opening main db
2024-09-20T09:56:34.347302-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.385238-04:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-09-20T09:56:34.436284-04:00 [INFO] Node runtime install_if_needed
2024-09-20T09:56:34.449868-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:56:34.449939-04:00 [INFO] starting language server "rust-analyzer", path: "/Users/jjspira/Documents/Rust/calm-clamming", id: 1
2024-09-20T09:56:34.450404-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:56:34.450505-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:56:34.450579-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:56:34.45772-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.470754-04:00 [INFO] add connection to peer
2024-09-20T09:56:34.470821-04:00 [INFO] add_connection;
2024-09-20T09:56:34.47087-04:00 [INFO] waiting for server hello
2024-09-20T09:56:34.472136-04:00 [INFO] Initializing default prettier with plugins {}
2024-09-20T09:56:34.472202-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:56:34.472306-04:00 [INFO] starting language servers for Rust: rust-analyzer
2024-09-20T09:56:34.473288-04:00 [WARN] request completed with error: failed to connect to the server
2024-09-20T09:56:34.490972-04:00 [INFO] got server hello
2024-09-20T09:56:34.491064-04:00 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 542, id: 713350 })
2024-09-20T09:56:34.49114-04:00 [INFO] set status on client 59067: Connected { peer_id: PeerId { owner_id: 542, id: 713350 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-09-20T09:56:34.569775-04:00 [INFO] set environment variables from shell:/bin/zsh, path:/Users/jjspira/.pyenv/shims:/Users/jjspira/.pyenv/shims:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/jjspira/.cargo/bin
2024-09-20T09:56:34.569896-04:00 [INFO] fetching latest version of language server "rust-analyzer"
2024-09-20T09:56:34.690421-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/node/node-v22.5.1-darwin-arm64/bin/node", working directory: "/", args: ["/Users/jjspira/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-09-20T09:56:34.931015-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-20T13:56:34.928Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-09-20T13:56:34.928Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-09-20T09:56:34.932279-04:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "16e6432e-fd65-4811-aa9d-7293604fe96f",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-09-20T09:56:34.961828-04:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-09-20T13:56:34.936Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-09-20T13:56:34.936Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-09-20T09:56:35.071536-04:00 [INFO] downloading language server "rust-analyzer"
2024-09-20T09:56:35.072897-04:00 [INFO] starting language server. binary path: "/Users/jjspira/Library/Application Support/Zed/languages/rust-analyzer/rust-analyzer-2024-09-16", working directory: "/Users/jjspira/Documents/Rust/calm-clamming", args: []
notpeter commented 3 weeks ago

I can't reproduce. Running same Zed on macOS Sonoma 14.7 (yours is 14.1.1). When I remap the modifer keys to match your config on my internal keyboard of my Macbook Pro Zed does not crash or note any specific in the log.

  1. Is this an internal Macbook keyboard or an external Apple keyboard? If external, which one?
  2. What Locale is this keyboard?
  3. Are you running any other keyboard remapping utilities (Karabiner, etc)?

Any chance you could update to MacOS Sonoma 14.7 (your MacOS Sonoma 14.1.1 is from Nov 2023)? I believe you that it crashed (sorry!) but I want to try and rule things out which differ between my config and yours so I can reproduce.

P.S. For anyone trying to reproduce the settings are under System Preferences -> Keyboard -> Keyboard Shortcuts -> Modifier Keys.

sanbox-irl commented 2 weeks ago

Just randomly stopped happening? No idea!

I'll go ahead and close this issue unless it's re-appears!

To answer the questions

  1. Internal
  2. en-US
  3. Nope!

I have no idea haha