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
- solved authentication issue added two additional GET requests as suggested in https://github.com/kjkjava/garmin-connect-export/issues/18#issuecomment-243859319 this also solves https://github.com/... — committed to fjgal/garmin-connect-export by fjgal 8 years ago
- solved activity file download issue (upstream issue #18) updated URLs as suggested in https://github.com/kjkjava/garmin-connect-export/issues/18#issue-167242810 solves https://github.com/kjkjava/g... — committed to fjgal/garmin-connect-export by fjgal 8 years ago
@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.