On the pinned savonet/liquidsoap:v2.4.5 image, `source.on_track` no longer exists as a module function — on_track is a method on the source value. The old `music = source.on_track(music, …)` form fails type-checking, so the whole radio.liq is rejected and the stream container never starts. Register the handler in place via the method form instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Dockerfile | ||
| index.html | ||
| radio.liq | ||