tomeko12 / pyelectroluxconnect

A python module to communicate with Elecrolux Connectivity Platform
Apache License 2.0
25 stars 9 forks source link

No longer able to login :( #12

Closed jbergler closed 1 year ago

jbergler commented 1 year ago

I think the same thing as #9 #10 is happening again. Have confirmed the credentials work in the app.

>>> import pyelectroluxconnect
>>> ses = pyelectroluxconnect.Session(username, password, region="apac")
>>> ses.login()

Getting new auth token
Unauthorized (401)
tomeko12 commented 1 year ago

APAC endpoint updated in 0.3.17