-
Notifications
You must be signed in to change notification settings - Fork 157
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
Why is the 'start_time' the same as the 'end_time'? #241
Comments
I see this same behaviour on all my activities. |
Still can't duplicate this. Need more information or I won't be able to fix it. Maybe share the json file for one of the activities showing this behavior? |
Same behavior here on a fresh sync. Looks very random. "summaryDTO": {
"startTimeLocal": "2025-01-03T14:56:23.0",
"startTimeGMT": "2025-01-03T13:56:23.0",
"startLatitude": XXX,
"startLongitude": XXX,
"distance": 41354.68,
"duration": 6874.605,
"movingDuration": 6498.263,
"elapsedDuration": 6875.147,
"elevationGain": 466.0,
"elevationLoss": 462.0,
"maxElevation": 118.8,
"minElevation": 27.6,
"averageSpeed": 6.015999794006348,
"averageMovingSpeed": 6.363959058658075,
"maxSpeed": 14.4350004196167,
"calories": 1233.0,
"bmrCalories": 165.0,
"averageHR": 137.0,
"maxHR": 158.0,
"averageBikeCadence": 79.0,
"maxBikeCadence": 118.0,
"averageTemperature": 2.677025663264317,
"maxTemperature": 4.0,
"minTemperature": 0.0,
"trainingEffect": 4.800000190734863,
"anaerobicTrainingEffect": 2.5,
"aerobicTrainingEffectMessage": "HIGHLY_IMPROVING_AEROBIC_ENDURANCE_10",
"anaerobicTrainingEffectMessage": "MAINTAINING_ANAEROBIC_BASE_1",
"totalNumberOfStrokes": 8110,
"endLatitude": XXX,
"endLongitude": XXX,
"maxVerticalSpeed": 2.3999977111816406,
"waterEstimated": 700.0,
"minRespirationRate": 14.529999732971191,
"maxRespirationRate": 45.79999923706055,
"avgRespirationRate": 35.68000030517578,
"trainingEffectLabel": "AEROBIC_BASE",
"activityTrainingLoad": 298.16888427734375,
"minActivityLapDuration": 302.164,
"moderateIntensityMinutes": 46,
"vigorousIntensityMinutes": 67,
"beginPotentialStamina": 96.0,
"endPotentialStamina": 38.0,
"minAvailableStamina": 34.0,
"surfaceTypeUnpavedPercentage": 0.0
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why is the 'start_time' the same as the 'end_time'?
The text was updated successfully, but these errors were encountered: