diff --git a/supervisor/api/host.py b/supervisor/api/host.py index 7a6488f74..bd6eb2d0d 100644 --- a/supervisor/api/host.py +++ b/supervisor/api/host.py @@ -270,6 +270,7 @@ class APIHost(CoreSysAttributes): "ClientConnectionResetError raised when returning journal logs: %s", err, ) + break except ConnectionResetError as ex: raise APIError( "Connection reset when trying to fetch data from systemd-journald."