Error using Python on TXT after firmware update
Verfasst: 16 Dez 2015, 14:54
Hi,
After successfully using Python for quite some time, today it started going wrong. Not constantly, but often. In this video I made you can see what happens on screen and on the TXT: https://youtu.be/nlXpsAMvl2g. For clarity, this is the error I get on screen:
Connected to TX2013 version 0x4020300
WARNING: ResponseID 0x0 of startOnline command does not match
WARNING: ResponseID 0x0 of updateConfig command does not match
Received data size does not match length of format string
WARNING: ResponseID 0x0 of updateConfig command does not match
WARNING: ResponseID 0x0 of updateConfig command does not match
WARNING: ResponseID 0x0 of updateConfig command does not match
WARNING: ResponseID 0x0 of updateConfig command does not match
WARNING: ResponseID 0x0 of updateConfig command does not match
Traceback (most recent call last):
File "DiscoveryPython.py", line 8, in <module>
Motor_fan = txt.motor(4)
File "/opt/knobloch/ftrobopy.py", line 1256, in motor
return mot(self, output)
File "/opt/knobloch/ftrobopy.py", line 1222, in __init__
self._outer.updateConfig()
File "/opt/knobloch/ftrobopy.py", line 353, in updateConfig
res = self._sock.send(buf)
socket.error: [Errno 32] Broken pipe
What is happening here ? is ftrobopy failing against the new firmware ?
hvn
After successfully using Python for quite some time, today it started going wrong. Not constantly, but often. In this video I made you can see what happens on screen and on the TXT: https://youtu.be/nlXpsAMvl2g. For clarity, this is the error I get on screen:
Connected to TX2013 version 0x4020300
WARNING: ResponseID 0x0 of startOnline command does not match
WARNING: ResponseID 0x0 of updateConfig command does not match
Received data size does not match length of format string
WARNING: ResponseID 0x0 of updateConfig command does not match
WARNING: ResponseID 0x0 of updateConfig command does not match
WARNING: ResponseID 0x0 of updateConfig command does not match
WARNING: ResponseID 0x0 of updateConfig command does not match
WARNING: ResponseID 0x0 of updateConfig command does not match
Traceback (most recent call last):
File "DiscoveryPython.py", line 8, in <module>
Motor_fan = txt.motor(4)
File "/opt/knobloch/ftrobopy.py", line 1256, in motor
return mot(self, output)
File "/opt/knobloch/ftrobopy.py", line 1222, in __init__
self._outer.updateConfig()
File "/opt/knobloch/ftrobopy.py", line 353, in updateConfig
res = self._sock.send(buf)
socket.error: [Errno 32] Broken pipe
What is happening here ? is ftrobopy failing against the new firmware ?
hvn