mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-08 16:38:01 +00:00
Try default logon credentials in SslAesTransport (#1195)
Also ensure `AuthenticationErrors` are raised during handshake1.
This commit is contained in:
@@ -186,6 +186,7 @@ SMART_RETRYABLE_ERRORS = [
|
||||
SmartErrorCode.UNSPECIFIC_ERROR,
|
||||
SmartErrorCode.SESSION_TIMEOUT_ERROR,
|
||||
SmartErrorCode.SESSION_EXPIRED,
|
||||
SmartErrorCode.INVALID_NONCE,
|
||||
]
|
||||
|
||||
SMART_AUTHENTICATION_ERRORS = [
|
||||
|
Reference in New Issue
Block a user