Gpg problem with importing keys for headsetcontrol (April 2024)

Hello,

since a couple of days, I have a problem with updating “headsetcontrol” via YAY. After building the package, I can’t import the keys. This problem is new to me and other solutions with the same error did not work for me.

:: (1/1) Parsing SRCINFO: headsetcontrol
gpg: error reading key: No public key

 :: PGP keys need importing:
 -> 77BEB7E232CF1E5154777D4DD5866C58940197BF, required by: headsetcontrol
:: Import? [Y/n] 
:: Importing keys with gpg...
gpg: keyserver receive failed: No data
 -> problem importing keys

$ LANG=C gpg --keyserver keys.gnupg.net --recv-keys 77BEB7E232CF1E5154777D4DD5866C58940197BF
gpg: keyserver receive failed: No data

Is there a problem with the keyservers, the key itself or something else?

Thank you!

1 Like

Have a look at the pinned comment at the package’s AUR page:

https://aur.archlinux.org/packages/headsetcontrol#comment-965247

1 Like

gpg --keyserver hkps://keys.openpgp.org/ --recv-keys 77BEB7E232CF1E5154777D4DD5866C58940197BF

did the trick. This is not populated in the mentioned post, but I found the command and adapted it.

Thanks!

1 Like

A L L W A Y S ! :nerd_face:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.