Mark Miksis;645760 Wrote: 
> I think I'm missing something simple

Try adding this to the perl code and restarting - the perl side thinks
it fails for some reason:


Code:
--------------------
    
  --- /home/adrian/plugins/Spotify//Spotifyd.pm   2011-07-16 14:24:25.000000000 
+0100
  +++ Plugins/Spotify//Spotifyd.pm        2011-08-01 01:09:39.000000000 +0100
  @@ -85,6 +85,10 @@
  
  eval { $spotifyd = Proc::Background->new({ 'die_upon_destroy' => 1 }, 
$helperName, $logfile); };
  
  +               if ($@) {
  +                       $log->warn($@);
  +               }
  +
  if ($spotifydChecker) {
  Slim::Utils::Timers::killSpecific($spotifydChecker);
  }
  
--------------------


-- 
Triode
------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to