Pi-Hole errors Failed to control DNS Hole and Failed to fetch DNS Hole Summary
Getting the below error from Pi-hole.
2025-03-06T18:11:00.520Z error Failed to run integration job integration=q7xvfx2jyk9gvido95vjjg0x inputHash='W3t9XQ==' error=TypeError: fetch failed
at node:internal/deps/undici/undici:13502:13
at async Array.createPiHoleIntegrationAsync (/app/apps/tasks/tasks.cjs:466956:20)
at async createIntegrationAsync (/app/apps/tasks/tasks.cjs:467394:12)
at async Object.requestAsync (/app/apps/tasks/tasks.cjs:467491:33)
at async Object.requestAsync (/app/apps/tasks/tasks.cjs:467478:16)
at async requestNewDataAsync (/app/apps/tasks/tasks.cjs:467432:26)
at async Object.getCachedOrUpdatedDataAsync (/app/apps/tasks/tasks.cjs:467443:20)
at async /app/apps/tasks/tasks.cjs:468666:9
at async catchingCallbackAsync (/app/apps/tasks/tasks.cjs:457433:9)
The above error also had these properties on it:
{
cause: Error: getaddrinfo ENOTFOUND pi.hole
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'pi.hole'
}
}
4 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Does your Pi-hole run at
pi.hole
?Yes, http://pi.hole/
Solution
I fixed it by pointing it at my pihole IP. Thank you