diff --git a/hassio/api/utils.py b/hassio/api/utils.py index ce71d9ec1..ae5921313 100644 --- a/hassio/api/utils.py +++ b/hassio/api/utils.py @@ -34,6 +34,7 @@ def api_process(method): except RuntimeError as err: return api_return_error(message=str(err)) except HassioError: + _LOGGER.exception("Hassio error") return api_return_error() if isinstance(answer, dict):