No Queries listed and "An Unknown Error Occurred

I have this installed on a Synlogy docker image running in Container Manager.

The system is still blocking queries. I am using a MacVlan network so I think my yaml file is correct but not 100% sure
YamlPihole6.txt (1.6 KB)

Expected Behaviour:

When I click on the 3 buttons on the dashboard expecting to see queries or blocked queries.

Actual Behaviour:

I get no queries listed and when I click on the XXActive Clients one It throws an error.
An unknown error occurred while loading the data.
{"error":{"key":"not_found","message":"Not found","hint":"/api/network/devices"},"took":0.00019192695617675781}

Debug Token:

https://tricorder.pi-hole.net/C0SrRpai/

If your Pi-hole doesn't receive any DNS queries, that would suggest that you haven't yet configured your router to tell your network that only Pi-hole is to be used for DNS.

Your debug log shows that you configured Pi-hole to use IPv6 addresses as upstreams, but your Docker container has no IPv6 connectivity (which is perfectly fine).

Still, to avoid error messages caused by unnecessary DNS requests, you should untick those IPv6 upstreams under Settings | DNS.

The debug log also shows you've switched on every available debug feature.
This will prompt fast log file growth, and it would also make it harder to find actual issues buried in your thousands of insignificant log lines.
You should only switch them on for the areas you are actually trying to troubleshoot.

Thanks for the response. I have flipped those debug flags back off.
I was looking for the option to generate/upload the debug from the gui but that seems to be gone in this version.

I’ve also disabled ipv6 as suggested. Pihole is receiving and processing requests but it just doesn’t show anything in the interface when I click in the buttons on the dashboard.


This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.