Open qdesrame opened 1 year ago
It seems related to this issue in Golden Cheetah: https://groups.google.com/g/golden-cheetah-developers/c/RVb_fk9kSOM https://github.com/GoldenCheetah/GoldenCheetah/issues/3645
Here is the fix they made: https://github.com/dtcooper/python-fitparse/pull/116
I tried something on my side, it's working now with my fit file but i'm not sure of what I've done 😅
Hi. Thanks for the links regarding Coros files.
We would need to add a more permissive parsing mode to allow such "bugs".
Hello, I'm trying to parse a fit files exported from Coros Hub (Coros Apex Pro watch).
I have an error when i'm trying to decode the file:
parsing definition message: validating Event failed: field 3: size (1) is less than base type size (4)
Here is the full trace with
fit.WithStdLogger()
options:I can provide the
.fit
file if needed 🙂