-
|
I've been experiencing an issue for several weeks now with all the latest versions of AdGuard Home. I'm installing it on Proxmox using the following Docker-based script: I currently have 3 instances running. 2025/09/23 11:44:34 [info] service: AdGuard Home, version v0.107.66 root@AG-34:/var/log# service AdGuardHome status Second one: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
The logs indicate there’s an empty ID ( Empty IDs are invalid. AdGuard Home validates them at startup and via the new API ( The legacy endpoint ( |
Beta Was this translation helpful? Give feedback.
-
|
Ay the system does not have an option to block services for example over HomeAssistant (which my wife is able tk use) to add/remlve blocked services, I am doing it over script. There I set "" for none. |
Beta Was this translation helpful? Give feedback.
The logs indicate there’s an empty ID (
"") in the config underfiltering.blocked_services.ids(global) orclients.persistent[*].blocked_services.ids(per-client).Empty IDs are invalid. AdGuard Home validates them at startup and via the new API (
/control/blocked_services/update), so it fails with unknown blocked-service""on restart.The legacy endpoint (
/control/blocked_services/set) didn’t validate and could write""into the config; using it can corrupt the list and prevent AGH from starting.