diff --git a/src/backend/core/recording/event/notification.py b/src/backend/core/recording/event/notification.py index 5ff35d08..3138b923 100644 --- a/src/backend/core/recording/event/notification.py +++ b/src/backend/core/recording/event/notification.py @@ -158,9 +158,9 @@ class NotificationService: timeout=30, ) response.raise_for_status() - except requests.HTTPError as exc: + except requests.RequestException as exc: logger.exception( - "Summary service HTTP error for recording %s. URL: %s. Exception: %s", + "Summary service error for recording %s. URL: %s. Exception: %s", recording.id, settings.SUMMARY_SERVICE_ENDPOINT, exc,