The user receiving the following error message upon listing/deleting/importing credentials:
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
This message usually caused by a corrupted/reseted/deleted keyring in Ubuntu. This can only be fixed, by resetting user's platform authenticator settings with the following commands:
WARNING: This will delete every credential of the current user.
rm ~/.beyond-identity/keystore.db
rm ~/.beyond-identity/sqlite.db
After deleting these files, the platform authenticator will be able to process credential-related commands again.
Comments
0 comments
Please sign in to leave a comment.