diff --git a/src/python/delivery/UbidotsWriter.py b/src/python/delivery/UbidotsWriter.py index 6290908..e431b06 100644 --- a/src/python/delivery/UbidotsWriter.py +++ b/src/python/delivery/UbidotsWriter.py @@ -85,7 +85,7 @@ def on_message(self, pd: PhysicalDevice, ld: LogicalDevice, msg: dict[Any], retr BrokerConstants.CORRELATION_ID_KEY: msg[BrokerConstants.CORRELATION_ID_KEY] } } - except ValueError: + except (ValueError, TypeError): # Ubidots will not accept values that are not floats, so skip this value. pass