rowene wrote: > Hi, > I cannot get this plugin to work, so looking for help. I'm on a vanilla > ReadyNAS Ultra2 Plus with latest LMS on latest OS (Radiator v4.2.27) > which means Perl 5.8.8. The error I get on playing a YouTube video is > below > > Code: -------------------- > > [15-10-14 22:41:23.8329] main::init (383) Starting Logitech Media Server (v7.9.0, 1444318731, Mon Oct 12 04:17:48 UTC 2015) perl 5.008008 > [15-10-14 22:42:17.7892] Slim::Networking::IO::Select::__ANON__ (131) Error: Select task failed calling Slim::Networking::Async::HTTP::_http_read_body: Can't locate object method "BINMODE" via package "IO::Socket::SSL::SSL_HANDLE" at /usr/share/perl5/Slim/Player/Song.pm line 622. > ; fh=Slim::Networking::Async::Socket::HTTPS=GLOB(0xd370ce4) -------------------- > > > I'm guessing I'm missing some SSL library - any idea what? Effectively > I think the complaint is that SqueezeServer is trying to use BINMODE > but IO::Socket::SSL doesn't support it. > Thanks, > Neville > LMS 7.9 on ReadyNAS, 3 Booms, 1 Receiver, 1 Pi running PiCorePlayer > (really great, to be recommended as a Receiver replacement), various > SqueezePlay on PCs, iPeng & Squeezer on phones, etc
What version of SSL are you using in your Perl distribution ? Obviously, LMS tries to set socket in binmode to do some seek (that's what I see in the LMS code). I've replaced the IO::Socket::INET by IO::Socket::SSL, and in your case, this object does not contain a method binmode. That methods seems to be present in most SSL Perl package. Sorry, I know I'm not telling you anything more than what you already saw, but checking that there is no new SSL package for that Perl system is the only option I see. I don't have access to a ReadyNAS Ultra2 to check LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1, PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne (sort of) ------------------------------------------------------------------------ philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=87731 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
