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
After installing all the requirements, consistently running into the following error.
Please choose your account region
1: Mainland China
2: Rest of the World
Region [1/2]: 2
Region code: US
Email: [email protected]
Traceback (most recent call last):
File "get_devices.py", line 22, in
verify = account.login_email_otp(email, region)
File "/Users/gmathur/Downloads/libdyson/libdyson/cloud/account.py", line 127, in login_email_otp
auth=False,
File "/Users/gmathur/Downloads/libdyson/libdyson/cloud/account.py", line 114, in request
raise DysonInvalidAuth
libdyson.exceptions.DysonInvalidAuth
The text was updated successfully, but these errors were encountered:
hello guys - same with me, trying the entire day already, it still seems to go the same path, the get_devices.py work flawlessly by triggering the login, i get the code via mail but then always directly "libdyson.exceptions.DysonInvalidAuth".
Logging back into the app is then not possible due to too many attempts.
100% sure my information is correct, so may it be broken on Dyson's side meanwhile?
After installing all the requirements, consistently running into the following error.
Please choose your account region
1: Mainland China
2: Rest of the World
Region [1/2]: 2
Region code: US
Email: [email protected]
Traceback (most recent call last):
File "get_devices.py", line 22, in
verify = account.login_email_otp(email, region)
File "/Users/gmathur/Downloads/libdyson/libdyson/cloud/account.py", line 127, in login_email_otp
auth=False,
File "/Users/gmathur/Downloads/libdyson/libdyson/cloud/account.py", line 114, in request
raise DysonInvalidAuth
libdyson.exceptions.DysonInvalidAuth
The text was updated successfully, but these errors were encountered: