Hi
Just installed the 10.0 beta on my RPi4. It seems to work very good except of the remote control. There is no service running on port 8080 and the Android App Kore cannot connect.
Code
LibreELEC:~ # netstat -lnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 3 0 0.0.0.0:36666 0.0.0.0:* LISTEN
tcp 0 0 :::445 :::* LISTEN
tcp 0 0 :::139 :::* LISTEN
tcp 0 0 :::111 :::* LISTEN
tcp 0 0 :::22 :::* LISTEN
tcp 0 0 :::36666 :::* LISTEN
Display More
The Webserver is enabled and the port is configured in guisettings.yml.
Code
<setting id="services.webserver" default="true">false</setting>
<setting id="services.webserverport" default="true">8080</setting>
<setting id="services.webserverauthentication" default="true">true</setting>
<setting id="services.webserverusername" default="true">kodi</setting>
<setting id="services.webserverpassword" default="true" />
<setting id="services.webserverssl" default="true">false</setting>
Here is some log http://ix.io/2WqP
thx for any help