TVHeadend on Raspberry Pi and new repository
Added by lord slash almost 9 years ago
Hi guys, I think I messed up with my TVHeadend backend and I really need your help.
I am using the unstable version 4.1 on my Raspberry Pi model B and this morning i made an apt-get update and then tvheadend was dead (web server on port 9981 was answering connection refused).
Anyway I wanted to downgrade to the stable relase, so I uninstalled my TVHeadend with an aptitude purge tvheadend and I went on the Download section of this website and I saw that the repository changed to bintray.
I edited my /etc/apt/sources.list and I added the line
deb https://dl.bintray.com/tvheadend/ jessie stable
but when i do an apt-get update it says
W: Failed to fetch https://dl.bintray.com/tvheadend/dists/jessie/stable/binary-armhf/Packages HttpError404
E: Some index files failed to download. They have been ignored, or old ones used instead.
I'm confused, am I adding a wrong source? What is the actual line that I should add to my sources list?
Sorry for the stupid questions and thanks in advance for the answers!
Replies (1)
RE: TVHeadend on Raspberry Pi and new repository - Added by Jason Gao over 8 years ago
You're missing the "/deb/" on the end of the URL. Also, it looks like there aren't any armhf builds for stable, so you might want to try one of the other ones like release:
deb https://dl.bintray.com/tvheadend/deb/ jessie release
Cheers,
Jason