You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue seems to be in notifications.py, lines 163 and 213 add lines that will not fit in JSON, so problematic for MQTT notification with apprise. If they were replaced with something like
.replace("$reason", " (only seen " + str(int(numberDetections)) + " times in last 7d)")
But I don't really know python well enough to know if this is correct.
jds11111
changed the title
Latest version adds two lines to the message body that mess up JSON
Latest version adds two lines to the message body that mess up JSON (need python help)
Mar 12, 2024
#342 (reply in thread)
The text was updated successfully, but these errors were encountered: