Closed qualterz closed 1 year ago
Yeah, that is caused by trace
(not work well in the machine), you can comment https://github.com/CympleTech/chamomile/blob/main/examples/permissionless.rs#L6
I think this can be closed, if still have problems, feel free to reopen.
Just tried to run one of the examples.
Backtrace
```bash λ ~/Downloads/chamomile/ main RUST_BACKTRACE=1 cargo run --example permissionless 127.0.0.1:8000 Finished dev [unoptimized + debuginfo] target(s) in 0.14s Running `target/debug/examples/permissionless '127.0.0.1:8000'` thread 'main' panicked at 'failed to set global default subscriber: SetGlobalDefaultError { _no_construct: () }', /home/nimda/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-subscriber-0.3.14/src/util.rs:91:14 stack backtrace: 0: rust_begin_unwind 1: core::panicking::panic_fmt 2: core::result::unwrap_failed 3: core::result::ResultFull backtrace
```bash λ ~/Downloads/chamomile/ main RUST_BACKTRACE=full cargo run --example permissionless 127.0.0.1:8000 Finished dev [unoptimized + debuginfo] target(s) in 0.14s Running `target/debug/examples/permissionless '127.0.0.1:8000'` thread 'main' panicked at 'failed to set global default subscriber: SetGlobalDefaultError { _no_construct: () }', /home/nimda/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-subscriber-0.3.14/src/util.rs:91:14 stack backtrace: 0: 0x55ed7b47c96d -