-
Notifications
You must be signed in to change notification settings - Fork 13
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
402 Client Error: Payment Required for url #68
Comments
Same here! |
Garmin introduced multi factor authentication and existing user/password exchange is not enough: There is a python libarary https://github.com/matin/garth which supports MFA. Feel free to make a contribution to this garmin-workouts, you're welcome. It's a great opportunity to improve your Python skills, don't forget about unit tests :) I would add another command just for storing authenticated session because it must be interactive. When session is saved, garmin-workout will work as for now.
|
Sure will do when I have time and will push a PR. Thank you dev! |
MFA is the root cause of the problem? See my MFA configuration: |
I have the same error; I try
There is no 'garminlogin' module defined (as I expected from mkuthan commented on Oct 29, 2023)
|
Trying to export all workouts from garmin connect I get the next error:
requests.exceptions.HTTPError: 402 Client Error: Payment Required for url: https://connect.garmin.com/proxy/workout-service/workout/FIT/xxxxxxxx
Authentication worked fine and list also works fine
The text was updated successfully, but these errors were encountered: