You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Either show a window, or a user-friendly error message to explain what I did wrong.
Screenshots
N/A
Backtrace
6: core::panicking::panic_fmt
at core/src/panicking.rs:64:14
7: core::result::unwrap_failed
at core/src/result.rs:1750:5
8: rerun::run::setup_ctrl_c_handler
9: rerun::run::run::{{closure}}
10: tokio::runtime::park::CachedParkThread::block_on
11: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
12: tokio::runtime::runtime::Runtime::block_on
13: rerun::main
Desktop (please complete the following information):
Linux Fedora 38 Linux localhost.localdomain 6.2.14-300.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 1 00:55:28 UTC 2023 x86_64 GNU/Linux
Describe the bug
Running the cargo-installed CLI tools panics immediately, with the error in the title.
To Reproduce
cargo install rerun
RUST_LOG=debug rerun
See error:
Expected behavior
Either show a window, or a user-friendly error message to explain what I did wrong.
Screenshots
N/A
Backtrace
Desktop (please complete the following information):
Linux Fedora 38
Linux localhost.localdomain 6.2.14-300.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 1 00:55:28 UTC 2023 x86_64 GNU/Linux
Rerun version
Additional context
Using the runner as a library from my rust program works fine. This problem happens only with the runner installed by cargo.
The text was updated successfully, but these errors were encountered: