XBMC-Addons / plugin.audio.radio_de

Kodi music plugin to access all radio.de listed radio stations
GNU General Public License v2.0
15 stars 13 forks source link

network_error #59

Open adolf242 opened 5 months ago

adolf242 commented 5 months ago

the plugin stopped working it does not find stations and the ones I save in favorites simply gives network error The internet connection is correct and the stations are broadcasting, checked. Reinstalled plugin and dependencies and persist error Kodi 20 and windows 10

Any change in API or others?

Thanks in advanced

lucky1luc commented 5 months ago

Same error here Kodi version 21.0 (21.0.1) Android TV 11.0.0 api level 30

pixyze commented 5 months ago

same error : LibreElec 11.0.6

leubedane commented 5 months ago

Same here, coreelec and kodi 20.5-nexus

XXXBold commented 5 months ago

Hi, had the same error, guess the plugin doesn't work anymore due to api changes of radio.net... See here: https://forum.kodi.tv/showthread.php?tid=119362&pid=3194906#pid3194906 But there's a (German) fork/alternative Addon (with reduced features, but it generally works) available from the kodinerds repo: https://repo.kodinerds.net/index.php?action=list&scope=cat&item=Plugin%20(Audio) (Radio de light)

Rferreira2k commented 5 months ago

Hi, had the same error, guess the plugin doesn't work anymore due to api changes of radio.net... See here: https://forum.kodi.tv/showthread.php?tid=119362&pid=3194906#pid3194906 But there's a (German) fork/alternative Addon (with reduced features, but it generally works) available from the kodinerds repo: https://repo.kodinerds.net/index.php?action=list&scope=cat&item=Plugin%20(Audio) (Radio de light)

I create a fork in English Version: https://drive.google.com/file/d/1VwoQc3qmoYt7OSOY0vnT76Mjpneu3LqN/view?usp=sharing

Miniontoby commented 2 months ago

OUTDATED

Yeah, the problem is that https://rad.io doesn't seem to exist. It seems like it should be https://radio.net

So here is a quick change you could make:

This file and line: https://github.com/XBMC-Addons/plugin.audio.radio_de/blob/0bd83cfc84db77a71c03f61598bbaccaf5205693/resources/lib/api.py#L28

Replace http://api.rad.io/info with http://api.radio.net/info

Then (re)start kodi.

P.s. I do not know if radio.net is the link that will be used or if rad.io is the domain that should be used, but rad.io doesn't load and radio.net does, so I assume radio.net is the way to go

UPDATE

Update: See my new comment

Zynth-dev commented 2 months ago

Yeah, the problem is that https://rad.io doesn't seem to exist. It seems like it should be https://radio.net

So here is a quick change you could make:

It doesn't help unfortunately...

Xmetalfanx commented 1 month ago

tried that here (thanks for the tip for something that may have worked at one point) but no help

Miniontoby commented 1 month ago

Conclusion: Addon is broken until it has been updated for the new API

Well, it seems like the API is deleted...

Both of these links (which this addon can go to) give a 404 code...

https://api.radio.net/info/v2/search/getgenres https://api.radio.de/info/v2/search/getgenres

Going onto the radio.net website, I see they use https://prod.radio-api.net/ URL now... and it doesn't make use of the /info/v2/ stuff... so this addon is no longer going to work at all.

Someone shall have to update this addon, but I am not going to do it.