﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
11931	Python Bindings old Proto_Version 20131028 02c66c8	managementboy@…	Raymond Wagner	"
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

"	Bug Report - General	closed	minor	0.28	Bindings - Python	Master Head	medium	fixed			0
