-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Periodic errors #31
Comments
Just linking identical issues together: This |
Testing this fix now. I get these from time to time when I'm back on the main mesh. |
Fix seems to be working and just updated the code with the fix. Thanks! |
Confirming it's fixed for me, after updating |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great project! Love it.
I have found it very useful, just reporting the following errors, which occur every few mins, but don't seem to affect anything that kills any functionality. It seems to happen whether I connect via TCP or Serial, same error apart from the Interface. Also happens on both RAK4631 (via serial), and Heltec V3 (both via TCP and serial). I have the standard LongFast channel configured, and I have an additional admin channel configured.
2024-07-01 16:50:09,608 - ERROR - Unexpected error in deferred execution <class 'pubsub.core.topicargspec.SenderUnknownMsgDataError'>
Traceback (most recent call last):
File "/home/brad/lib/python3.11/site-packages/meshtastic/util.py", line 283, in _run
o()
File "/home/brad/lib/python3.11/site-packages/meshtastic/mesh_interface.py", line 1176, in
lambda: pub.sendMessage(topic, packet=asDict, interface=self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/brad/lib/python3.11/site-packages/pubsub/core/publisher.py", line 216, in sendMessage
topicObj.publish(**msgData)
File "/home/brad/lib/python3.11/site-packages/pubsub/core/topicobj.py", line 433, in publish
self._getListenerSpec().check(msgData)
File "/home/brad/lib/python3.11/site-packages/pubsub/core/topicargspec.py", line 229, in check
raise SenderUnknownMsgDataError(self.topicNameTuple,
pubsub.core.topicargspec.SenderUnknownMsgDataError: Some optional args unknown in call to sendMessage('('meshtastic', 'receive')', packet,interface): interface
The text was updated successfully, but these errors were encountered: