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

NoneType object has no attribute encode #34

Open
nazarewk opened this issue Oct 26, 2022 · 2 comments · May be fixed by aviau/python-pass#34
Open

NoneType object has no attribute encode #34

nazarewk opened this issue Oct 26, 2022 · 2 comments · May be fixed by aviau/python-pass#34

Comments

@nazarewk
Copy link

when saving password i see this in logs, then it results in #25

gpg: 0xEE8138A849922FE4!\n0x1A2FFAA521ABECD3!\n0xF7C76D9F5FC281A4!\n0xBB8AEFC757E79220!: skipped: Invalid user ID
gpg: [stdin]: encryption failed: Invalid user ID

looks like it is related to either of:

  1. using pypass instead of pass binary
  2. pypass not handling multiple gpg keys per password-store
@nazarewk
Copy link
Author

my .gpg-id is:

% cat .gpg-id

0xEE8138A849922FE4!
0x1A2FFAA521ABECD3!
0xF7C76D9F5FC281A4!
0xBB8AEFC757E79220!

@nazarewk
Copy link
Author

this is upstream issue at aviau/python-pass#33

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

Successfully merging a pull request may close this issue.

1 participant