rtlamr2mqtt: Latest update doesnt allow add on to start
Error logs show:
[2022-11-04 07:46:19] Using "/data/options.json" config file
[2022-11-04 07:46:19] MQTT Host defined in config file. Ignoring Supervisor Configuration...
[2022-11-04 07:46:19] RTLAMR2MQTT Starting...
[2022-11-04 07:46:19] RTL SDR Device 0bda:2838 found on USB port 001:003 - Index: 0
Traceback (most recent call last):
File "/usr/bin/rtlamr2mqtt.py", line 440, in <module>
elif re.match(r"(^[0-9]{3}:([0-9]{3}$)))", usb_device_id) is not None:
File "/usr/local/lib/python3.10/re.py", line 190, in match
return _compile(pattern, flags).match(string)
File "/usr/local/lib/python3.10/re.py", line 303, in _compile
p = sre_compile.compile(pattern, flags)
File "/usr/local/lib/python3.10/sre_compile.py", line 788, in compile
p = sre_parse.parse(p, flags)
File "/usr/local/lib/python3.10/sre_parse.py", line 969, in parse
raise source.error("unbalanced parenthesis")
re.error: unbalanced parenthesis at position 23
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (9 by maintainers)
Thanks for the clarification! I removed my comment to avoid confusion.