-
Notifications
You must be signed in to change notification settings - Fork 148
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
AssertionError on attempting to run garmindb_cli.py script #249
Comments
This is a bug in garth: matin/garth#73 |
Waiting on this PR matin/garth#74 and a new release of garth with it in it. New release of GarminDB when that happens. |
@tcgoetz I temp fixed it in python-garminconnect by doing this before/in my code, maybe you can do something similar in your code?
https://github.com/cyberjunky/python-garminconnect/blob/master/garminconnect/__init__.py#L15 |
lowebb
added a commit
to lowebb/GarminDB
that referenced
this issue
Dec 1, 2024
lowebb
added a commit
to lowebb/GarminDB
that referenced
this issue
Dec 1, 2024
tcgoetz
added a commit
that referenced
this issue
Dec 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Since the 25/11/2024, attempting to pull data from Garmin is throwing an AssertionError when attempting to login
This happens for entire pull or just the latest. I've checked and re-checked my auth details and am lost what the problem might be. Any help much appreciated
To Reproduce
Steps to reproduce the behavior:
garmindb_cli.py --all --download --import --analyze
Expected behavior
It should run, download data and exit
Logs
Please run bugreport.sh and attach bugreport.zip.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: