Kodi Community Forum

Full Version: Help with simple script.hello.world
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?