keybase / keybase-issues

A single repo for managing publicly recognized issues with the keybase client, installer, and website.
900 stars 37 forks source link

Adding gpg public key fails with TypeError #2503

Open evilmega opened 8 years ago

evilmega commented 8 years ago

I just got an invite tonight, and I am trying to setup my Keybase account. I already have a 4096-bit cert generated and stubs stored on a Yubikey NEO.

When adding my private key either stored in the web-browser or using the command line (I tried both ways) I get the following:

TypeError: ("unknown s2k gnu protection mode: " + gnu_ext_type) is not a constructor

maxtaco commented 8 years ago

thanks for the bug report. You hit an error in an error path. So, I can fix the easier problem and then we'll go from there. But probably it's yet another feature of Yubikey/GPG that we don't have support for.

maxtaco commented 8 years ago

Ok, I've pushed new code to allow you to get a proper error message!