Kuben72;382428 Wrote: > I have just upgraded to 7.3.2 and I can't get the plugin to work. When I > want to choose another player on the SBCs menu the > just keeps turning > around and nothing else happens. I have tried the same from one of my > SB3 and with the same result. > > In the log file I get the following log entry: > > [09-01-10 23:41:40.0721] Slim::Control::Request::execute (1889) Error: > While trying to run function coderef > [Plugins::OtherPlayers::Plugin::opPlayerMenu]: [Undefined subroutine > &Slim::Player::Sync::isSyncedWith called at > Plugins/OtherPlayers/Plugin.pm line 127. > ] > > Hope you have a fix because this is one of my favorit plugins. > > EDIT: Forgot to tell you it is version 0.5.2 and it has been downloaded > from with the SC plugin downloader. > > P.s: And why do you distribute your svn directory?
I think you must have somehow got the wrong version installed. 0.5.2 does not contain isSyncedWith anywhere in Plugin.pm. Line 127 of Plugin.pm is 'my $sync = $client->controller()->master() == $otherClient;'. Not sure what's happened here, but you probably need to check the manual Plugins directory for rogue OtherPlayers directories and maybe clear the cache? I'm afraid I don't know enough about how ExtensionDownloader works to offer more advice. I don't normally distribute my .svn directory - I must have forgotten to run an export when creating the zip for 0.5.2. If you still can't get the plugin working, you could try deleting the .svn directory, but I can't think why it would cause the problems you're experiencing. Max -- max.spicer Some people think the title of this song is irrelevant, but it's not irrelevant - it's a hippopotamus. ------------------------------------------------------------------------ max.spicer's Profile: http://forums.slimdevices.com/member.php?userid=23 View this thread: http://forums.slimdevices.com/showthread.php?t=57617 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
