Posts by psunix

    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.

    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