Closed dbeiner closed 4 years ago
@dbeiner The error lies in your custom configuration code. You use crossfade
without providing a fallback afterwards, which is now considered a "fallible" source as of the latest update to Liquidsoap 1.4.2. See their release notes for more information: https://github.com/savonet/liquidsoap/releases/tag/v1.4.2
Hi @SlvrEagle23,
Thank you !
Solved by adding this under the #Crossfade into the custom LiquidSoap configuration :
radio = fallback(id="stationname_safe_fallback", track_sensitive = false, [radio, single(id="error_jingle", "/usr/local/share/icecast/web/error.mp3")])
Ubuntu 18.04.2 LTS, Docker
I already run the update script many times...
Here is my liquidsoap.liq :
Please help me !!! Thank you !