-
Notifications
You must be signed in to change notification settings - Fork 51
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
Calories are not shown correctly in strava. Add steps to the tcx file #343
Comments
Can you please verify if it works properly with pull request #345 |
Thanks! I have compiled and installed a version with that correction and also added the step section, attached it in case you want to add it to the pull request. Tomorrow I'll try to see if the calories and steps are properly exported and I'll confirm it around again.
|
I can confirm that with the pull request correction, calories are already displayed correctly on Strava. Also, with what I added about the steps, they are already shown in the TCX file, but as far as I have been able to see, Strava does not take the steps data from TCX at the moment. I have opened a support ticket for them to consider the option. https://support.strava.com/hc/es-es/requests/2831801 To follow the order of the schemes, I moved the Extensions structure for steps under Tracks in the code of the version I generated for testing purposes
|
In the latest versions I've seen that calories are not shown correctly in Strava. Reviewing the created .tcx file from Amazfish, I've seen that the Calories tag is being created off the Lap tag instead of inside, which causes the problem.
On top of that, could the Steps tag be added for the steps? According to the scheme, it could be done by creating this structure inside the Lap structure
The text was updated successfully, but these errors were encountered: