tcgoetz / GarminDB

Download and parse data from Garmin Connect or a Garmin watch, FitBit CSV, and MS Health CSV files into and analyze data in Sqlite serverless databases with Jupyter notebooks.
GNU General Public License v2.0
1.11k stars 137 forks source link

Login to Garmin Connect is Broken again #123

Closed tcgoetz closed 2 years ago

tcgoetz commented 3 years ago

Other projects like https://github.com/cyberjunky/python-garminconnect don't have a solution yet. If you know of a tool that is currently successfully logging in to Garmin Connect please post it to this bug.

tcgoetz commented 3 years ago

https://github.com/cyberjunky/python-garminconnect/issues/52

EmptySoft commented 3 years ago

Maybe I misunderstand the question, for me your program GarminDB works with the change from lpierron

https://github.com/tcgoetz/GarminDB/issues/120#issuecomment-843942390

But I sync only 1 time a day, if I sync every hour I get locked every few days and have to change the password on the website

tcgoetz commented 3 years ago

I didn't mean that it is totally broken. I meant that you couldn't run if often or you would get locked out and have to relogin to the website.

lpierron commented 3 years ago

I have the same problem, sometimes the connection works well like this morning. Sometimes I have to run again 3 or 4 times before the connection is accepted. I have no idea about the problem.

giterest commented 3 years ago

same here... i run make every third day via cron, but from time to time the login seem to fail (even with https://github.com/tcgoetz/GarminDB/issues/120#issuecomment-843942390).

Dave-DigiMim commented 3 years ago

I use garpy and they had the same issue . I just did a loop up to ten times with a 10 second sleep to recall login and it worked fine.. Not elegant but it works.