sn sessions --add - err: secret not found in keyring
Closed this issue · 2 comments
passuf commented
First of all, thanks a lot for implementing this CLI, I have many use cases where this could get really useful.
Setup
- Ubuntu 21.10 with
gnome-keyring
anddbus-x11
installed. - sn-cli version
[0.2.0-beta1-e7cb9c0] 2021-12-29T19:59:52Z
- StandardNotes with all notes migrated to 004 and 2FA setup.
Token authentication (e.g. when running ./sn stats
) works perfectly fine.
Problem
I tried to authenticate using sessions, but when trying to create a new one I get the following error:
passuf@localhost> ./sn session --add
err: secret not found in keyring
jonhadfield commented
Sorry for the delay. Please could you try with the latest beta? I just tested on Ubuntu 20.04 and didn't have any issues.
passuf commented
Just tried it with version 0.2.2
and now it works like a charm! Thank you very much!