Huey11 wrote: > Hi Marco, did you address me? What do you mean by code? It still works > like that for me... Now on a new server, not in a docker, but baremetal > latest armbian for my bananpipro (linux 5.3.9-sunxi). For testing > purposes I now use the repository install again (used manual plugin > install before due to repo problems ánd the fact that repo install > ofcourse on update replaces Scan.pm back). I therefore now manually > remove the Scan.pm after install (and force ofcourse a restart of lms > server, so the plugin reloads without this Scan.pm!) > > No problems here. > > Regards
I'm triyng to replicat ewhat you did: 1. remove Audio:Scan from .../Plugins/C3PO/lib 2. restart that way, in a RPI 3+ with gentoo 64bit installed, it loads the file located in .../lib/Audio::Scan.pm that contains the test: Code: -------------------- package Audio::Scan; use strict; our $VERSION; require XSLoader; BEGIN { foreach ('0.99', '0.93', '0.95', '0.94') { eval { XSLoader::load('Audio::Scan', $_); }; if (!$@) { $VERSION = $_; last; } } } -------------------- and fails. Seems to me you are loading another version of Audio::Scan.pm, maybe from CPAN and I could not understand how it happens. I've got no ARM to test here, so I'm depending on correct pieces of information coming from the users, could you please explain what you did step by step? is there, in your LMS STANDARD installation, NOT in the plugin, the file .../lib/Audio/scan.pm at all? If so, could you please post the first ten lines? thanks ________________________________________________________________________ Author of C-3PO plugin, Squeezelite-R2, Falcon Web interface - See www.marcoc1712.it ------------------------------------------------------------------------ marcoc1712's Profile: http://forums.slimdevices.com/member.php?userid=34842 View this thread: http://forums.slimdevices.com/showthread.php?t=105309
_______________________________________________ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter