rtlamr2mqtt icon indicating copy to clipboard operation
rtlamr2mqtt copied to clipboard

LISTEN_ONLY mode does not work as documented

Open JeffFaer opened this issue 1 year ago • 1 comments

$  docker run --rm -ti -e LISTEN_ONLY=yes -e RTL_MSGTYPE="all" --device=/dev/bus/usb:/dev/bus/usb allangood/rtlamr2mqtt
Traceback (most recent call last):
  File "/usr/bin/rtlamr2mqtt.py", line 38, in <module>
    log_message('Starting in LISTEN ONLY Mode...')
NameError: name 'log_message' is not defined

Here's what I found in /usr/bin/rtlamr2mqtt.py: https://gist.github.com/JeffreyFalgout/313e33ee11f543b5b39f242eadb2ca76

which doesn't seem to match what's currently in the repo


Looks like the latest image was last updated 7 months ago. Specifying allangood/rtlamr2mqtt:2.3.3 lets it work

JeffFaer avatar May 24 '23 23:05 JeffFaer