-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Download_activity is broken with Garth #155
Comments
Garth is the name of another garminconnect package, and we now use the authentication and data fetching api only, instead of the code we had, the rest is the same. The advantage of Garth is that it uses the mobile app endpoints instead of the website, the mobile endpoints don't have Cloudflare in between (if I'm correct) I just tested downloading with example.py (option p) and it still works here.
|
Thanks for your answer. You are right. My problem was that garth was at version 0.4.18, because I need to have pydantic on version 1, because of sqlmodel. |
Ah oke, Garth is new for me too, thanks for the update. Can I close it? |
This issue was also reported in #141 (comment). It was fixed in 0.4.23. @cyberjunky I recommend making 0.4.23 the minimum version in |
@julienroulle Garth 0.4.34 now supports Pydantic >= 1.10.13, which is within the supported range of sqlmodel. See #162 for more details. |
Really appreciate you taking the time to update me on this. Thanks for your work ! |
Tried upgrading garminconnect today, and the download_activity in one of my scripts failed. I tried the
example.py
file in the repo, and the same thing happened.I am not sure what Garth is, so I don't have any solution (yet). I'll try and have a look at it later
The text was updated successfully, but these errors were encountered: