Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script crashes on non-gpx workouts when not using -f argument #36

Open
Marcski opened this issue Aug 3, 2017 · 1 comment
Open

Script crashes on non-gpx workouts when not using -f argument #36

Marcski opened this issue Aug 3, 2017 · 1 comment

Comments

@Marcski
Copy link

Marcski commented Aug 3, 2017

Garmin Connect activity: [1892029351] Other
Wed, 2 Aug 2017 18:12, 00:33:18, 0.00 Miles
https://connect.garmin.com/modern/proxy/download-service/export/gpx/activity/1892029351?full=true
Downloading file...
Traceback (most recent call last):
File "gcexport.py", line 357, in
data = http_req(download_url)
File "gcexport.py", line 86, in http_req
raise Exception('Bad return code (' + str(response.getcode()) + ') for: ' + url)
Exception: Bad return code (204) for: https://connect.garmin.com/modern/proxy/download-service/export/gpx/activity/1892029351?full=true

@Marcski Marcski changed the title Script crashes on non-gpx workouts Script crashes on non-gpx workouts when not using -f argument Aug 3, 2017
@joetimmerman
Copy link

HI @Marcski ,

This repository is no longer being maintained. I ran into a similar issue, and have a fork that includes a "-n" option which avoids this problem by skipping validation.

There's some discussion in this thread, and @moderation has another updated fork that should be working if mine isn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants