<div dir="ltr">Back in June I posted a problem where I couldn't connect any remote frontends to my v13 backend running on <span style="color:rgb(0,0,0);white-space:pre-wrap">Ubuntu 20.04. I fixed that with help from everyone (thanks) which meant I could connect a mythfrontend running on a Ubuntu PC.</span><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><font color="#000000"><span style="white-space:pre-wrap">However, I thought the fix would mean I could connect any number of remote frontends, but Ihave a Chromecast with Google TV device with mythfrontend installed on it and that won't connect. It finds the backend server and populates the IP address, database name (mythconverg) and user (mythtv). I'm 100% certain I've entered the correct password (which should be the same as the password on the PC mythfrontend, correct?)</span></font></div><div><font color="#000000"><span style="white-space:pre-wrap"><br></span></font></div><div><font color="#000000"><span style="white-space:pre-wrap">This is my list of users:</span></font></div><div><font face="monospace">mysql> select host,user from mysql.user;<br>+-------------+------------------+<br>| host        | user             |<br>+-------------+------------------+<br>| %           | mythtv           |<br>| 192.168.0.% | mythtv           |<br>| localhost   | debian-sys-maint |<br>| localhost   | mysql.infoschema |<br>| localhost   | mysql.session    |<br>| localhost   | mysql.sys        |<br>| localhost   | root             |<br>+-------------+------------------+</font><br></div><div><br></div><div>These are my grants:</div><div><font face="monospace">mysql> show grants for "mythtv"@"192.168.0.%";<br>+-------------------------------------------------------------------+<br>| Grants for <a href="mailto:mythtv@192.168.0.">mythtv@192.168.0.</a>%                                     |<br>+-------------------------------------------------------------------+<br>| GRANT USAGE ON *.* TO `mythtv`@`192.168.0.%`                      |<br>| GRANT ALL PRIVILEGES ON `mythconverg`.* TO `mythtv`@`192.168.0.%` |<br>+-------------------------------------------------------------------+</font><br></div><div><br></div><div><br></div><div>Any idea why the PC's mythfrontend can connect, but the Chromecast with Google TV can't? BTW I know there's connectivity because other Android apps like Leanfront can connect. They use the APIs so, ironically, they're a lot easier to get working than MythTV's inbuilt mythfrontend.</div><div><br></div><div>Regards,</div><div>Phill</div><div><br></div></div>