foreverguest / repository.foreverguest

13 stars 0 forks source link

script.module.decorator missing in LibreELEC #11

Closed fermulator closed 5 years ago

fermulator commented 5 years ago

Hello,

Have enjoyed your plugin for Google Music on other full-fledged Linux systems (Ubuntu). This week on a different device got LibreELEC running which latest stable is Kodi Krypton.

~ # cat /etc/issue
##############################################
#                  LibreELEC                 #
#            https://libreelec.tv            #
##############################################

LibreELEC (official): 8.2.5 (Generic.x86_64)

Followed typical instructions to get this addon into that system (i.e. https://www.kodireviews.com/google-music-addon/)

Upon attemping to install addon from foreverguest repo, error about dependency on script.module.decorator.

Full logs:

22:20:16.382 T:140513283237632   ERROR: CAddonInstallJob[plugin.audio.googlemusic.exp]: The dependency on script.module.decorator version 3.4.0 could not be satisfied.

This addon is definitely not present by default

~/.kodi/addons # ls -al | grep decorator
(NO RESULT)

On my OTHER system, it is definitely present

~/.kodi/addons/script.module.decorator$ ls -al
total 44
drwxr-xr-x   3 multimedia multimedia  4096 Jan  1  2017 .
drwxr-xr-x 222 multimedia multimedia 12288 Dec  2 00:00 ..
-rw-rw-r--   1 multimedia multimedia   690 Jan  1  2017 addon.xml
-rw-rw-r--   1 multimedia multimedia    40 Jan  1  2017 changelog.txt
-rw-rw-r--   1 multimedia multimedia  7237 Jan  1  2017 icon.png
drwxr-xr-x   2 multimedia multimedia  4096 Jan  1  2017 lib
-rw-rw-r--   1 multimedia multimedia  1311 Jan  1  2017 LICENSE.txt
-rw-rw-r--   1 multimedia multimedia    56 Jan  1  2017 README.md

~/.kodi/addons/script.module.decorator$ grep version addon.xml 
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
       version="3.4.0"
    <import addon="xbmc.python" version="2.1.0"/>

Thoughts? Googling around for this exact error yielded nearly no fruit. I could attempt to scp the files from the other system over to hack/workaround; but I suspect we have a dependency issue here for minimal Kodi installations such as LibreELEC based.

fermulator commented 5 years ago

Also of note, if I search specifically for this addon, it DOES link us to: https://mirrors.kodi.tv/addons/krypton/script.module.decorator/ , but that link is dead

(wondering if this is a dead addon or what the state is)

fermulator commented 5 years ago

I tried the workaround. Shoving that addon into the system did not help ;/ hm.

foreverguest commented 5 years ago

It seems to be removed from the official repository. I'll add it to my repository soon.

foreverguest commented 5 years ago

Module added.

fermulator commented 5 years ago

Seeing it in https://github.com/foreverguest/repository.foreverguest/commit/69fca71a9f7bb4009b6f6cd00207acd2adecdc5f

fermulator commented 5 years ago

(do you need to build/deliver before its public/avail?)

foreverguest commented 5 years ago

It should be available. Tested with success here.

fermulator commented 5 years ago

VERIFIED FIX! (worked today)

(my 2 days ago post I guess it had not yet somehow been refreshed, or the Kodi system was pull from a cache not sure)

fermulator commented 5 years ago

(er, i dunno how to "mark as fixed", for some reason "CLOSE" appears to indicate "not fixed")