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 am attempting to use fitparse to pull data from a RunScribe .fit file, and am running into an error at the end of the file:
fitparse.utils.FitEOFError: Tried to read 2 bytes from .FIT file but got 1
I do not run into this issue with a Garmin .fit file. I'm using Python 3.7 on Windows 10 (64-bit) and I've attached the simplest version of the files that I believe will recreate the error.
Please let me know if there's any simple resolution to this issue, thank you!
I don't know what to make of that file - it's almost like it's corrupt or missing some data somehow. I see a file_id definition, a file_id data record (which looks fine), 5 unknown definitions, then everything else is an unknown record with unknown data in it until it errors out.
I am attempting to use fitparse to pull data from a RunScribe .fit file, and am running into an error at the end of the file:
fitparse.utils.FitEOFError: Tried to read 2 bytes from .FIT file but got 1
I do not run into this issue with a Garmin .fit file. I'm using Python 3.7 on Windows 10 (64-bit) and I've attached the simplest version of the files that I believe will recreate the error.
Please let me know if there's any simple resolution to this issue, thank you!
FitParse.zip
The text was updated successfully, but these errors were encountered: