Error Description
Ubuntu Linux, when listing, deleting, or importing passkeys, the user gets the error: thread 'main' panicked at 'called `Result::unwrap()`
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: KeyStore(KeyStoreError { err_type: SecretService(NoResult), err_context: "" })', /root/.cargo/registry/src/packages.beyo
ndidentity.com-364d0d3b88306e15/hal-1.0.0/src/linux/mod.rs:11:55
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Cause
This message is likely caused by a corrupted, reset, or deleted keyring in Ubuntu.
Solution
This can be fixed by resetting the user's platform authenticator settings with the following commands:
rm ~/.beyond-identity/keystore.db
rm ~/.beyond-identity/sqlite.db
NOTE! This will delete every passkey of the current user.
After deleting these files, the platform authenticator can process passkey-related commands again.
Comments
0 comments
Please sign in to leave a comment.