Hi Nicholas, > I keep getting variations on: > > vrtisworks@audiobox /var/audiobox $ ./trySoap.sh > At line 41, char 25: > this value has type > (?id:_,?replay_metadata:_,?track_sensitive:_,?transitions:_,_)->_ > (infered at line 19, char 17-18) > but it should be a subtype of (the type of the value at line 41, char > 19-25) > ref(_) > vrtisworks@audiobox /var/audiobox $
the above error ".. infered at line 19 .." seems to refer to this line: radio = fallback() As far as I understand liquidsoap's scripting language, the above is not an empty stream, but it is a function call with partial parameters. Thus "radio" is a "fallback" function call waiting for its required parameters. You will surely want to add the streams to be used for the fallback function, or? Or maybe "fallback" is not the function you were looking for? I hope this helps. Cheers, Lars ------------------------------------------------------------------------------ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
