Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many entries blank #4

Open
tlalexander opened this issue May 4, 2015 · 1 comment
Open

Many entries blank #4

tlalexander opened this issue May 4, 2015 · 1 comment

Comments

@tlalexander
Copy link

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.

@jbreams
Copy link
Owner

jbreams commented May 4, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants