pe-st / garmin-connect-export

Download a copy of your Garmin Connect data, including stats and GPX tracks.
MIT License
364 stars 75 forks source link

Freeze on authentication. #109

Closed marpelto closed 2 months ago

marpelto commented 4 months ago

I did pull the databease earlier successfully, but now it seems to stuck on authentication part..nothing happens

$ python gcexport.py -d ./2024_05_07 -vvv

[DEBUG] New console log level: DEBUG [WARNING] Output directory ./2024_05_07 already exists. Will skip already-downloaded files and append to the CSV file. Welcome to Garmin Connect Exporter! Authenticating...Username: xxxxxx

Logs: 2024-05-07 10:26:59,269 [INFO ] Starting gcexport.py version 4.3.0, using Python version 3.10.2 2024-05-07 10:26:59,269 [INFO ] New logfile level: DEBUG 2024-05-07 10:26:59,269 [DEBUG ] New console log level: DEBUG 2024-05-07 10:26:59,270 [WARNING] Output directory ./2024_05_07 already exists. Will skip already-downloaded files and append to the CSV file.

marpelto commented 4 months ago

Nevermind, it works OK when using --username xxxxx --password yyyy

eg. $ python gcexport.py -d ./2024-05-07 --count all --username xxxxx --password yyyy