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 found a problem with the cookie that is settled in the http.py file in logon_response function, the cookie adcreds is randomly conform to the RFC6265. If the cookie conform the double quote are not present that surounded the token and the auth in websocket not work.
thanks
Version
0.16.7
Installation type
Home Assistant add-on
Relevant log output
Relevant code in the app or config file that caused the issue
What happened?
I found a problem with the cookie that is settled in the http.py file in logon_response function, the cookie adcreds is randomly conform to the RFC6265. If the cookie conform the double quote are not present that surounded the token and the auth in websocket not work.
thanks
Version
0.16.7
Installation type
Home Assistant add-on
Relevant log output
Relevant code in the app or config file that caused the issue
hashed = bcrypt.hashpw(str.encode(self.password), bcrypt.gensalt(self.work_factor))
Anything else?
No response
The text was updated successfully, but these errors were encountered: