garmin-connect-export icon indicating copy to clipboard operation
garmin-connect-export copied to clipboard

Exported files wont load into GoldenCheetah

Open pierretamisier opened this issue 4 years ago • 5 comments

After running python gcexport.py -d ~/Garmin -c 10 -f original -u --username foo --password bar all the files retrieved are named like activity_542056943.gpx but wont be loaded into GoldenCheetah because of a date issue. Looking at the GC code it looks like the filename of the fit file has to contains the activity date? Am I using the CLI properly? image image

pierretamisier avatar Mar 29 '20 04:03 pierretamisier

the name is just a id. you can use -fp option, but due a bug that won't work with-f original. see issue#29. original normally means fit format. wondering that you get gpx. did you upload gpx?

telemaxx avatar Mar 29 '20 06:03 telemaxx

I've never used Golden Cheetah... But if you want to try my current development version (my feature/p3 branch), the -fp option should be fixed.

pe-st avatar Mar 29 '20 18:03 pe-st

@pierretamisier as you use the exporter for Golden Cheetah you may be interested in my branch that I created a year ago exactly only for this purpose: https://github.com/bartskowron/garmin-connect-export/

You would be interested in the convert2syncer branch. Keep in mind that I don't maintain it. It just works and I don't care ;-) I added some options however all you basically need to do is just: python3 gcexport3.py --sync

bxsx avatar Mar 30 '20 14:03 bxsx

@bartskowron this is brilliant thank you. Ill have a look.

pierretamisier avatar Mar 30 '20 14:03 pierretamisier

@pierretamisier What GC version are you using? I'm using 3.6 Dev AppImage version installed on Ubuntu 16.04 LTS set to auto-import the exported files and it works (I leave the files as .zip). I run gcexport with the following and set GC to auto-import from the 'activities' folder created with --subdir. python gcexport.py -d ~/Garmin -c 10 -f original --desc --username foo --subdir activities

jamorris avatar May 25 '20 21:05 jamorris