diff --git a/OscMacroDefinitions.py b/OscMacroDefinitions.py index e8d775c..bf9dfc6 100644 --- a/OscMacroDefinitions.py +++ b/OscMacroDefinitions.py @@ -57,7 +57,10 @@ class HogDevice(): logger.error("ERROR: Net# " + str(device.number.value) + " not found.") return - osc.send(msg) + try: + osc.send(msg) + except Exception as e: + logger.error(e) def _master_go(self, ctx): if ctx.number is not None: