You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fit file that when trying to open generates this error UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd2 in position 33: invalid continuation byte
the offending code is in field.py string_container = bytes_buffer.decode('utf-8')