karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
525 stars 155 forks source link

V2.0 R1 error #202

Closed Jambola77 closed 3 years ago

Jambola77 commented 3 years ago

I have upgraded to version V2.0 R1 and now the playing stopps directly after it started:


##CLI.NAMESET#: 7 Antenne Vorarlberg Lounge
##CLI.URLSET#: http://webradio.antennevorarlberg.at
##CLI.PATHSET#: /lounge.m3u
##CLI.PORTSET#: 80
##CLI.OVOLSET#: 0
##CLI.VOL#: 220
##CLI.URLSET#: http://HTTP
##CLI.PATHSET#: /1.0 200 OK
##CLI.PORTSET#: 80
##CLI.STOPPED# from C_PLIST
##CLI.STOPPED# from clientConnect
##CLI.ICY0#: gethostbynam

Configured URL is: http://webradio.antennevorarlberg.at:80/lounge.m3u

It worked before and the station URL is correct. Any idea?

karawin commented 3 years ago

For non https station the url must be webradio.antennevorarlberg.at without http:// WRONG

CLI.URLSET#: http://webradio.antennevorarlberg.at

OK

CLI.URLSET#: webradio.antennevorarlberg.at

CLI.PATHSET#: /

CLI.PORTSET#: 80

CLI.OVOLSET#: 0

CLI.VOL#: 56

CLI.PLAYING

Jambola77 commented 3 years ago
radio

I cannot add a station without http in the list. When I remove the http://, I have a blank URL.

When I add the full URL without http:// it looks like this: image

karawin commented 3 years ago

It is normal to have the http:// in the full url. It is parsed correctly in Url, Port Path. You can save it as it is.

Jambola77 commented 3 years ago

No, it does not work. Still the same error.

Jambola77 commented 3 years ago

I have now inserted "webradio.antennevorarlberg.at/lounge.m3u" in the radio tab in the field "Instant Play" and got the same error (gethostbyname).

karawin commented 3 years ago

yes that strange. I will try to find. Thanks

Jambola77 commented 3 years ago

It worked perfectly with V1.9 R9.

karawin commented 3 years ago

Found. Update. It is a 2.1 R0 but not official yet ;-) Thanks

Jambola77 commented 3 years ago

Issue ist fixed. Thanks a lot!