hi folks, i have a ubuntu xenial machine here on which I have tvheadend running, current version HTS Tvheadend 4.3-1288~g66d6161
anyhow I wasn't here for a couple month so wanted to run an update on my machine but i get errors when doing
apt-get update
my
/etc/apt/sources.list.d/tvheadend.list
originally only contained
deb https://dl.bintray.com/tvheadend/deb/ xenial unstable
as described here for bintray https://tvheadend.org/projects/tvheadend/wiki/AptRepository
but I also commented that out and tried
deb https://dl.bintray.com/tvheadend/ubuntu unstable main
as described here https://bintray.com/tvheadend/ubuntu
all resulting in:
: The repository 'https://dl.bintray.com/tvheadend/ubuntu unstable Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://dl.bintray.com/tvheadend/ubuntu/dists/unstable/main/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
what's going wrong here??