3DSController icon indicating copy to clipboard operation
3DSController copied to clipboard

Struct Error

Open Chaosdave34 opened this issue 4 years ago • 0 comments

When I start the 3DS_Controller.py I get the following error:

Traceback (most recent call last):
  File "3DS_Controller.py", line 130, in <module>
    fields = struct.unpack("<BBxxIhhHHhhBxxx", rawdata)
struct.error: unpack requires a buffer of 24 bytes

Chaosdave34 avatar Jan 06 '21 14:01 Chaosdave34