Hello,
I've encountered an issue when uploading TCX files through code, where the splits view and calorie data aren't displayed on the website, despite these details showing up correctly when I upload the same file manually through the website.
Here's what I've done:
- Initial upload via code: When I upload a TCX file programmatically (using code), the activity appears on Strava, but without splits or calorie information.
- Manual upload for comparison: To ensure the issue wasn't with the file itself, I uploaded the same TCX file manually through the Strava website. Interestingly, this time, both splits and calories were visible.
- Verification process: I took an extra step to download the activity file that I uploaded through the website (whiich showed splits and calories) and compared it with the original file I was trying to upload via code. Upon comparison, both files were identical, confirming no difference in the data.
This situation leads me to believe there might be a difference in how files are processed or interpreted based on the upload method (code vs. website), even when the files are exactly the same.
I'm reaching out to see if anyone else has faced a similar issue Could this be a bug, or is there a specific requirement or setting I might be missing for programmatic uploads?
Any insights or advice would be greatly appreciated!