GarminDB icon indicating copy to clipboard operation
GarminDB copied to clipboard

Why is the 'start_time' the same as the 'end_time'?

Open ghost opened this issue 1 year ago • 4 comments

image

Why is the 'start_time' the same as the 'end_time'?

ghost avatar Aug 05 '24 08:08 ghost

I'm not able to duplicate that. What kind of activities are these? Screenshot 2024-08-30 at 10 12 12 AM

tcgoetz avatar Aug 30 '24 14:08 tcgoetz

I see this same behaviour on all my activities. Downloaded today with pip, Version 1...1...0, was calling: \garmindb_cli.py --all --download --import --analyze

Voronwe-the-guide avatar Oct 20 '24 11:10 Voronwe-the-guide

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?

tcgoetz avatar Nov 03 '24 20:11 tcgoetz

Same behavior here on a fresh sync.

image

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
  },

sebw avatar Jan 06 '25 14:01 sebw