You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many entries are blank when I load a database. Looking at the unlocked database in the 1password reader, I don't see a pattern between items that loaded and items that didn't.
Is there a way to print error information when decoding an entry? This may help narrow down the problem. Does the software support decoding entries with more than a username and password? Some of my entries have notes in additional fields.
Thanks.
The text was updated successfully, but these errors were encountered:
I've noticed a number of items that show up as "Unnamed" and then are empty JSON documents on disk. I've added some code to skip over them and only display entries that actually have data in them. I'm not sure why this happens - perhaps 1Password leaves empty json files after deleting items? I also went through and made sure gonepass uses error message dialogs instead of printing to stderr in some places.
Gonepass does indeed support decoding items with more than a username and password, I've tried to account for all the item formats I could find. Is there specific info that's missing from an item? Things like the notes section and any custom-defined data sections should show up just fine.
Many entries are blank when I load a database. Looking at the unlocked database in the 1password reader, I don't see a pattern between items that loaded and items that didn't.
Is there a way to print error information when decoding an entry? This may help narrow down the problem. Does the software support decoding entries with more than a username and password? Some of my entries have notes in additional fields.
Thanks.
The text was updated successfully, but these errors were encountered: