On Thu, Jan 6, 2011 at 5:44 PM, Denis Kot <[email protected]> wrote: > # liquidsoap 'output.shoutcast(%mp3, host="localhost", port = 8000, > password = "password", mksafe(playlist("/tmp/main.m3u")))' > Line 1, char 112: Unknown error > Fatal error: exception Cry.Error(1)
Hi Denis, I think you're not having any logs because the error occurs during the initialization of the output, before the whole thing is started. Two things: first, Cry.Error(1) but it means that the connection failed (wrong port, wrong password, exceeded number of mountpoints, etc); second, you shouldn't see this error but an human readable version, and this is probably related to the last weird thing: the output shouldn't be started before that the script finishes execution (this might be related to a recent change by me, I'll investigate). Cheers, -- David ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
