I've been a fan of LMS for some time, running the package locally on Synology (community package, beta version as that was the only one that seemed to work). I'd like to be running this in docker instead, but can't seem to get that working. I've tried dozens of docker images and feel like I must be missing something obvious - has anyone gotten a new version of LMS working in this way?
using: registry hub docker com / r / gfjardim/logitechmediaserver
runs the following in logs forever without the frontend becoming available
Slim::Utils::PluginManager::_parseInstallManifest (658) Warning: Unable to parse XML in file [/usr/share/perl5/Slim/Plugin/Rescan/install.xml]: [Can't use string ("1") as an ARRAY ref while "strict refs" in use at /usr/share/squeezeboxserver/CPAN/XML/Simple.pm line 231.
using: registry hub docker com / r / apnar/logitech-media-server
I get the following thrown into the logs, and then the container stops
YAML::XS::LoadFile (48) Warning: Usage: YAML::XS::LibYAML::Load(yaml_sv) at /usr/share/squeezeboxserver/CPAN/YAML/XS.pm line 48.
I've tried dozens of containers with various configs. Any advice or suggestions would be most appreciated!
Edit: I do run other apps within docker without difficulty on this device.
using: registry hub docker com / r / gfjardim/logitechmediaserver
runs the following in logs forever without the frontend becoming available
Slim::Utils::PluginManager::_parseInstallManifest (658) Warning: Unable to parse XML in file [/usr/share/perl5/Slim/Plugin/Rescan/install.xml]: [Can't use string ("1") as an ARRAY ref while "strict refs" in use at /usr/share/squeezeboxserver/CPAN/XML/Simple.pm line 231.
using: registry hub docker com / r / apnar/logitech-media-server
I get the following thrown into the logs, and then the container stops
YAML::XS::LoadFile (48) Warning: Usage: YAML::XS::LibYAML::Load(yaml_sv) at /usr/share/squeezeboxserver/CPAN/YAML/XS.pm line 48.
I've tried dozens of containers with various configs. Any advice or suggestions would be most appreciated!
Edit: I do run other apps within docker without difficulty on this device.
Comment