i am trying to install Plex Media Server on my Pi4.
Sadly i get this error:
W: GPG error: https://downloads.plex.tv/repo/deb public Release: The following signatures were invalid: BADSIG 97203C7B3ADCA79D Plex Inc.
E: The repository 'https://downloads.plex.tv/repo/deb public Release' is not signed.
After some googling it seems to be a reccuring issue, but none of the provided solutions helped.
I’m using Linux Mint 19.3, and I still have the same problem. I’ve removed the key, and re-added it using wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | apt-key add -
But still I get this error when updating:
W: GPG error: https://downloads.plex.tv/repo/deb public Release: The following signatures were invalid: BADSIG 97203C7B3ADCA79D Plex Inc.
E: The repository 'https://downloads.plex.tv/repo/deb public Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Following the suggestion above, I was able to manually download and update Plex to Version 1.18.4.2171 (confirmed using dpkg -l plexmediaserver), so I’m up and running once more now, but the error (which started a few days ago) yet persists and I’m wondering if it’s on my end or not since other reports say the key is working.
Let me know if there’s anything else you need from me.
Getting an invalid signature error on both my Plex servers in Australia. They updated OK last time I tried (a few weeks ago).
root@host:~# apt update
Hit:1 http://security.debian.org buster/updates InRelease
Ign:2 https://downloads.plex.tv/repo/deb public InRelease
Get:3 https://downloads.plex.tv/repo/deb public Release [5815 B]
Get:4 https://downloads.plex.tv/repo/deb public Release.gpg [821 B]
Err:4 https://downloads.plex.tv/repo/deb public Release.gpg
The following signatures were invalid: BADSIG 97203C7B3ADCA79D Plex Inc.
Hit:5 http://ftp.debian.org/debian buster InRelease
Hit:6 http://ftp.debian.org/debian buster-updates InRelease
Fetched 6636 B in 1s (5763 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://downloads.plex.tv/repo/deb public Release: The following signatures were invalid: BADSIG 97203C7B3ADCA79D Plex Inc.
W: Failed to fetch https://downloads.plex.tv/repo/deb/dists/public/Release.gpg The following signatures were invalid: BADSIG 97203C7B3ADCA79D Plex Inc.
W: Some index files failed to download. They have been ignored, or old ones used instead.
It happens for me with two different systems (although identical):
root@mihaim-Lenovo-Y50-70:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
root@mihaim-Lenovo-Y50-70:~# apt update -o Dir::Etc::sourcelist="sources.list.d/plexmediaserver.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"
Ign:1 https://downloads.plex.tv/repo/deb public InRelease
Get:2 https://downloads.plex.tv/repo/deb public Release [5.815 B]
Get:3 https://downloads.plex.tv/repo/deb public Release.gpg [821 B]
Err:3 https://downloads.plex.tv/repo/deb public Release.gpg
The following signatures were invalid: BADSIG 97203C7B3ADCA79D Plex Inc.
Fetched 821 B in 1s (985 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://downloads.plex.tv/repo/deb public Release: The following signatures were invalid: BADSIG 97203C7B3ADCA79D Plex Inc.
W: Failed to fetch https://downloads.plex.tv/repo/deb/dists/public/Release.gpg The following signatures were invalid: BADSIG 97203C7B3ADCA79D Plex Inc.
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@mihaim-Lenovo-Y50-70:~#