Kodi Community Forum
Help with simple script.hello.world - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: Help with simple script.hello.world (/showthread.php?tid=317877)



Help with simple script.hello.world - pmezey - 2017-07-08

Can't seem to get this to work. I've got a new installation of koi 17.3 on libreelec 8.0.2 on a Raspberry pi. I believe I've followed all the tutorials out there accurately. Copied script.hello.world.zip to the downloads directory on the pi, from the Kodi GUI went into Add-ons and Install from zip file, and it reports "Failed to install Add-on from zip file". The kodi.log file reports the following:

03:57:45.468 T:1962004480 DEBUG: ProcessMouse: trying mouse action leftclick
03:57:45.707 T:1962004480 DEBUG: ------ Window Deinit (FileBrowser.xml) ------
03:57:45.719 T:1962004480 DEBUG: CAddonInstaller: installing from zip '/storage/downloads/script.hello.world.zip'
03:57:45.736 T:1962004480 DEBUG: ------ Window Init (DialogNotification.xml) ------
03:57:45.736 T:1930425248 NOTICE: CAESinkPi:AddPackets Underrun (delay:0.00 frames:2205)
03:57:51.471 T:1962004480 DEBUG: ------ Window Deinit (DialogNotification.xml) ------
03:57:52.268 T:1962004480 DEBUG: ------ Window Deinit (Pointer.xml) ------

I can unzip the zip file myself and it all looks good. Any suggestions?