Skip to content
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

Closed
brad28b opened this issue Jul 1, 2024 · 4 comments
Closed

Periodic errors #31

brad28b opened this issue Jul 1, 2024 · 4 comments

Comments

@brad28b
Copy link

brad28b commented Jul 1, 2024

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

@ianmcorvidae
Copy link

Just linking identical issues together: This SenderUnknownMsgDataError is the same as #4 and is fixed by what's in the comment at: #24 (comment)

@TheCommsChannel
Copy link
Owner

Testing this fix now. I get these from time to time when I'm back on the main mesh.

@TheCommsChannel
Copy link
Owner

Fix seems to be working and just updated the code with the fix. Thanks!

be9aa37

@brad28b
Copy link
Author

brad28b commented Jul 3, 2024

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants