Solved BuildRoot kodi-plugin-video-youtube-5.1.17 not found
-
Hello,
I tried to build 4.1.X version following instructions from her link text. After 4 hours I got this error ;-(
kodi-plugin-video-youtube 5.1.17 Downloading
--2016-12-11 17:03:22-- http://mirrors.kodi.tv/addons/jarvis/plugin.video.youtube/plugin.video.youtube-5.1.17.zip
Resolving mirrors.kodi.tv (mirrors.kodi.tv)... 104.25.94.12, 104.25.95.12, 2400:cb00:2048:1::6819:5f0c, ...
Connecting to mirrors.kodi.tv (mirrors.kodi.tv)|104.25.94.12|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-12-11 17:03:22 ERROR 404: Not Found.--2016-12-11 17:03:22-- http://sources.buildroot.net/plugin.video.youtube-5.1.17.zip
Resolving sources.buildroot.net (sources.buildroot.net)... 176.9.16.109
Connecting to sources.buildroot.net (sources.buildroot.net)|176.9.16.109|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-12-11 17:03:23 ERROR 404: Not Found.package/pkg-generic.mk:113: recipe for target '/home/lesoquiaque/recalbox-buildroot-rpi3/output/build/kodi-plugin-video-youtube-5.1.17/.stamp_downloaded' failed
make[1]: *** [/home/lesoquiaque/recalbox-buildroot-rpi3/output/build/kodi-plugin-video-youtube-5.1.17/.stamp_downloaded] Error 1
Makefile:36: recipe for target '_all' failed
make: *** [_all] Error 2I use Ubuntu 16.04 fresh install on virtualbox vm
Thx
-
Hi,
the same happened to us. You may look for the archive by yourself on the net and add it to your dl folder, then resume the compilation with
make
-
Thank you