CypherMK wrote: 
> This is what I get in my log with logging to info:
> .
> .
> This is only a small portion.

There are two sources both of which are not behaving properly.

1. It looks like the 192.168.1.11 - every so oftne closes too soon when
LMS has more data to send - below is "normal"

Code:
--------------------
    
  20-08-27 17:54:51.7913] Slim::Plugin::CLI::Plugin::client_socket_write (495) 
More to send to 192.168.1.11:54944
  [20-08-27 17:54:51.7922] Slim::Plugin::CLI::Plugin::client_socket_write (463) 
192.168.1.11:54944 - Sending response [Connection%3A Upgrade...]
  [20-08-27 17:54:51.7930] Slim::Plugin::CLI::Plugin::client_socket_write (495) 
More to send to 192.168.1.11:54944
  [20-08-27 17:54:51.7939] Slim::Plugin::CLI::Plugin::client_socket_read (327) 
Connection with 192.168.1.11:54944 closed by peer
  [20-08-27 17:54:51.7948] Slim::Plugin::CLI::Plugin::client_socket_close (304) 
Closed connection with 192.168.1.11:54944 (0 active connections
  
--------------------

This was bad - the client probably closed the connection too early.

Code:
--------------------
    
  20-08-27 13:35:10.1056] Slim::Plugin::CLI::Plugin::client_socket_write (471) 
Error: While sending to: 192.168.1.11:43870
  
--------------------


What application on 192.168.1.11 is connecting to LMS - you may be able
to use netstat with "-p"  on 192.168.1.11 to find the source
application.


2. An application on same system as LMS is also not doing thing "right"
- it is making a connection and then making an incorrectly formatted
request - it could be an application configured wrong - it seems to
access jsonrpc (i.e. LMS) but maybe with WebSocket.

Code:
--------------------
    
  20-08-27 17:54:55.0363] Slim::Plugin::CLI::Plugin::cli_socket_accept (265) 
Accepted connection from 127.0.0.1:56496 (1 active connections)
  [20-08-27 17:54:55.0384] Slim::Plugin::CLI::Plugin::cli_process (602) 
Processing request [GET]
  [20-08-27 17:54:55.0392] Slim::Plugin::CLI::Plugin::cli_process (664) Request 
[GET] unknown or missing client -- will echo as is...
  [20-08-27 17:54:55.0410] Slim::Plugin::CLI::Plugin::cli_process (602) 
Processing request [Connection:]
  [20-08-27 17:54:55.0417] Slim::Plugin::CLI::Plugin::cli_process (664) Request 
[Connection:] unknown or missing client -- will echo as is...
  [20-08-27 17:54:55.0434] Slim::Plugin::CLI::Plugin::cli_process (602) 
Processing request [Upgrade:]
  [20-08-27 17:54:55.0443] Slim::Plugin::CLI::Plugin::cli_process (664) Request 
[Upgrade:] unknown or missing client -- will echo as is...
  [20-08-27 17:54:55.0466] Slim::Plugin::CLI::Plugin::cli_process (602) 
Processing request [Host:]
  [20-08-27 17:54:55.0473] Slim::Plugin::CLI::Plugin::cli_process (664) Request 
[Host:] unknown or missing client -- will echo as is...
  [20-08-27 17:54:55.0491] Slim::Plugin::CLI::Plugin::cli_process (602) 
Processing request [Sec-WebSocket-Version:]
  [20-08-27 17:54:55.0498] Slim::Plugin::CLI::Plugin::cli_process (664) Request 
[Sec-WebSocket-Version:] unknown or missing client -- will echo as is...
  [20-08-27 17:54:55.0514] Slim::Plugin::CLI::Plugin::cli_process (602) 
Processing request [Sec-WebSocket-Key:]
  [20-08-27 17:54:55.0521] Slim::Plugin::CLI::Plugin::cli_process (664) Request 
[Sec-WebSocket-Key:] unknown or missing client -- will echo as is...
  [20-08-27 17:54:55.0542] Slim::Plugin::CLI::Plugin::cli_process (602) 
Processing request [Sec-WebSocket-Extensions:]
  [20-08-27 17:54:55.0549] Slim::Plugin::CLI::Plugin::cli_process (664) Request 
[Sec-WebSocket-Extensions:] unknown or missing client -- will echo as is...
  [20-08-27 17:54:55.0565] Slim::Plugin::CLI::Plugin::client_socket_write (463) 
127.0.0.1:56496 - Sending response [GET %2Fjsonrpc HTTP%2F1.1...]
  [20-08-27 17:54:55.0576] Slim::Plugin::CLI::Plugin::client_socket_write (495) 
More to send to 127.0.0.1:56496
  [20-08-27 17:54:55.0587] Slim::Plugin::CLI::Plugin::client_socket_read (340) 
Connection with 127.0.0.1:56496 half-closed by peer
  [20-08-27 17:54:55.0599] Slim::Plugin::CLI::Plugin::client_socket_close (304) 
Closed connection with 127.0.0.1:56496 (0 active connections)
  
--------------------


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

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

Reply via email to