Did that .. now reads

Code:
--------------------
    
  $spotifyd = undef;                                                            
                                                         
                                                                                
                                                                                
                                                                                
                           
  eval { $spotifyd = Proc::Background->new({ 'die_upon_destroy' => 1 }, 
$helperPath, $logfile); };                                       
                                                                                
                                                                                
                                                                                
                           
  # pike debug 201312                                                           
                                                         
  use Data::Dumper;                                                             
                                                         
  $log->error(Dumper $spotifyd);   
  
--------------------


but it doesnt seem to be logging much more. Restarted squeezeserver,
disabled,enabled the plugin, but no dumps in the server.log (and still
nothing in the spotifyd.log).

The only difference is, it doesnt stop trying to connect anymore. It
keeps on saying 
> 
> [13-12-28 15:55:13.9552] Plugins::Spotify::Spotifyd::relogin (214)
> requesting relogin
> [13-12-28 15:55:19.9294] Plugins::Spotify::ProtocolHandler::__ANON__
> (236) error fetching track data: Connect timed out: Transport endpoint
> is not connected
> [13-12-28 15:55:25.9510] Plugins::Spotify::ProtocolHandler::__ANON__
> (236) error fetching track data: Connect timed out: Transport endpoint
> is not connected
> [13-12-28 15:55:31.9294] Plugins::Spotify::ProtocolHandler::__ANON__
> (236) error fetching track data: Connect timed out: Transport endpoint
> is not connected
> [13-12-28 15:55:38.9566] Plugins::Spotify::ProtocolHandler::__ANON__
> (236) error fetching track data: Connect timed out: Transport endpoint
> is not connected
> [13-12-28 15:55:44.9285] Plugins::Spotify::ProtocolHandler::__ANON__
> (236) error fetching track data: Connect timed out: Transport endpoint
> is not connected
> [13-12-28 15:55:51.9762] Plugins::Spotify::ProtocolHandler::__ANON__
> (236) error fetching track data: Connect timed out: Transport endpoint
> is not connected
> 
(last message repeating endlessly)

*-pike


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

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to