My system is Ubuntu 16.04.
When I ran
apt-get update
it failed with following error:
the following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1C52189C923F6CA9
so I ran:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1C52189C923F6CA9
to get the pubkey but failed again with the following error:
keyserver.ubuntu.com
--recv-keys
1C52189C923F6CA9
gpg: requesting key 923F6CA9 from hkp server keyserver.ubuntu.com
gpgkeys: key 1C52189C923F6CA9 can't be retrieved
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: keyserver communications error: keyserver helper general error
gpg: keyserver communications error: unknown pubkey algorithm
gpg: keyserver receive failed: unknown pubkey algorithm
I still don't know how to solve it after searching and trying many times.