fivebanger / kodi_addons

5 stars 0 forks source link

no Sound #10

Open kytv76 opened 3 days ago

kytv76 commented 3 days ago

Hi, any radio channel is playing in Kodi 21 on Debian Bookworm. With the radio.de-light plugin it works. Any idea?

fivebanger commented 2 days ago

Without a log file its impossible and just guessing...

kytv76 commented 2 days ago

That is what the log says: EXCEPTION Thrown (PythonToCppException) : -->Python callback/scri pt returned the following error<--

It looks like the plugin starts the jellycon player which won't work. How can I change this?

fivebanger commented 2 days ago

Sorry, but I have no idea why this exception is thrown. The exception is thrown from plugin plugin.video.jellycon. The Radio.de addon has no dependencies to something like plugin.video.jellycon. I have never seen this addon or have installed that addon on one of my systems, I even don't know what this addon is doing.

The Radio.de addon simply extracts the station's stream url from the radio.net website and passes it to Kodi, using a Kodi-like manner (like many other addons doing). At the end it calls xbmcplugin.setResolvedUrl() and that's it.

No idea how this triggers the jellycon addon.

fivebanger commented 2 days ago

Maybe that issue is something that should be reported in the respective jellycon forum. In case this addon relies on keys provided by other addons, the jellycon addon should carefully check if those keys are provided or not. The addon that triggers jellycon (Radio.de in that case) does not know what jellycon needs and how to provide.