Closed GoogleCodeExporter closed 9 years ago
I can't tell which what version your backend is from what you've provided.
attaching your log may help
Original comment by semir.pa...@gmail.com
on 21 Feb 2012 at 12:22
Which backend? Xbmc or myth?
Original comment by ulbj125...@gmail.com
on 21 Feb 2012 at 9:52
snippet from mythtv backend log:
2012-02-16 22:00:58.800 mythbackend version: tags/release-0-24 [exporterad]
www.mythtv.org
2012-02-16 22:00:58.885 Current MythTV Schema Version (DBSchemaVer): 1264
Original comment by ulbj125...@gmail.com
on 22 Feb 2012 at 6:34
Looks like the sql query to determine the master backend is not returning any
rows. This is the first time this has been reported as a problem. Have you
hand edited any of the data in the "settings" table? Try running this query
and see if it returns any data. If not, attach a dump of your settings table
and I might be able to take a look.
select
a.data as ipaddr,
b.data as port,
c.hostname as hostname
from
settings a,
settings b,
settings c
where
a.value = 'MasterServerIP' and
b.value = 'MasterServerPort' and
c.value = 'BackendServerIP' and
c.data = a.data
Original comment by semir.pa...@gmail.com
on 24 Feb 2012 at 7:22
MasterServerPort was set to 127.0.0.1, when I changed MasterServerPort actual
ip of host, it started to work. Even if mythbackend and xbmc with Mythbox was
running on the same machine.
Do I need to take any action to close TR?
Thx for support.
Best regards
Original comment by ulbj125...@gmail.com
on 24 Feb 2012 at 5:28
enjoy!
Original comment by semir.pa...@gmail.com
on 24 Feb 2012 at 6:36
Original issue reported on code.google.com by
ulbj125...@gmail.com
on 20 Feb 2012 at 8:45