<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 2/1/21 2:06 PM, Mary Strimel wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAGm2JDfrNm1uhuyPmppzyh7mo1Mop=8BiA=Fjx-XPrhKvUemQA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>I hope this is the right place to ask this question. <br>
        </div>
        <div>I would like to use leanfront on my new Fire Stick 4k.
          Leanfront installed successfully via adb, but after starting
          it gives me an error message that it cannot connect to the
          backend and that it is sending the WOL packet. I have double-
          and triple-checked that I entered the IP address of the
          backend correctly. I left the port as the default. The odd
          thing is, both mythtv-frontend and kodi are connecting fine
          from the very same Fire Stick. So I'm pretty sure it is *not*
          an issue of either (1) global mysql setting, or (2) network
          setup of the Fire Stick. <br>
        </div>
        <div>What else could it be? I checked some logs using logcat,
          and I couldn't see anything about connection refused or the
          like. When I enter a menu, the log reports:</div>
        <div><br>
        </div>
        <div>01-31 19:51:19.535 11577 11602 E lfe     : AsyncBackendCall
          Exception Getting backend Info.</div>
        <div><br>
        </div>
        <div>Also:</div>
        <div>01-31 19:51:19.533 11577 11601 W System.err:
          java.net.UnknownHostException: Invalid host: <a
            href="http://192" target="_blank" moz-do-not-send="true">http://192</a>.
          168. 1.
253:3306/Myth/GetSetting?key=MasterBackendOverride&Default=0&HostName=_GLOBAL_</div>
        <div><br>
        </div>
        <div>I'm not sure what to make of these messages, or how to
          learn more. Why might mythbackend selectively refuse a
          connection from Leanfront but not other frontends?<br>
        </div>
        <div>TIA</div>
        <div>Mary </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
    </blockquote>
    <p>I see two potential problems here:</p>
    <p>- You have spaces in your ip address 192. 168. 1. 253  There
      should not be spaces after the periods. It should look like
      192.168.1.253</p>
    <p>- You are using port 3306. That is the database port. You need
      the http port, the default is 6544. leanfront does not access the
      database, everything goes through the backend.<br>
    </p>
    <p>Test the connection by running on a browser the ip address and
      port, like this : <a class="moz-txt-link-freetext" href="http://192.168.0.105:6544/">http://192.168.0.105:6544/</a></p>
    <p>You should see a web display from the backend.</p>
    <p>Peter<br>
    </p>
  </body>
</html>