sfuhrm / radiorecorder

Internet radio player and recorder for the command line
Apache License 2.0
30 stars 5 forks source link

HTTP 503 when accessing radiobrowser api #22

Closed sfuhrm closed 1 year ago

sfuhrm commented 1 year ago

When accessing radiobrowser api, the application stops with an HTTP 503 error. Analysis: The endpoint that is used by the application is broken and it is not yet using the auto discovery of endpoints provided by radiobrowser4j.

sfuhrm commented 1 year ago

Fix with version 1.6.6: use endpoint auto discovery to not be stuck with a broken API endpoint.