You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool was working great until I had to enable MFA (and no option to disable it..)
I get the following stacktrace:
Traceback (most recent call last):
File "/usr/local/bin/withings-sync", line 33, in <module>
sys.exit(load_entry_point('withings-sync==3.6.1', 'console_scripts', 'withings-sync')())
File "/usr/local/lib/python3.10/site-packages/withings_sync-3.6.1-py3.10.egg/withings_sync/sync.py", line 496, in main
sync()
File "/usr/local/lib/python3.10/site-packages/withings_sync-3.6.1-py3.10.egg/withings_sync/sync.py", line 464, in sync
if fit_data_weight is not None and sync_garmin(fit_data_weight):
File "/usr/local/lib/python3.10/site-packages/withings_sync-3.6.1-py3.10.egg/withings_sync/sync.py", line 162, in sync_garmin
session = garmin.login(ARGS.garmin_username, ARGS.garmin_password)
File "/usr/local/lib/python3.10/site-packages/withings_sync-3.6.1-py3.10.egg/withings_sync/garmin.py", line 183, in login
session = GarminConnect.get_session(email=username, password=password)
File "/usr/local/lib/python3.10/site-packages/withings_sync-3.6.1-py3.10.egg/withings_sync/garmin.py", line 103, in get_session
raise APIException(f"SSO error {ssoresp.status_code} {ssoresp.text}")
withings_sync.garmin.APIException: SSO error 302
Using the Docker version of your tool
The text was updated successfully, but these errors were encountered:
This tool was working great until I had to enable MFA (and no option to disable it..)
I get the following stacktrace:
Using the Docker version of your tool
The text was updated successfully, but these errors were encountered: