-
Notifications
You must be signed in to change notification settings - Fork 143
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
Downloading Database Fails since 9/25/2023 #195
Comments
i get the exatly same issue.. maybe garmin changed something to way of loign?? |
This is related to the same issue discussed in pe-st/garmin-connect-export#95. The issue can be resolved by migrating to Garth for the authentication (discussed in #192). The discussion includes several examples of projects that performed the migration. |
thanks for the info! tried the changes got a step further of course with different authentication errors... Unfortunately i am not that good developer to fix this.. but i ll keep trying.. |
The garth-migration branch is now working (auth, download, etc), but is not ready for merge yet. |
All tests are passing on the develop branch. |
Next stop: release!! Thank you so much!! |
I can confirm is working now. Thank you very much for your hard work! I highly appreciate it! |
Describe the bug
I have been running a pipeline where I download data every day from Garmin, but to my surprise, for the last two days, the process has been failing with the same error (see logs). I have not changed any files, especially
GarminConnectConfig.json
.To Reproduce
Steps to reproduce the behavior:
GarminConnectConfig.json
Expected behavior
I should see how the data is being downloaded and no errors at the end.
Logs
Please run bugreport.sh and attach bugreport.zip.
bugreport.zip
Additional context
I have been running the pipeline for about a month. I haven't made any changes to any files. I tried starting from zero with no luck either. Using python 3.8.10
The text was updated successfully, but these errors were encountered: