100FM Radius Digital python script error

  • Hello...

    I am trying to get a Webradio going...

    So first i was looking for my good old frined accuradio but that seems to be gone...

    Now i tried 100FM Radius Digital but that stops with an error...

    I logged around a little and found that it crashed whyn the player tried to open in the /storage/.kodi/addons/script.100/addon.py file

    So i was looking if there is a different version around but nope...

    Since my developer days are over, my python reading is ok, but i dont know which player it states in the import section on top...

    Also my background in odi/libreelec is to limited to really trouble shoot...

    Any ideas?

    Thx in advance!!!

  • Hello...i am still trying to fix this and checked what needs to be installed to have the add-on working...

    and found:

    xbmc.python (>= 2.24.0)

    script.module.requests (>= 2.9.1)

    script.module.elementtree (>= 1.2.8)

    How do i check if this stuff is installed?

    In the information section of the add-on, these are not mentioned...

    And since the add-on is crashing, something has to be wrong...

    Does anyone have this add-on running?

  • In ssh console type

    Code
    sed -i "s|self.setCoordinateResolution|# self.setCoordinateResolution|g" /storage/.kodi/addons/script.100fm/player.py

    and addon will start and probably work.

  • Next time look into kodi.log file. There was and error at that line. Seems setCoordinateResolution method is not available anymore (in Kodi I assume).

    This addon was made for Kodi Krypton and it is luck that works for Leia too.