Open Maarc opened 1 month ago
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:
ssh HASSIO_USER_FROM_CONFIG@YOUR_HA_IP
using the password from the configurationsudo su -
docker ps
to find the process of ghcr.io/alexbelgium/birdnet-go-amd64docker exec -ti 85534aa842ed /bin/bash
… where 85534aa842ed
is the container id of the birdnet-go container/config/config.yaml
. You could also for example delete clips in /data/clips
.Thanks! I'll have a look.
For people less tech-savy it is also possible to edit it manually by installing the Filebrowser addon and going in /addon_configs/xxx-birdnet-go!
Indeed I've verified on my system. I'm see if something can be done or if it is hardcoded
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