Kodi Community Forum
Kodi 18.4 Leia crashes on 404 for radio stream - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Kodi 18.4 Leia crashes on 404 for radio stream (/showthread.php?tid=347815)



Kodi 18.4 Leia crashes on 404 for radio stream - sba923 - 2019-10-02

Hi,

I'm using the Radio add-on to listen to web radios, but I'm not sure this is add-on related, so I'm posting here.

It seems that recently the French radio "France Info" has changed its stream URL.

The one that's picked by the add-on is http://chai5she.cdn.dvmr.fr/franceinfo-midfi.mp3 which is now a 404.

When attempting to play that URL, Kodi 18.4 Leia (both on Windows and Raspberry Pi) crashes.

Here's the end of the log:

2019-10-02 12:52:09.225 T:1899517424   ERROR: CBinaryAddonManager::GetInstalledAddonInfo: Requested addon '' unknown as binary
2019-10-02 12:56:09.700 T:1672102112  NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder mp3float
2019-10-02 19:52:24.366 T:1899517424  NOTICE: Previous line repeats 10 times.
2019-10-02 19:52:24.366 T:1899517424   ERROR: Control 50 in window 10502 has been asked to focus, but it can't
2019-10-02 19:52:25.348 T:1714589920  NOTICE: [xbmcswift2] Request for "/stations/my/" matches rule for function "show_my_stations"
2019-10-02 19:52:25.348 T:1714589920  NOTICE: [plugin.audio.radio_de] __add_stations started with 16 items
2019-10-02 19:52:27.853 T:1714589920  NOTICE: [xbmcswift2] Request for "/station/4232" matches rule for function "get_stream_url"
2019-10-02 19:52:27.854 T:1714589920  NOTICE: [plugin.audio.radio_de] get_station_by_station_id started with station_id=4232
2019-10-02 19:52:27.854 T:1714589920  NOTICE: [plugin.audio.radio_de] __api_call started with path=broadcast/getbroadcastembedded, param={'broadcast': '4232'}
2019-10-02 19:52:27.854 T:1714589920  NOTICE: [plugin.audio.radio_de] __urlopen opening url=http://rad.io/info/broadcast/getbroadcastembedded?broadcast=4232
2019-10-02 19:52:28.775 T:1714589920  NOTICE: [plugin.audio.radio_de] get_stream_url result: http://chai5she.cdn.dvmr.fr/franceinfo-midfi.mp3
2019-10-02 19:52:28.781 T:1899517424   ERROR: CBinaryAddonManager::GetInstalledAddonInfo: Requested addon '' unknown as binary
2019-10-02 19:52:28.999 T:1343160544   ERROR: CCurlFile::Open failed with code 404 for http://chai5she.cdn.dvmr.fr/franceinfo-midfi.mp3:
2019-10-02 19:52:29.044 T:1343160544   ERROR: Previous line repeats 1 times.
2019-10-02 19:52:29.044 T:1343160544   ERROR: Open - failed to open source <http://chai5she.cdn.dvmr.fr/franceinfo-midfi.mp3>
2019-10-02 19:52:29.045 T:1343160544   ERROR: Init: Error opening file plugin://plugin.audio.radio_de/station/4232
2019-10-02 19:52:29.045 T:1343160544   ERROR: CAudioDecoder: Unable to Init Codec while loading file http://chai5she.cdn.dvmr.fr/franceinfo-midfi.mp3
2019-10-02 19:52:29.045 T:1343160544 WARNING: PAPlayer::QueueNextFileEx - Failed to create the decoder


Of course, my workaround is to create a custom station with the correct URL, but Kodi really shouldn't crash in such a case!