kjkjava / garmin-connect-export

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

unexpected HTTP error (410) #33

Open tillsanderhamburg opened 7 years ago

tillsanderhamburg commented 7 years ago

Hi there, when trying to download Garmin data using the script I got an "unexpected HTTP error (410)". The download url seemed to be changed. I simply changed it (here just for gpx) and it worked fine:

url_gc_gpx_activity = 'http://connect.garmin.com/proxy/activity-service-1.1/gpx/activity/'

url_gc_gpx_activity = 'https://connect.garmin.com/modern/proxy/download-service/export/gpx/activity/'

Best regards, Till

nickpdawson commented 7 years ago

huge help - thanks!