Open jds11111 opened 8 months ago
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.
Maybe I should just put in a PR that comments these out of the message body.
https://github.com/mcguirepr89/BirdNET-Pi/discussions/342#discussioncomment-8736402