Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thread 'main' panicked if ./epic-wallet listen -m keybase is called #15

Closed
johanneshahn opened this issue Feb 15, 2022 · 0 comments · Fixed by #45
Closed

thread 'main' panicked if ./epic-wallet listen -m keybase is called #15

johanneshahn opened this issue Feb 15, 2022 · 0 comments · Fixed by #45

Comments

@johanneshahn
Copy link
Member

2022-02-15 20:11:06.414 ERROR
thread 'main' panicked at 'called Option::unwrap() on a None value': epic-wallet/controller/src/command.rs:150 0: backtrace::backtrace::trace
1: backtrace::capture::Backtrace::new
2: epic_util::logger::send_panic_to_log::{{closure}}
3: std::panicking::rust_panic_with_hook
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/panicking.rs:628:17
4: std::panicking::begin_panic_handler::{{closure}}
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/panicking.rs:519:13
5: std::sys_common::backtrace::__rust_end_short_backtrace
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/sys_common/backtrace.rs:139:18
6: rust_begin_unwind
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/panicking.rs:517:5
7: core::panicking::panic_fmt
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/core/src/panicking.rs:100:14
8: core::panicking::panic
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/core/src/panicking.rs:50:5
9: epic_wallet_controller::command::listen
10: epic_wallet::cmd::wallet_args::wallet_command
11: epic_wallet::cmd::wallet::wallet_command
12: epic_wallet::real_main
13: epic_wallet::main
14: std::sys_common::backtrace::__rust_begin_short_backtrace
15: std::rt::lang_start::{{closure}}
16: core::ops::function::impls::<impl core::ops::function::FnOnce for &F>::call_once
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/core/src/ops/function.rs:259:13
std::panicking::try::do_call
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/panicking.rs:403:40
std::panicking::try
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/panicking.rs:367:19
std::panic::catch_unwind
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/panic.rs:133:14
std::rt::lang_start_internal::{{closure}}
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/rt.rs:128:48
std::panicking::try::do_call
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/panicking.rs:403:40
std::panicking::try
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/panicking.rs:367:19
std::panic::catch_unwind
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/panic.rs:133:14
std::rt::lang_start_internal
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/rt.rs:128:20
17: _main

Thread 'main' panicked with message:
"called Option::unwrap() on a None value"

johanneshahn added a commit that referenced this issue Apr 17, 2022
Fix #15: unwrap error on empty password for keybase listener
This was referenced Jan 17, 2023
jhelison added a commit that referenced this issue Jan 19, 2023
- Fix #15: unwrap error on empty password for keybase listener #28
- LMDB to SQLite interface #34
- Emoji #32
- Fix/issue 20 #31
- Feat/outputs history #30
- LMDB to SQLite interface #34
- Refactor error handling on SQLite implementation #35
- Edit pre-commit and add PR template #36
- Add automation to build the release binaries and tar files #37
- Update main readme for the project #40
- Fixing simple warnings #41
- Add better error handling for not found #43
- Refactor error handling on SQLite implementation #35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant