kjkjava / garmin-connect-export

Download a copy of your Garmin Connect data, including stats and GPX tracks.
MIT License
316 stars 134 forks source link

Unable to download GPX or TCX #39

Closed jhavens12 closed 6 years ago

jhavens12 commented 6 years ago

Works using the -f original flag but GPX or TCX files throw error:

Welcome to Garmin Connect Exporter!
Garmin Connect activity: [2495363004] Treadmill Running
    Tue, Feb 13, 2018 4:59 AM, 00:30:02, 3.40 Miles
    Downloading file...
Traceback (most recent call last):
  File "gcexport.py", line 231, in <module>
    raise Exception('Failed. Got an unexpected HTTP error (' + str(e.code) + ').')
Exception: Failed. Got an unexpected HTTP error (410).
moderation commented 6 years ago

@jhavens12 this repo is very out of date and no longer maintained. Please try this fork at https://github.com/moderation/garmin-connect-export

jhavens12 commented 6 years ago

@moderation Thanks!