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
if not logged:
print('Unable to login to Dyson account')`
Still getting a 401 unauthorized error. Did DYSON's endpoint change? I can sign into the app just find with the same credentials. PostMan is telling me the same 401 error as well.
The text was updated successfully, but these errors were encountered:
DYSON_API_URL = "appapi.cp.dyson.com"
`urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
dyson_account = DysonAccount("[email protected]","password","EN")
logged = dyson_account.login()
if not logged:
print('Unable to login to Dyson account')`
Still getting a 401 unauthorized error. Did DYSON's endpoint change? I can sign into the app just find with the same credentials. PostMan is telling me the same 401 error as well.
The text was updated successfully, but these errors were encountered: