diff --git a/grib_processor/utils.py b/grib_processor/utils.py
index 7650600db16f4e42d5b7b3dda98682b1a399ea53..07eaf3eec2b6e728f288bf335bdc13ed8eb4f584 100644
--- a/grib_processor/utils.py
+++ b/grib_processor/utils.py
@@ -178,7 +178,7 @@ def realtime(file_iter: Iterable[str]) -> Generator[GribPayload, None, None]:
             ):
                 LOG.debug("realtime - got msg %s:%d", file, msg_num)
                 yield msg
-        except (KeyError, OSError):
+        except Exception:
             LOG.exception(
                 "realtime - Error processing grib file %s @ msg %d", file, msg_num or 0
             )