garmin-connect-export: Unexpected HTTP error (503)

Hi,

I’m using latest version of script. I get raise Exception('Failed. Got an unexpected HTTP error (' + str(e.code) + ').') Exception: Failed. Got an unexpected HTTP error (503). when trying to run script. Last week everything was working.

I tried putting url (url_gc_gpx_activity + a[‘activity’][‘activityId’] + '?full=true) and I get The requested endpoint is retired

URL for downloading through browser is https://connect.garmin.com/modern/proxy/download-service/export/gpx/activity/12691xxxxxx

About this issue

  • Original URL
  • State: open
  • Created 8 years ago
  • Comments: 28 (1 by maintainers)

Commits related to this issue

Most upvoted comments

@frechina That worked! Amazing. How did you work that out? My heavily modified but working fork is at https://github.com/moderation/garmin-connect-export if anyone is interested.