schup011 wrote: 
> Yes, sure, the 503 response is the effect that the streaming server
> denies a new connection, and that one (in log: HTTP=GLOB(0x5ffd1f0)) is
> closed properly by LMS. But the one before (HTTP=GLOB(0x6021268)), and
> that is the root cause in my opinion, is not closed. And this causes the
> server to serve this connection forever.
> 
> I guess this is because of the special situation the player or LMS is
> in. The log says 
> 
> > 
Code:
--------------------
  >   > 20-08-18 21:27:14.4926] 
Slim::Player::StreamingController::_setPlayingState (2377) new playing state 
BUFFERING
--------------------
> > 
> 
> It does not reach PLAYING. It seems LMS is still waiting for the
> playing state PLAYING and therefore does not close the connection. 
> 
> Don't you agree with this?
No it looks like connection was closed an stream put into IDLE state.  


Code:
--------------------
    
  [20-08-18 21:27:38.6939] Slim::Networking::Async::disconnect (251) Close 
Slim::Networking::Async::Socket::HTTP=GLOB(0x5ffd1f0) => 29
  [20-08-18 21:27:38.6991] Slim::Utils::Scanner::Remote::__ANON__ (192) Error: 
Can't connect to remote server to retrieve playlist for, 
http://192.168.0.100:3000/ES/1052: 503 Service Unavailable.
  [20-08-18 21:27:38.7079] Slim::Player::StreamingController::_playersMessage 
(796) 503 Service Unavailable: http://192.168.0.100:3000/ES/1052
  
  
*************************************************************************************************************************************
  ********************* Getting NO Audio, Jivelite displays pop up error 
message "503 Service Unavailable"  ***************************
  
*************************************************************************************************************************************
  
  [20-08-18 21:27:38.7170] 
Slim::Player::StreamingController::_setStreamingState (2386) new streaming 
state IDLE
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=112774

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

Reply via email to