Bugzilla – Bug 10448
24382/24401 plugins are no longer downloaded by extension downloader
Last modified: 2011-03-16 04:34:10 UTC
Not sure when (what revision) it stopped or if it is only my setup - but the initial extension downloader worked like a charm! Looking at logs I get plugin error from squeezenetwork: [08-12-23 23:02:10.3856] Slim::Plugin::Extensions::Plugin::removeRepo (170) removing repository http://bpaplugins.googlecode.com/svn/trunk/repo.xml [08-12-23 23:02:10.3865] Slim::Plugin::Extensions::Plugin::getExtensions (242) fetching extensions xml http://www.squeezenetwork.com/public/plugins/repository.xml [08-12-23 23:02:10.3886] Slim::Plugin::Extensions::Plugin::_parseResponse (276) Error parsing http://www.squeezenetwork.com/public/plugins/repository.xml: Bad value in GroupTags: 'details' => 'details' at /usr/local/slimserver/Slim/Plugin/Extensions/Plugin.pm line 257 [08-12-23 23:02:10.3890] Slim::Plugin::Extensions::Plugin::_parseXML (335) searching http://www.squeezenetwork.com/public/plugins/repository.xml title: http://www.squeezenetwork.com/public/plugins/repository.xml for type: plugin target: unix version: 7.3.2 [08-12-23 23:02:10.3893] Slim::Plugin::Extensions::Plugin::_parseXML (388) no plugin entry in http://www.squeezenetwork.com/public/plugins/repository.xml [08-12-23 23:02:10.3897] Slim::Plugin::Extensions::Plugin::_parseXML (391) found 0 extensions [08-12-23 23:02:10.3904] Slim::Plugin::Extensions::Plugin::getExtensions (242) fetching extensions xml http://www.hickinbottom.com/sc-plugins/repo.xml [08-12-23 23:02:10.3924] Slim::Plugin::Extensions::Plugin::_parseResponse (276) Error parsing http://www.hickinbottom.com/sc-plugins/repo.xml: Bad value in GroupTags: 'details' => 'details' at /usr/local/slimserver/Slim/Plugin/Extensions/Plugin.pm line 257 [08-12-23 23:02:10.3929] Slim::Plugin::Extensions::Plugin::_parseXML (335) searching http://www.hickinbottom.com/sc-plugins/repo.xml title: http://www.hickinbottom.com/sc-plugins/repo.xml for type: plugin target: unix version: 7.3.2 [08-12-23 23:02:10.3932] Slim::Plugin::Extensions::Plugin::_parseXML (388) no plugin entry in http://www.hickinbottom.com/sc-plugins/repo.xml [08-12-23 23:02:10.3935] Slim::Plugin::Extensions::Plugin::_parseXML (391) found 0 extensions [08-12-23 23:02:10.3942] Slim::Plugin::Extensions::Plugin::getExtensions (242) fetching extensions xml http://www.squeezenetwork.com/public/plugins/logitech.xml [08-12-23 23:02:10.3962] Slim::Plugin::Extensions::Plugin::_parseResponse (276) Error parsing http://www.squeezenetwork.com/public/plugins/logitech.xml: Bad value in GroupTags: 'details' => 'details' at /usr/local/slimserver/Slim/Plugin/Extensions/Plugin.pm line 257 [08-12-23 23:02:10.3966] Slim::Plugin::Extensions::Plugin::_parseXML (335) searching http://www.squeezenetwork.com/public/plugins/logitech.xml title: http://www.squeezenetwork.com/public/plugins/logitech.xml for type: plugin target: unix version: 7.3.2 [08-12-23 23:02:10.3969] Slim::Plugin::Extensions::Plugin::_parseXML (388) no plugin entry in http://www.squeezenetwork.com/public/plugins/logitech.xml [08-12-23 23:02:10.3972] Slim::Plugin::Extensions::Plugin::_parseXML (391) found 0 extensions
What specific platform is this on? Its working fine for me on osx (r24412). The error messages in the log make me wonder if the xml parsing is working ok on your platform.
Sorry for the delayed feedback to your quick response. This is on an opensolaris clone with ubuntu userspace called nexenta. Everything else seems to work (Deezer, playlists, etc) with my Duet, Classic and Boom. I have Updated perl from 5.8.8 multithread to 5.8.9 singlethreaded. But I'm now diving deeper into perl than I probably should... :) Is it a unix issue or is it a nexenta issue? I really liked the update functionality... Extensions Log still looks similar: [08-12-30 15:02:50.0421] Slim::Plugin::Extensions::Plugin::_parseResponse (276) Error parsing http://gregbrown.net/squeeze/repo.xml: Bad value in GroupTags: 'details' => 'details' at /usr/local/slimserver/Slim/Plugin/Extensions/Plugin.pm line 257 [08-12-30 15:02:50.0427] Slim::Plugin::Extensions::Plugin::_parseXML (335) searching http://gregbrown.net/squeeze/repo.xml title: http://gregbrown.net/squeeze/repo.xml for type: plugin target: unix version: 7.3.2 [08-12-30 15:02:50.0431] Slim::Plugin::Extensions::Plugin::_parseXML (388) no plugin entry in http://gregbrown.net/squeeze/repo.xml [08-12-30 15:02:50.0435] Slim::Plugin::Extensions::Plugin::_parseXML (391) found 0 extensions CPAN test of XML::Simple shows: Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Package Version # perl 5.8.9 # XML::Simple 2.18 # Storable 2.19 # XML::Parser 2.36 # XML::SAX 0.96 # XML::NamespaceSupport 1.09 t/0_Config........ok t/1_XMLin.........ok t/2_XMLout........ok t/3_Storable......ok t/4_MemShare......ok t/5_MemCopy.......ok t/6_ObjIntf.......ok t/7_SaxStuff......ok t/8_Namespaces....ok t/9_Strict........ok t/A_XMLParser.....ok t/B_Hooks.........ok All tests successful. Files=12, Tests=496, 16 wallclock secs ( 5.93 cusr + 0.50 csys = 6.43 CPU) GRANTM/XML-Simple-2.18.tar.gz /usr/bin/make test -- OK cpan[2]>
Could you try change 24431 - this removes the GroupTags clause which your xml parser is complaining about (its not actually needed) I think because of your architecture you are using a different XML parser than most SC installs (which use a different parser behind XML::Simple)
24431 fixes it for me!