[Ubuntu 17.10] Repo not available

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

Whos working on this issue? Is there anything we ca do about it in the meanwhile?

@ChuckPA not sure if this is the specific bug you were referring to:

https://bugs.launchpad.net/ubuntu/artful/+source/debian-archive-keyring/+bug/1685305

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. :frowning: Am I ignorant and the beta packages have been added to a PPA?

@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?

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.

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

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?

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.

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.

Check your repo definition statement again as I am still getting.

As additional information, there is no InRelease reference

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?