Michael Gillett

Results 6 comments of Michael Gillett

I'm seeing this error too. Here's my log error. ```meshtastic_listener | Exception in thread Thread-124: meshtastic_listener | Traceback (most recent call last): meshtastic_listener | File "/usr/local/lib/python3.13/threading.py", line 1041, in _bootstrap_inner...

A potential answer for this is my host machine going to sleep while the script is running. Edit: update. It's not. Ran this on Ubuntu server as a docker container...

PR Created: https://github.com/meshtastic/python/pull/730

I was using the latest firmware version when I ran my testing. That, or it's possible none of the nodes in the area were reporting their roles. How many nodes...

Made a PR to potentially address this issue. https://github.com/meshtastic/python/pull/731 I'm open to comments on improving this though.

PR just merged to main. You can now use `!` or `0x` prefixes when setting node destinations. ie: `--dest "0x12345678"` or `--dest "!12345678"`