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

Keyserver receive failed #3

Closed
rehhouari opened this issue Apr 18, 2021 · 3 comments
Closed

Keyserver receive failed #3

rehhouari opened this issue Apr 18, 2021 · 3 comments

Comments

@rehhouari
Copy link

The key needs updating again I think:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 08633B4AAAEB49FC
Executing: /tmp/apt-key-gpghome.O6IFOLGPCj/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 08633B4AAAEB49FC
gpg: keyserver receive failed: Server indicated a failure

Hi,

This is very probably because of the key: the server was migrated so the key changed.

Please, try removing the old key
sudo apt-key del 5890E288F7ED6702

and adding the new one:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 08633B4AAAEB49FC

Then, do an sudo apt-get update and sudo apt-get install discord.

Please, keep me updated with any changes and/or errors you may have

Originally posted by @Javinator9889 in #1 (comment)

@rehhouari
Copy link
Author

as a temporary fix added [trusted=yes] to the source.list line

@Javinator9889
Copy link
Owner

Hi,

Very probably there was a one-time issue with Ubuntu keyser west, as I executed it from my phone and it worked as expected:
Screenshot_20210418-073127.jpg

In addition I didn't changed the keys so there is no need to update something.

Please, have a look and let me know if you managed to solve your error.

@rehhouari
Copy link
Author

Yes it is working now, thanks for maintaining this ^^

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