sampsyo / wideq

reverse-engineered client for the LG SmartThinQ API
https://pypi.org/project/wideq/
MIT License
331 stars 159 forks source link

Fix api error9003 #123

Closed pifou25 closed 4 years ago

pifou25 commented 4 years ago

Next to this issue: https://github.com/sampsyo/wideq/issues/122 I added this error code 9003 as a new NotLoggedInError, so we can catch it for refresh session

sampsyo commented 4 years ago

Sounds good. We might want to make this a special subclass so it can be handled separately, but we can cross that bridge later.