Dashlane / dashlane-cli

👩‍💻 Dashlane CLI - Access your secrets in your terminal, servers and CI/CD
https://cli.dashlane.com/
Apache License 2.0
189 stars 52 forks source link

Unable to reach OS keychain (Void Linux) #195

Closed tylerdq closed 1 year ago

tylerdq commented 1 year ago

Environment:

When I try to initially sync after install I get a keychain error.

With reference to these steps under issue #43 I did the following:

Here is the output from running dcli configure save-master-password-true --debug:

warn: Unable to reach OS keychain because of error: "Platform secure storage failure: zbus error: org.freedesktop.Dbus.Error.UnknownMethod: Object does not exist at path: "/org/freedesktop/secrets/collection/login"", so its use has been disabled. To retry using it, please execute `dcli configure save-master-password-true`. Until then, you will have to retype your master password each time you run the cli.
tylerdq commented 1 year ago

The error went away when I logged out and logged back in and the program is working as expected now.