mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Fix core proy TypeError (#1921)
This commit is contained in:
parent
b51f9586c4
commit
835509901f
@ -148,7 +148,7 @@ class APIProxy(CoreSysAttributes):
|
||||
|
||||
raise HomeAssistantAuthError()
|
||||
|
||||
except (RuntimeError, ValueError, ClientConnectorError) as err:
|
||||
except (RuntimeError, ValueError, TypeError, ClientConnectorError) as err:
|
||||
_LOGGER.error("Client error on WebSocket API %s.", err)
|
||||
except HomeAssistantAuthError:
|
||||
_LOGGER.error("Failed authentication to Home Assistant WebSocket")
|
||||
|
Loading…
x
Reference in New Issue
Block a user