Open minimada opened 4 months ago
I expect raise InvalidAuthentication in authentication fail case, but get TypeError :
TypeError: descriptor '__init__' requires a 'super' object but received a 'str'
Use super().init(f"Invalid authentication error for ${host}, ${device_type}") may fix this. And then see Unclosed client session errors after that.
Env: Python 3.10 plugp100: 5.1.3
I expect raise InvalidAuthentication in authentication fail case, but get TypeError :
Use super().init(f"Invalid authentication error for ${host}, ${device_type}") may fix this. And then see Unclosed client session errors after that.
Env: Python 3.10 plugp100: 5.1.3