python-rctclient icon indicating copy to clipboard operation
python-rctclient copied to clipboard

Replacement index 1 out of range for positional args tuple

Open Pythonaire opened this issue 1 year ago • 0 comments

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.

Pythonaire avatar Mar 04 '24 06:03 Pythonaire