From c2d46895b2f36d68fadd860d0e33252b5e3ecba0 Mon Sep 17 00:00:00 2001 From: ia74 <68617740+ia74@users.noreply.github.com> Date: Sat, 9 Aug 2025 01:20:17 -0500 Subject: [PATCH] fidx that too --- custom_components/roomba_rest980/CloudApi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/roomba_rest980/CloudApi.py b/custom_components/roomba_rest980/CloudApi.py index 747ea2e..2e61fac 100644 --- a/custom_components/roomba_rest980/CloudApi.py +++ b/custom_components/roomba_rest980/CloudApi.py @@ -544,7 +544,7 @@ class iRobotCloudApi: _LOGGER.debug("Saved UMF data for pmap %s to %s", pmap_id, DEBUG_UMF_PATH) - except (OSError, json.JSONEncodeError) as e: + except (OSError, Exception) as e: _LOGGER.warning("Failed to save UMF debug data: %s", e)