backball wrote: > Ok here it is. To errors: > 1) I think this started at ERROR 09:54:05.412: Stream stopped but > resumed after a while > 2) Player already in use message but didn't resume. Closed and reopened > the app to resume stream
Some background, SLX periodically checks that the server is still there (~10 seconds in your version) In the first case, best I can tell, at 09:54:05.412 SLX detected that the Telnet connection was lost. ERROR 09:54:05.412 Exception in call to LMS.TelNet.Connected. Socket Error # 10054 Connection reset by peer. When this happens, SLX will try to reset the connection. In the process, it will terminate squeezelite and try to restart it. So at 09:54:05.437, the attempt to reconnect fails with a "No Route To Host" Error. 10 seconds later, it tries again, this time it succeeds. At 09:54:15.589, it tries to restart squeezelite, but the server reports that squeezelite is still connected. Normally the server knows immediately when squeezelite is terminated and disconnected, but I'm guess that with the networking blip, it did not immediately detect that the player was gone, maybe it could not receive the message from squeezelite. So then SLX disconnects, waits another 10 seconds and tries again. This time the server reports that squeezelite is not connected and everything succeeds. I don't know what caused the network blip, but I think SLX was basically doing all it could to restore things and eventually succeeded. I'm going to give this some thought as to how I can at least avoid the erroneous "player in use" message, perhaps by looking at the squeezelite player id to see if it is the same as what I am using and just terminated and then know when to ignore the report from LMS. We'll see what I can figure out. The second case looks just like the first. I can't see that squeezlite didn't resume playing or what happened there. The more important question is, what is causing the network blip. Maybe I am missing something keeping the socket connection alive, so I'll look there. Again, THANK YOU for taking the time to report and send me the log files, and I'll see what I can figure out. R Greg Dawson Squeezelite-X ------------------------------------------------------------------------ rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236 View this thread: http://forums.slimdevices.com/showthread.php?t=108550 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
