svalouch / python-rctclient

Python client for RCTs Serial Communication Protocol
https://rctclient.readthedocs.io
GNU General Public License v3.0
46 stars 27 forks source link

Replacement index 1 out of range for positional args tuple #30

Open Pythonaire opened 8 months ago

Pythonaire commented 8 months ago

This error comes up continuously. If im right, this error is produced by

value = decode_value(object_info.response_data_type, frame.data)

Mostly, this error is produced while reading/decoding "dc_conv.dc_conv_struct[1].p_dc_lp". But i think it is not related to a special value.