Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
#11931 closed Bug Report - General (fixed)
Python Bindings old Proto_Version 20131028 02c66c8
| Reported by: | Owned by: | Raymond Wagner | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.28 |
| Component: | Bindings - Python | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
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
Change History (2)
Note:
See TracTickets
for help on using tickets.

In 80b72c5d1d341e185229a2efc2537cf864f165ac/mythtv: