2020-04-13, 12:44
(2020-04-13, 10:26)beinhart Wrote: good mornig at all,
I have problems playing some german radio stations like ANTENNE BAYERN or Radio7.
kodi 18.6 is running with libreelec on pi3 and ubuntu 18.04 on nuc.
after choosing the radio station kodi crahes. log says something about curl and it happens
with radio 2.4.2 and radio 3.0.0
Code:2020-04-13 10:01:41.969 T:140460374337280 NOTICE: [plugin.audio.radio_de] get_top_stations started with sizeperpage=50, pageindex=1
2020-04-13 10:01:41.969 T:140460374337280 NOTICE: [plugin.audio.radio_de] __api_call started with path=v2/search/topstations, param={'sizeperpage'$
2020-04-13 10:01:41.970 T:140460374337280 NOTICE: [plugin.audio.radio_de] __urlopen opening url=http://api.radio.de/info/v2/search/topstations?siz$
2020-04-13 10:01:46.441 T:140459572905728 NOTICE: [xbmcswift2] Request for "/station/9111" matches rule for function "get_stream_url"
2020-04-13 10:01:46.441 T:140459572905728 NOTICE: [plugin.audio.radio_de] get_station_by_station_id started with station_id=9111
2020-04-13 10:01:46.441 T:140459572905728 NOTICE: [plugin.audio.radio_de] __api_call started with path=v2/search/station, param={'station': '9111'}
2020-04-13 10:01:46.441 T:140459572905728 NOTICE: [plugin.audio.radio_de] __urlopen opening url=http://api.radio.de/info/v2/search/station?station$
2020-04-13 10:01:46.539 T:140459572905728 NOTICE: [plugin.audio.radio_de] get_stream_url result: https://stream.antenne.de/antenne/stream/mp3?aw_0$
2020-04-13 10:01:48.120 T:140459213039360 ERROR: CCurlFile::FillBuffer - Failed: Error in the HTTP2 framing layer(16)
2020-04-13 10:01:48.171 T:140459213039360 ERROR: Open - error probing input format, https://stream.antenne.de/antenne/stream...st.playeri$
2020-04-13 10:01:48.172 T:140459213039360 ERROR: Init: Error creating demuxer
2020-04-13 10:01:48.172 T:140459213039360 ERROR: CAudioDecoder: Unable to Init Codec while loading file https://stream.antenne.de/antenne/stream/$
2020-04-13 10:01:48.172 T:140459213039360 WARNING: PAPlayer::QueueNextFileEx - Failed to create the decoder
2020-04-13 10:01:48.354 T:140460365944576 NOTICE: [xbmcswift2] Request for "/station/2275" matches rule for function "get_stream_url"
2020-04-13 10:01:48.354 T:140460365944576 NOTICE: [plugin.audio.radio_de] get_station_by_station_id started with station_id=2275
2020-04-13 10:01:48.354 T:140460365944576 NOTICE: [plugin.audio.radio_de] __api_call started with path=v2/search/station, param={'station': '2275'}
2020-04-13 10:01:48.354 T:140460365944576 NOTICE: [plugin.audio.radio_de] __urlopen opening url=http://api.radio.de/info/v2/search/station?station$
Not related to curl but with an issue in kodi regarding the BusyDialog (2 instances at the same time): https://github.com/xbmc/xbmc/issues/16756
Till the moment no kodi developer has yet come up with a proper solution to the issue.