Server Version#: N/A Player Version#: N/A
When trying to run wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | sudo apt-key add - I get gpg: no valid OpenPGP data found. I am running a Ubuntu 20.04.1 LTS for ARM inside of Parallels on an M1 MacBook Pro
wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | sudo apt-key add -
gpg: no valid OpenPGP data found.
The same command runs fine on x86 Ubuntu installs
Looks like there’s an issue with both wget and curl which makes them segfault when accessing the URL.
wget
curl
sausage@m1:~$ wget https://downloads.plex.tv/plex-keys/PlexSign.key --2020-12-18 15:58:46-- https://downloads.plex.tv/plex-keys/PlexSign.key Resolving downloads.plex.tv (downloads.plex.tv)... 104.18.157.41 Connecting to downloads.plex.tv (downloads.plex.tv)|104.18.157.41|:443... connected. Segmentation fault (core dumped)
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.