Tigge / antfs-cli

Extracts FIT files from ANT-FS based sport watches such as Garmin Forerunner 60, 405CX, 310XT, 610 and 910XT.
MIT License
312 stars 76 forks source link

Upload to Garmin Connect ends with an error message #143

Closed michaelwingender closed 8 years ago

michaelwingender commented 8 years ago

Hi, for some time no the upload to Garmin Connect exits with message "gupload.py exited with error code 1". However the fit file is uploading fine and the activity is visible within Garmin connect. Maybe somebody can fix.

Br

Tigge commented 8 years ago

Unfortunately I don't have any idea how Garmin Connect works together with antfs-cli. Perhaps @codingtony knows something more?

codingtony commented 8 years ago

Hi,

I have the same issue, but I did not look if there is an update on gupload.py

Have you tried :

sudo pip install GcpUploader --upgrade

Let us know if it fixes the upload.

michaelwingender commented 8 years ago

OK. I'm sorry. I think it was wrong to open the issue here. Found the the issue is known for the Uploaeder. I found a workaround which kind of fixes the issue: http://sourceforge.net/p/gcpuploader/discussion/general/thread/51de38db/#767a

Tigge commented 8 years ago

No problem at all. Good to hear you found a solution. And thanks @codingtony!