I realize this is not strictly a WeeWx issue but perhaps Vince can see from the Terminal results below what I might be doing wrong.
I've always been able to run this but can get it to work this time.
Ubuntu 20.04
UDP Listener V 4.x
I issue:
/Downloads/WeeWx/weatherflow-udp-listener-master$ python3 listen.py --decoded
and nothing happens.
When I hit Ctrl-C, this is the result.
^CTraceback (most recent call last):
File "listen.py", line 785, in <module>
t.join()
File "/usr/lib/python3.8/threading.py", line 1011, in join
self._wait_for_tstate_lock()
File "/usr/lib/python3.8/threading.py", line 1027, in _wait_for_tstate_lock
elif lock.acquire(block, timeout):
KeyboardInterrupt
I know the Tempest is working as I receive its data in the Tempest App on the iPad.