Samuel Mimram wrote: > % cat test.liq > #!./liquidsoap > > on_fail = playlist.safe(id="on_fail","/playlist/on_fail") > % ./test.liq > Line 4, char 1: Unknown error > Fatal error: exception Not_found
This should be corrected in r4614. The "timeout" parameter was missing from the prototype of playlist.safe... BTW, to debug this, I generated a stacktrace in native mode (with ocaml 3.10) with the newly added --enable-backtrace option to the configure. ++ Sam.
