![]() |
Solved Kodi mirror list.html? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: Solved Kodi mirror list.html? (/showthread.php?tid=347151) |
Kodi mirror list.html? - bugwelle - 2019-09-10 Hi, where can I find a list of all mirrors that are reachable? I tried to run download-dependencies.bat on Windows and got a message that I should try to switch the mirror used for downloading all of Kodi's dependencies. Problem is, it tells me to look at http://mirrors.kodi.tv/list.html (see GitHub) which itself redirects to http://ftp.halifax.rwth-aachen.de/xbmc/list.html (probably the nearest mirror?) I get a 404. Does list.html exist? All other downloads from that mirror work, e.g. http://ftp.halifax.rwth-aachen.de/xbmc/releases/darwin/ios-arm64/org.xbmc.kodi-ios_18.4-0_iphoneos-arm64.deb Is it mirror-specific, i.e. will the next sync fix this issue? A list.html does not exist on http://rsync.xbmc.org/ as well, though. Thanks. PS: Simply ran download-dependencies.bat again and it worked. I'm just wondering where to find such list. :-) Regards, Andre RE: Kodi mirror list.html? - Kib - 2019-09-10 The correct location for the mirrorlist is http://mirrors.kodi.tv/timestamp.txt?mirrorlist It needs to be updated in the batch file. Could you submit a PR ? RE: Kodi mirror list.html? - bugwelle - 2019-09-10 (2019-09-10, 18:14)Kib Wrote: The correct location for the mirrorlist is http://mirrors.kodi.tv/timestamp.txt?mirrorlistThank you. PR: https://github.com/xbmc/xbmc/pull/16598 |