dzhu / myo-raw

MIT License
218 stars 115 forks source link

Struct error in common.py #26

Open JPsLucky13 opened 7 years ago

JPsLucky13 commented 7 years ago

Hey I am running myo_raw.py on the commend prompt and I keep getting this error:

File "myo_raw.py", line 291, in handle_data typ, val, xdir = unpack('3B', pay) File "C:\Python36\Myo\common.py", line 7, in unpack return struct.unpack('<' + fmt, *args) struct.error: unpack requires a bytes object of length 3

I know it has something to do with padding but I am new to python.

Thanks in advance! JP