This repository was archived by the owner on Aug 17, 2025. It is now read-only.
Replies: 1 comment
-
Looks like it's an issue with values that are JSON. I'm able to get the fields to save if I use plain text templates without braces and quotes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use Apprise to send MQTT when a new ID occurs. I've set the configuration field
mqtt://USER:[email protected]:1883/birdnet/sightings
Left the title blank and set the body to
{"sci":"$sciname","cmn":"$comname"}
When I send a test notification, everything works as expected. But when I update the settings, both the body and the title field are blank when the page reloads after update. When I check the logs, I see
Seems like the value isn't coming through to the settings page. Or isn't being saved correctly? I checked the source for the settings frame and I don't see malformed HTML there - like the value is being output to the input field but not displayed correctly.
Probably not related, but I did roll back paho-mqtt to make MQTT work again.
Beta Was this translation helpful? Give feedback.
All reactions