From 26c89ead1266b8018134d0bb592c65c1f140e260 Mon Sep 17 00:00:00 2001 From: Michael Gillett <51103663+migillett@users.noreply.github.com> Date: Fri, 31 Jan 2025 08:50:35 -0500 Subject: [PATCH] init pubsub.core.topicargspec.SenderUnknownMsgDataError: Some optional args unknown in call to sendMessage('('meshtastic', 'receive')', packet,interface): interface --- meshtastic/mesh_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh_interface.py b/meshtastic/mesh_interface.py index 57545c64..b071f478 100644 --- a/meshtastic/mesh_interface.py +++ b/meshtastic/mesh_interface.py @@ -1539,5 +1539,5 @@ def _handlePacketFromRadio(self, meshPacket, hack=False): logging.debug(f"Publishing {topic}: packet={stripnl(asDict)} ") publishingThread.queueWork( - lambda: pub.sendMessage(topic, packet=asDict, interface=self) + lambda: pub.sendMessage(topic, packet=asDict) )