-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Parsing #41
Comments
Hi. Thanks for the example. Your file is parsed successfully by the official SDK tools, so the decoder is clearly missing something. It seems like the file contains "Developer Data Fields". Support for this is not implemented yet (see #21). I'll try to take a closer look at a later time. |
I appreciate it, I will try to diagnose on my end as well. |
Got the same error:
my .fit file parses OK with the official tools (version 21.smth) and it contains I tried to generate the code via @mornindew what did you end up doing? Thanks! |
I have not checked the spec in detail, but I think it's it likely that parsing fails since Data Developer Fields are not supported (#21). Unfortunately I don't have the time to work on that now or any time in the near future... |
Just adding a data point: I'm seeing the same error message with a fit file from a Wahoo device, exported from Strava.
|
It there a way to just skip reading those fields ? |
Yes, I'll add that soon, either via #59 or a separate change. |
Better late than never. Decoding the files mentioned by @mornindew and @aurelian in this issue should now be possible to decode using the latest release (v0.13.0). |
First of all, I want to thank you for this project. It is very well done and super useful. Thank you very much. I might even be able to break off a couple cycles if that helps you to keep maintaining it.
I am having an issue with a FIT file that I downloaded from garmin. Running your "Example_test.go" with my file when I parse the fit file I get...
parsing data message: missing data definition message for local message number 10
It was a fit downloaded directly from garmin. I don't fully understand your fit decoder yet to be able to debug it. Have you seen this before? I included the fit file if it helps.
Broken.zip
The text was updated successfully, but these errors were encountered: