Cannot Install Kodi 14.2 - Mirrors error
#1
Hi There,

Does anyone have a solution to this? Err http://mirrors.kodi.tv ./ Release.gpg Bad URL

When I try to install Kodi, I am getting several errors with respect to "mirrors.kodi.tv"!

See below for a copy of my putty output!

Thanks!

login as: root
[email protected]'s password:
Apple-TV:~ root# wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -
--2015-07-29 21:54:29-- http://apt.awkwardtv.org/awkwardtv.pub
Resolving apt.awkwardtv.org... 198.100.123.139
Connecting to apt.awkwardtv.org|198.100.123.139|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1698 (1.7K)
Saving to: 'STDOUT'

- 100%[==========================================================================>] 1.66K --.-KB/s in 0s

2015-07-29 21:54:30 (11.4 MB/s) - written to stdout [1698/1698]

OK
Apple-TV:~ root# echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list
Apple-TV:~ root# echo "deb http://mirrors.kodi.tv/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list
Apple-TV:~ root# apt-get update
Hit http://apt.awkwardtv.org stable Release.gpg
Err http://mirrors.kodi.tv ./ Release.gpg
Bad URL
Ign http://mirrors.kodi.tv ./ Release
Ign http://mirrors.kodi.tv ./ Packages
Hit http://apt.awkwardtv.org stable Release
Ign http://mirrors.kodi.tv ./ Packages
Err http://mirrors.kodi.tv ./ Packages
Bad URL
Hit http://apt.awkwardtv.org stable/main Packages/DiffIndex
W: Failed to fetch http://mirrors.kodi.tv/apt/atv2/./Release.gpg Bad URL

W: Failed to fetch http://mirrors.kodi.tv/apt/atv2/./Packages.gz Bad URL

E: Some index files failed to download, they have been ignored, or old ones used instead.
Apple-TV:~ root#
Reply
#2
That Makes us 2
Reply
#3
I was trying to install Kodi on Cydia with an iPad 3 and i have that same error even with my iPhone with Kodi already installed if I access Cydia i got a "Failed to Fetch http://mirrors.kodi.tv/apt/ios/./Release.gpg Bad URL" any Clues? Thanks
Reply
#4
Having the same issue here. Can't get 14.2 on my Apple TV 2. Even tried installing software 14.1 to no avail.. If anyone has any clues to a fix, I'd be eternally grateful!
Reply
#5
the Release.gpg is not on the server anymore it seems

also, why are you adding a fake dir in the middle?

"deb http://mirrors.kodi.tv/apt/ atv2" makes more sense
Reply
#6
(2015-07-30, 08:43)Kib Wrote: the Release.gpg is not on the server anymore it seems

also, why are you adding a fake dir in the middle?

"deb http://mirrors.kodi.tv/apt/ atv2" makes more sense

That doesn't sound good.. Does that mean that the Apple TV 2 is now officially obsolete? I mean, I knew that development had stopped.. But always imagined installation via older builds would still be possible. BUMMER.
Reply
#7
We switched the mirror system yesterday. Likely it is just missing a redirect. Don't worry yet.
Reply
#8
I'll leave it to you higher beings then. Thanks for all the great work!
Reply
#9
There was never a release.gpg there, we do not have one.
In the old mirror it was explicitely put to 404

This should work, please retry.

If you get the same issue, please do
Quote:curl -i http://mirrors.kodi.tv/apt/atv2/./Packages.gz
and post the output.
Reply
#10
(2015-07-30, 09:18)Kib Wrote: There was never a release.gpg there, we do not have one.
In the old mirror it was explicitely put to 404

This should work, please retry.

If you get the same issue, please do
Quote:curl -i http://mirrors.kodi.tv/apt/atv2/./Packages.gz
and post the output.

Awesome, thanks! So just follow the "installing from the command line" instructions in the KODI tutorial, or use the instructions from the installing from "development and custom builds" section?
Reply
#11
Still having the same issue.. Here's what I get when i run the curl command:

Apple-TV:~ root# curl -i http://mirrors.kodi.tv/apt/atv2/./Packages.gz
HTTP/1.1 301 Moved Permanently
Server: nginx/1.6.2
Date: Thu, 30 Jul 2015 07:25:52 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 56
Connection: keep-alive
Location: /apt/atv2/Packages.gz

<a href="/apt/atv2/Packages.gz">Moved Permanently</a>.
Reply
#12
That is correct, you get redirected because you added a dummy foldername. (by using ./ as a location name - is that in our documentation somewhere ? because it is weird!)

please follow the file
Quote:curl -i http://mirrors.kodi.tv/apt/atv2/Packages.gz

I do nopt have an apple TV to test but i can definitely download the Packages.gz from everywhere
Reply
#13
(2015-07-30, 10:17)Kib Wrote: That is correct, you get redirected because you added a dummy foldername. (by using ./ as a location name - is that in our documentation somewhere ? because it is weird!)

please follow the file
Quote:curl -i http://mirrors.kodi.tv/apt/atv2/Packages.gz

I do nopt have an apple TV to test but i can definitely download the Packages.gz from everywhere

It is weird! I'm not adding anything extra on my end, just following the basic command line install instructions on the kodi tutorial, and it's adding that ./ automatically.

Will give it another go. Thanks again.
Reply
#14
I ran the curl command again like you said, and got this:

Apple-TV:~ root# curl -i http://mirrors.kodi.tv/apt/atv2/Packages.gz
HTTP/1.1 302 Found
Server: nginx/1.6.2
Date: Thu, 30 Jul 2015 08:21:27 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 83
Connection: keep-alive
Link: <http://mirror.umd.edu/xbmc/apt/atv2/Packages.gz>; rel=duplicate; pri=1; geo=us
Link: <http://mirror.gtlib.gatech.edu/pub/xbmc/apt/atv2/Packages.gz>; rel=duplicate; pri=2; geo=us
Link: <http://xbmc.os6.org/xbmc/apt/atv2/Packages.gz>; rel=duplicate; pri=3; geo=us
Link: <http://mirror.us.leaseweb.net/xbmc/apt/atv2/Packages.gz>; rel=duplicate; pri=4; geo=us
Location: http://mirrors.syringanetworks.net/xbmc/...ackages.gz

<a href="http://mirrors.syringanetworks.net/xbmc/apt/atv2/Packages.gz">Found</a>.

And I'm still getting this when trying to install by command line:

W: Failed to fetch http://mirrors.kodi.tv/apt/atv2/./Release.gpg Bad URL

W: Failed to fetch http://mirrors.kodi.tv/apt/atv2/./Packages.gz Bad URL
Reply
#15
And what about for the iPad 3? What should i do? Is there another way to install Kodi?
Reply

Logout Mark Read Team Forum Stats Members Help
Cannot Install Kodi 14.2 - Mirrors error0