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

When using a primary key with a passphrase, signing of a key doesn't work #20

Open
andreimacavei opened this issue Jun 22, 2016 · 1 comment

Comments

@andreimacavei
Copy link
Owner

andreimacavei commented Jun 22, 2016

I receive a gpgme.GpgmeError: (32, 1, u'General error') error when I run the app and I press Next when it asks me if I want to sign the downloaded key.
This is happening in the same time with the pop-up window spawn by gnome-session or gpg-agent to enter the passphrase for the primary key used to sign.

Here is the traceback that I receive:

Traceback (most recent call last):
  File "/home/andrei/projects/gnome-keysign/keysign/Sections.py", line 425, in sign_key_async
    res = gpg.gpg_sign_uid(ctx, gpg_homedir, uid)
  File "/home/andrei/projects/gnome-keysign/keysign/gpg/gpg.py", line 181, in gpg_sign_uid
    gpgme.editutil.edit_sign(gpgmeContext, key, index=i, check=0)
  File "/usr/lib/python2.7/dist-packages/gpgme/editutil.py", line 75, in wrapper
    ctx.edit(key, edit_callback, output)
gpgme.GpgmeError: (32, 1, u'General error')
@andreimacavei andreimacavei changed the title When using keys with a passphrase, signing of a key doesn't work When using a primary key with a passphrase, signing of a key doesn't work Jun 22, 2016
@ignatenkobrain
Copy link

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