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
I try to log in dyson account like below code.
dyson_account = DysonAccount("[email protected]","123456","US")
logged = dyson_account.login()
if not logged:
print('Unable to login to Dyson account')
exit(1)
but it shows unable to login to Dyson account.
Is the account and password the same as APP Dyson link?
or anything wrong?
Thanks
The text was updated successfully, but these errors were encountered:
I try to log in dyson account like below code.
dyson_account = DysonAccount("[email protected]","123456","US")
logged = dyson_account.login()
if not logged:
print('Unable to login to Dyson account')
exit(1)
but it shows unable to login to Dyson account.
Is the account and password the same as APP Dyson link?
or anything wrong?
Thanks
The text was updated successfully, but these errors were encountered: