-
Notifications
You must be signed in to change notification settings - Fork 11
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
SenderUnknownMsgDataError: Some optional args unknown in call to sendMessage('('meshtastic', 'receive')', packet,interface): interface #75
Comments
Also seeing this in the last month or so with 0.7.0 and meshtastic 2.3.14 using Heltec V3 running 2.5.1 connected via LAN/IP.
pip freeze:
|
I apologize for the slow reply I haven't had much time to work on this project lately. This had been an issue since the beginning and the error didn't affect functionality, so it was on the backburner. I just dug into everything an refactored the connection handling.
I don't think this is related to that error. I don't have any experience with the detection sensor module, myself. I'm guessing they're using something other than portnum TEXT_MESSAGE_APP. That's the only packet type the relay looks for & uses for its core functionality. If you want, you can add this line inside the
But as far as that error goes, when you have some time please test the changes in the |
I tested commit 6289fa2 on branch After the first startup I once got:
However, I can't reproduce this error and bridging worked fine. I will report back on the portnum of detection messages. |
I worked on it a bit more and the most recent changes were merged into |
Thank you! I created a PR for detection messages. |
Hi,
thanks a lot for developing and maintaining meshtastic-matrix-relay!
On v0.7.0 with meshtasticd v2.3.13.83f5ba0 connected via TCP (both running on same raspberry pi) the following error keeps recurring:
In my setup, all Matrix messages and all manually typed Meshtastic messages are bridged.
However, messages sent by Meshtastic's detection sensor module are not bridged.
I do not know what this issue is related to the error above.
Any ideas? Thank you!
pip freeze:
The text was updated successfully, but these errors were encountered: