[mythtv-commits] Ticket #11931: Python Bindings old Proto_Version 20131028 02c66c8

MythTV noreply at mythtv.org
Tue Oct 29 18:15:35 UTC 2013


#11931: Python Bindings old Proto_Version 20131028 02c66c8
--------------------------------------+-------------------------
     Reporter:  managementboy@…       |      Owner:  wagnerrp
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  Bindings - Python     |    Version:  Unspecified
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 I am getting this error in the Pyhton bindings at development branch
 20131028 02c66c8

 {{{
   File "/usr/lib/python2.7/dist-packages/MythTV/mythproto.py", line 119,
 in __init__
     self._conn.command = self._newcmdconn()
   File "/usr/lib/python2.7/dist-packages/MythTV/mythproto.py", line 142,
 in _newcmdconn
     self.blockshutdown)
   File "/usr/lib/python2.7/dist-packages/MythTV/connections.py", line 200,
 in __init__
     self.connect()
   File "/usr/lib/python2.7/dist-packages/MythTV/connections.py", line 227,
 in connect
     self.check_version()
   File "/usr/lib/python2.7/dist-packages/MythTV/connections.py", line 269,
 in check_version
     int(res[1]), PROTO_VERSION)
 MythTV.exceptions.MythBEError: Backend speaks version 78, we speak version
 77
 }}}

 changing the static.py to:

 {{{
 PROTO_VERSION = '78'
 PROTO_TOKEN = 'IceBurns'
 }}}

 fixes it

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11931>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list