spacedrive icon indicating copy to clipboard operation
spacedrive copied to clipboard

Spacedrive does not start (ERROR rspc::internal::jsonrpc_exec)

Open kimjongbing opened this issue 4 months ago • 8 comments

Check for other issues

  • [X] I've checked for other issues, and none exist.

Issue description

When I launch Spacedrive, it closes immediately. I tried launching through CLI and saw an "authentication required" error.

cleaning localStorage
  2024-09-25T08:38:45.397913Z ERROR rspc::internal::jsonrpc_exec: Error executing operation: ErrResolverError(Error { code: InternalServerError, message: "Authentication required", cause: None })
    at /home/runner/.cargo/git/checkouts/rspc-264254b19e111e45/0018e80/src/internal/jsonrpc_exec.rs:223

It opens and when opening just closes.

Steps to reproduce

  1. Open spacedrive
  2. It will crash

Platform and versions

  • OS: NixOS 24.11.20240916.99dc878 (Vicuna) x86_64
  • Spacedrive: 0.4.2
Development tool versions (optional)

~/.dotfiles/n/s/m/home-manager main• ↑5 ❱ spacedrive
  2024-09-25T08:37:41.650597Z  INFO sd_core: Starting core;, data_directory: /home/nadeko/.local/share/spacedrive
    at core/src/lib.rs:100

  2024-09-25T08:37:41.651111Z  INFO sd_task_system::system: Task system online!, workers_count: 8
    at crates/task-system/src/system.rs:99

  2024-09-25T08:37:41.651702Z  INFO libp2p_swarm: local_peer_id: 12D3KooWLcWCUr5fWGMLrsJTkENqdYizVwLxNkwWf3n2GEef4sDV
    at /home/runner/.cargo/git/checkouts/rust-libp2p-5bf6f5083e224a9a/a005656/swarm/src/lib.rs:368

  2024-09-25T08:37:41.651770Z  INFO sd_core::p2p::manager: Setting quic ipv4 listener;, ipv4_port: None
    at core/src/p2p/manager.rs:219

  2024-09-25T08:37:41.651801Z  INFO sd_core::p2p::manager: Setting quic ipv6 listener;, ipv6_port: None
    at core/src/p2p/manager.rs:242

  2024-09-25T08:37:41.651838Z  INFO sd_core::p2p::manager: Node is now online listening;, remote_identity: oGaqfH9z1QTYren0lqFy9kqDbBN5/CXNrhTyXIp//JQ, peer_id: Libp2pPeerId(PeerId("12D3KooWLcWCUr5fWGMLrsJTkENqdYizVwLxNkwWf3n2GEef4sDV")), addresses: [Listener { id: ListenerId(0), name: "libp2p-quic", addrs: {} }]
    at core/src/p2p/manager.rs:104

  2024-09-25T08:37:41.669081Z  INFO sd_core: Spacedrive online!
    at core/src/lib.rs:225

  2024-09-25T08:37:41.689432Z  INFO sd_desktop::tauri_plugins: Internal server listening on: http://127.0.0.1:33457 http://127.0.0.1:38749 http://127.0.0.1:36911 http://127.0.0.1:34031
    at apps/desktop/src-tauri/src/tauri_plugins.rs:81

cleaning localStorage
  2024-09-25T08:37:41.958078Z ERROR rspc::internal::jsonrpc_exec: Error executing operation: ErrResolverError(Error { code: InternalServerError, message: "Authentication required", cause: None })
    at /home/runner/.cargo/git/checkouts/rspc-264254b19e111e45/0018e80/src/internal/jsonrpc_exec.rs:223

  2024-09-25T08:37:42.002091Z  INFO sd_core::p2p::manager: Updated p2p relay configuration successfully.
    at core/src/p2p/manager.rs:156

Gdk-Message: 18:37:42.084: Error 71 (Protocol error) dispatching to Wayland display.

Stack trace

No response

Additional context

Please let me know if any other information will be useful.

Code of Conduct

  • [X] I agree to follow the Code of Conduct.

kimjongbing avatar Sep 25 '24 08:09 kimjongbing