After upgrading my server to Artful, the repo stopped working. I guess I should have waited a bit more and someone is already working on it, but just in case:
echo deb https://downloads.plex.tv/repo/deb ./public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
deb https://downloads.plex.tv/repo/deb ./public main
curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3072 100 3072 0 0 3072 0 0:00:01 --:–:-- 0:00:01 10893
OK
$ sudo apt-get update
Hit:1 http://se.archive.ubuntu.com/ubuntu artful InRelease
Hit:2 http://se.archive.ubuntu.com/ubuntu artful-updates InRelease
Hit:3 http://se.archive.ubuntu.com/ubuntu artful-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu artful-security InRelease
Ign:5 https://downloads.plex.tv/repo/deb ./public InRelease
Hit:6 https://apt.syncthing.net syncthing InRelease
Err:7 https://downloads.plex.tv/repo/deb ./public Release
404 Not Found [IP: 104.20.7.9 443]
Reading package lists… Done
E: The repository ‘https://downloads.plex.tv/repo/deb ./public Release’ does not have a Release file.
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.
I am having this same issue. Anyone have a solution?
Same thing here, any update?
This is an issue with Ubuntu. It was discovered when apt
was being tested prior to release of 17.10.
All other Debian-based distributions are working correctly with the repo
OykX2
November 9, 2017, 12:51pm
5
Whos working on this issue? Is there anything we ca do about it in the meanwhile?
kyse
November 9, 2017, 9:56pm
7
Meanwhile in plex pass/beta land… I’m still using a plex-update script/cron job because I’m not aware of any PPA for auto updating beta versions. Am I ignorant and the beta packages have been added to a PPA?
ChuckPa
November 9, 2017, 10:02pm
8
@twofingerpoi said:
@ChuckPA not sure if this is the specific bug you were referring to:
Bug #1685305 “Debian keys should not be trusted by default” : Artful (17.10) : Bugs : debian-archive-keyring package : Ubuntu
The PMS repo for debian/ubuntu is not password protected. The bug I refer to is what surfaced with apt version 1.5 . It was incorrectly looking only for the new repo structure instead of looking for both formats.
@ChuckPA said:
@twofingerpoi said:
@ChuckPA not sure if this is the specific bug you were referring to:
Bug #1685305 “Debian keys should not be trusted by default” : Artful (17.10) : Bugs : debian-archive-keyring package : Ubuntu
The PMS repo for debian/ubuntu is not password protected. The bug I refer to is what surfaced with apt version 1.5 . It was incorrectly looking only for the new repo structure instead of looking for both formats.
Do you know if there is a launchpad bug open for that?
ChuckPa
November 11, 2017, 1:41am
10
No I do not. I unfortunately don’t have time to keep current with all the distributions and their bugs.
Any news? I still have the same issue.
ChuckPa
November 18, 2017, 3:40pm
12
There is no Plex issue here. It’s Ubuntu
No, it’s not “Just Ubuntu”
Download links are down for some reason today:
https://downloads.plex.tv/repo/deb ( no such path )
root@poppyseed:~# wget -c “https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu&X-Plex-Token=jzdod9Lnf95ddK8ZGAsQ ”
–2017-11-18 12:07:22-- https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu&X-Plex-Token=jzdod9Lnf95ddK8ZGAsQ
Resolving plex.tv (plex.tv )… 52.214.33.245, 34.252.160.54, 54.171.208.164, …
Connecting to plex.tv (plex.tv )|52.214.33.245|:443… connected.
HTTP request sent, awaiting response… 502 Bad Gateway
ChuckPa
November 18, 2017, 6:33pm
14
you can only direct access them via the wget url. I just tried your link (wget -c one) and it immediately downloads
The PPA is still broken, and artful is now the current most stable Ubuntu offering.
Is there a timeline for a fix?
ChuckPa
November 29, 2017, 3:54pm
16
I am now working directly with the team.
may I have help quantifying the exact issues please?
Console output is important so I can also reproduce.
OykX2
November 30, 2017, 11:49am
17
after adding the repo in ubuntu server 17.10 as outlined here:
https://support.plex.tv/hc/en-us/articles/235974187-Enable-repository-updating-for-supported-Linux-server-distributions
i get the same console output as youri after running apt update:
> sudo apt update
> Hit:1 http://de.archive.ubuntu.com/ubuntu artful InRelease
> Hit:2 http://de.archive.ubuntu.com/ubuntu artful-updates InRelease
> Hit:3 http://de.archive.ubuntu.com/ubuntu artful-backports InRelease
> Ign:4 https://downloads.plex.tv/repo/deb ./public InRelease
> Err:5 https://downloads.plex.tv/repo/deb ./public Release
> 404 Not Found [IP: 104.20.6.9 443]
> Hit:6 http://security.ubuntu.com/ubuntu artful-security InRelease
> Reading package lists… Done
> E: The repository ‘https://downloads.plex.tv/repo/deb ./public Release’ does not have a Release file.
> 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.
ChuckPa
November 30, 2017, 2:27pm
18
Check your repo definition statement again as I am still getting.
ChuckPa
November 30, 2017, 3:41pm
19
As additional information, there is no InRelease
reference
OykX2
December 1, 2017, 1:55pm
20
the content of my
/etc/apt/sources.list.d/plexmediaserver.list
is
deb https://downloads.plex.tv/repo/deb ./public main
same as yours. or do you mean something else with repo definition statement?