[mythtv] python bindings status? BackendServerIP[6] error

John P Poet jppoet at gmail.com
Wed Jun 14 19:46:52 UTC 2017


I am working on learning python.  I decided to write a simple program to
display the upcoming recordings, but I can't even get past the
initialization of the MythBE() object:

>>> from MythTV import MythBE
>>> MythBE().getUpcomingRecordings()

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    MythBE().getUpcomingRecordings()
  File "/usr/lib/python2.7/site-packages/MythTV/mythproto.py", line 72, in
__init__
    self.hostname = self.db._gethostfromaddr(self.host)
  File "/usr/lib/python2.7/site-packages/MythTV/database.py", line 1347, in
_gethostfromaddr
    'BackendServerIP[6]', addr)
MythDBError: Could not find setting 'BackendServerIP[6]' on host 'localhost'

Am I missing a step, or have the python bindings been neglected?  I am
using current master.

Thanks,

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-dev/attachments/20170614/6b060f39/attachment.html>


More information about the mythtv-dev mailing list