Hi, I wonder if you can help. I am running Icecast 2.4.4, Ices 2.0.2 and libshout 2.4.3. There has been a recent upgrade to libshout and I notice that my previous ices configuration no longer works. In the ices log I get the error message: [2019-07-10 11:10:30] INFO ices-core/main IceS 2.0.2 started... [2019-07-10 11:10:30] INFO signals/signal_usr1_handler Metadata update requested [2019-07-10 11:10:30] INFO playlist-basic/playlist_basic_get_next_filename Loading playlist from file "playlist.txt" [2019-07-10 11:10:30] EROR stream/ices_instance_stream libshout error: Nonsensical arguments I have checked the githib repo for any know issues, and wonder if you can advise. Thank you Chris PS. Ices configuration attached. -------------- next part -------------- A non-text attachment was scrubbed... Name: config.xml Type: application/xml Size: 1149 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190710/0b94e65c/attachment.xml> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190710/0b94e65c/attachment.sig>
Good evening, On Wed, 2019-07-10 at 11:20 +0100, Chris Calvey wrote:> Hi, > > I wonder if you can help. I am running Icecast 2.4.4, Ices 2.0.2 and > libshout 2.4.3. There has been a recent upgrade to libshout and I > notice that my previous ices configuration no longer works.Do you know which version of libshout you ran before the update?> In the > ices log I get the error message: > > [2019-07-10 11:10:30] INFO ices-core/main IceS 2.0.2 started... > [2019-07-10 11:10:30] INFO signals/signal_usr1_handler Metadata > update requested > [2019-07-10 11:10:30] INFO > playlist-basic/playlist_basic_get_next_filename Loading playlist from > file "playlist.txt" > [2019-07-10 11:10:30] EROR stream/ices_instance_stream libshout > error: Nonsensical argumentsThis sounds like there is invalid config passed to libshout.> I have checked the githib repo for any know issues, and wonder if you > can advise.We do not do any Issue tracking on Github nor use Github for anything else beside a public mirror. Issue tracking happens here: https://gitlab.xiph.org/xiph/icecast-libshout/issues But not, nothing that comes to mind. In your config you set the mount point to a invalid path. Mounts must start with a slash. Also your URL metadata (which should point to your homepage) does have extra new lines around the actual URL. This is invalid. The station metadata must not include line breaks of any kind. With best regards, -- Philipp Schafft (CEO/Geschäftsführer) Telephon: +49.3535 490 17 92 Löwenfelsen UG (haftungsbeschränkt) Registration number: Bickinger Straße 21 HRB 12308 CB 04916 Herzberg (Elster) VATIN/USt-ID: Germany DE305133015 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: This is a digitally signed message part URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190711/c4e9708c/attachment.sig>
Thank you Philipp, it was the extra new lines around the URL. Not sure how it got changed like that! All working again now. Regards Chris On Thu, Jul 11, 2019 at 08:32:47PM +0000, Philipp Schafft wrote:> Good evening, > > > On Wed, 2019-07-10 at 11:20 +0100, Chris Calvey wrote: > > Hi, > > > > I wonder if you can help. I am running Icecast 2.4.4, Ices 2.0.2 and > > libshout 2.4.3. There has been a recent upgrade to libshout and I > > notice that my previous ices configuration no longer works. > > Do you know which version of libshout you ran before the update? > > > > In the > > ices log I get the error message: > > > > [2019-07-10 11:10:30] INFO ices-core/main IceS 2.0.2 started... > > [2019-07-10 11:10:30] INFO signals/signal_usr1_handler Metadata > > update requested > > [2019-07-10 11:10:30] INFO > > playlist-basic/playlist_basic_get_next_filename Loading playlist from > > file "playlist.txt" > > [2019-07-10 11:10:30] EROR stream/ices_instance_stream libshout > > error: Nonsensical arguments > > This sounds like there is invalid config passed to libshout. > > > > I have checked the githib repo for any know issues, and wonder if you > > can advise. > > We do not do any Issue tracking on Github nor use Github for anything > else beside a public mirror. Issue tracking happens here: > https://gitlab.xiph.org/xiph/icecast-libshout/issues > > But not, nothing that comes to mind. > > In your config you set the mount point to a invalid path. Mounts must > start with a slash. Also your URL metadata (which should point to your > homepage) does have extra new lines around the actual URL. This is > invalid. The station metadata must not include line breaks of any kind. > > > With best regards, > > > -- > Philipp Schafft (CEO/Gesch??ftsf??hrer) > Telephon: +49.3535 490 17 92 > > L??wenfelsen UG (haftungsbeschr??nkt) Registration number: > Bickinger Stra??e 21 HRB 12308 CB > 04916 Herzberg (Elster) VATIN/USt-ID: > Germany DE305133015> _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190712/67aa0406/attachment.sig>