Please follow the below template, it will help us to help you!
If you are Experiencing issues with a Pi-hole install that has non-standard elements (e.g you are using nginx, apache2 or another reverse proxy, or there is some other aspect of your install that is customised) - please use the Community Help category.
Expected Behaviour:
Replace this text with what you think should be happening. Please include as much detail relevant to your system/install as possible including, but not limited to:
- Rasberry Pi OS x64 (Debian Trixie)
- Rasberry Pi 4, B, 8 GB of RAM
- None
- None
Actual Behaviour:
I have error an error about SQL. Out of curiosity, I decided to look at the list of clients connected to this device. A message popped up in the web interface: "An unknown error occurred while loading the data.
{"error":{"key":"not_found","message":"Not found","hint":"/api/network/devices"},"took":0.0026574134826660156}". I decided to check the logs using the web client's built-in utility: Tools -> Tail Log Files -> FTL.log. I tried deleting the database and trying to fix it:
- sudo service pihole-FTL stop
- sudo mv /etc/pihole/pihole-FTL.db /etc/pihole/pihole-FTL-old.db
- sudo service pihole-FTL start
, but nothing worked.