editicalu / nordselect

Library to detect the best NordVPN server
https://editicalu.github.io/nordselect
MIT License
24 stars 5 forks source link

Problem Importing gpg keys from AUR (Arch Linux) #30

Closed jackhistoria closed 3 years ago

jackhistoria commented 3 years ago

The arch linux sync process doesn't work for nordselect: anymore

... :: (1/1) Parsing SRCINFO: nordselect :: PGP keys need importing: -> CC0B7CE9604A8A91F0D70B778489DB248465FDD7, required by: nordselect ==> Import? [Y/n] Y :: Importing keys with gpg... gpg: Empfangen vom Schlüsselserver fehlgeschlagen: Allgemeiner Fehler problem importing keys

(problem importing gpg keys)

I had the same problem with Tor-Browser aur project that was solved with adding a proper pgp email. $ gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org

I still love and use nordselect every day, I would appreciate a fix very much, thanks upfront.

editicalu commented 3 years ago

Nice to hear that people like it! :)

Sometimes I get a GPG general error as well, so that could be due to a keyserver, could be an issue with my GPG key being expired. But it's not being used at the moment. I'll delete it for now.

Can you check if it works again?

jackhistoria commented 3 years ago

Yes, now it is working fine, thank you very much for your fast fix.

Bts, I check every night automatically (and when necessary) on the best vpn connection with nordselect from the openWRT router with a simple batch script to a server (with nordselect).

When I got time i pick up rust and might expand your program to a constant check if a certain low threshold is reached to trigger a switch signal for never having a worse server :)