Is this something I need to worry about?

6.3 on SUSE 10.1, the log shows:
mplayer: Connection refused
2006-07-07 14:43:05.3655 Backtrace:

frame 0: Slim::Utils::Misc::assert (Slim/Networking/Slimproto.pm
line 399)
frame 1: Slim::Networking::Slimproto::process_slimproto_frame
(Slim/Networking/Slimproto.pm line 256)
frame 2: Slim::Networking::Slimproto::client_readable
(Slim/Networking/Select.pm line 141)
frame 3: Slim::Networking::Select::select
(/usr/local/slimserver/slimserver.pl line 701)
frame 4: main::idle (/usr/local/slimserver/slimserver.pl line 637)
frame 5: main::main (/usr/local/slimserver/slimserver.pl line 1275)

Here's the problem. Slim/Networking/Slimproto.pm, line 399:

389                             }
390                             # make sure volume is set, without changing 
temp setting
391                             $client->volume($client->volume(),
392                                                             
defined($client->tempVolume()));
393                     }
394                     return;
395             }
396     
397             my $client = $sock2client{$s};
398             
399             assert($client);
400     
401             if (!defined($client)) {
402                     msg("Client not found for slimproto\n");
403                     return;
404             }
405             
406             if ($op eq 'IR  ') {
407                     # format for IR:
408                     # [4]   time since startup in ticks (1KHz)
409                     # [1]   code format

2006-07-07 14:43:05.3659 Client not found for slimproto


-- 
jarome
------------------------------------------------------------------------
jarome's Profile: http://forums.slimdevices.com/member.php?userid=1223
View this thread: http://forums.slimdevices.com/showthread.php?t=25324

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

Reply via email to