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
I just updated to the latest BirdNET-Go version 0.5.5-10 (30-09-2024) on my running home assistant instance (Core: 2024.10.1 / Supervisor 2024.10.0 / OS 13.1 / Frontend 20241002.2).
Unfortunately, it is not possible to change the configuration through the UI anymore.
While opening the BirdNET-Go settings and making a change, I get the 'An error occurred while saving settings. Please try again.' message.
Reproduction steps
1. Open the BirdNET-Go setting page (Settings -> Add-ons -> Birdnet-go -> Open web UI -> Settings -> Integrations)
2. Change a value
3. Click on 'Save Changes'
4. See error "An error occurred while saving settings. Please try again."
Add-on Logs
Nothing in the add-on logs. The "save" submit request is not reaching to the server.
Note for people having the same issue: You can change the configuration manually by SSH-ing into home assistant and then into the running BirdNet-Go container to change the configuration file directly.
Here are the steps:
Open “Add-ons” on the settings of HA (UI)
Disable protection mode (require to interact with the docker containers)
Open the configuration tab to see the user & password
On a terminal execute: ssh HASSIO_USER_FROM_CONFIG@YOUR_HA_IP using the password from the configuration
Execute sudo su -
Execute docker ps to find the process of ghcr.io/alexbelgium/birdnet-go-amd64
Then run docker exec -ti 85534aa842ed /bin/bash … where 85534aa842edis the container id of the birdnet-go container
Then edit /config/config.yaml. You could also for example delete clips in /data/clips.
Description
I just updated to the latest BirdNET-Go version 0.5.5-10 (30-09-2024) on my running home assistant instance (Core: 2024.10.1 / Supervisor 2024.10.0 / OS 13.1 / Frontend 20241002.2).
Unfortunately, it is not possible to change the configuration through the UI anymore.
While opening the BirdNET-Go settings and making a change, I get the 'An error occurred while saving settings. Please try again.' message.
Reproduction steps
Add-on Logs
Nothing in the add-on logs. The "save" submit request is not reaching to the server.
In the Chrome JavaScript console, I get:
It looks like the endpoint (/setting/save) is not correct.
Architecture
amd64
OS
HAos
The text was updated successfully, but these errors were encountered: