-
Notifications
You must be signed in to change notification settings - Fork 40
strange error message #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
Comments
Thanks, there was an error in the error message. I've fixed it, expanded it and now it says:
I think the reason is that it expects an enum ( The library may also do something wrong. I'll try to take a look later. |
I had that feeling too. I played around with the file a bit, and I think it's fine. |
I have the same error as above, will try to figure out what's going on there. My activity is from a Garmin device as well. |
This happens when a message has more than 85 fields (255/3). The fix is coming... |
Uh oh!
There was an error while loading. Please reload this page.
I get the following error message when importing a fit file:
parsing definition message: validating Session failed: field 6: size (4) is greater than size of profile base type BaseSint32 (4)
which to me seems like stating 4>4
This is the file causing the problem.
The text was updated successfully, but these errors were encountered: