Replies: 3 comments 1 reply
-
Thanks for posting a discussion about homepage here on GitHub. Homepage now uses a fancy new AI tool thanks to our friends at Glime, so the answer below is the AI bot's attempt to answer your question. If you feel it's sufficient you can mark the answer and close this post, otherwise feel free to leave it open of course! Thanks for using Homepage! ❤️ Based on the information provided, it seems that the Homepage instance is experiencing a high number of HTTP 500 errors when attempting to call various services (e.g., librephotos-proxy, prometheus, lemmy, calibre-web, lazylibrarian, sonarr, jellyfin, readarr, radarr). These errors indicate that the services cannot be found (ENOTFOUND), which suggests a DNS resolution issue or a misconfiguration in the service URLs. Here are some steps you can take to troubleshoot the issue:
Remember to back up your configuration before making any changes. If you need further assistance, please provide more details about your setup, such as the configuration files for Homepage and any customizations you have made. This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
Description
Hello.
After updating the Homepage to v0.8.11 it started to work slower and used a lot of CPU.
The logs do not show anything suspicious. All errors are about turned off services.
Do you know where there could be a problem?
homepage version
v0.8.11
Installation method
Docker
Configuration
No response
Container Logs
}
]
[2024-04-16T15:58:14.745Z] error: Error calling http://librephotos-proxy/...
[2024-04-16T15:58:14.745Z] error: [
500,
Error: getaddrinfo ENOTFOUND librephotos-proxy
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'librephotos-proxy'
}
]
[2024-04-16T15:58:14.745Z] error: Error calling http://prometheus:9090/...
[2024-04-16T15:58:14.746Z] error: [
500,
Error: getaddrinfo ENOTFOUND prometheus
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'prometheus'
}
]
[2024-04-16T15:58:14.755Z] error: Error calling http://lemmy/...
[2024-04-16T15:58:14.755Z] error: [
500,
Error: getaddrinfo ENOTFOUND lemmy
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'lemmy'
}
]
[2024-04-16T15:58:14.795Z] error: Error calling http://calibre-web:8083/...
[2024-04-16T15:58:14.795Z] error: [
500,
Error: getaddrinfo ENOTFOUND calibre-web
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'calibre-web'
}
]
[2024-04-16T15:58:14.796Z] error: Error calling http://lazylibrarian:5299/...
[2024-04-16T15:58:14.797Z] error: [
500,
Error: getaddrinfo ENOTFOUND lazylibrarian
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'lazylibrarian'
Browser Logs
Failed to load resource: the server responded with a status of 500 ()
/api/services/proxy?type=sonarr&group=Multimedia&service=Sonarr&endpoint=queue:1 Failed to load resource: the server responded with a status of 500 ()
/api/services/proxy?type=jellyfin&group=Multimedia&service=Jellyfin&endpoint=Count&query=%7B%22refreshInterval%22%3A60000%7D:1 Failed to load resource: the server responded with a status of 500 ()
/api/services/proxy?type=sonarr&group=Multimedia&service=Sonarr&endpoint=wanted%2Fmissing:1 Failed to load resource: the server responded with a status of 500 ()
/api/services/proxy?type=sonarr&group=Multimedia&service=Sonarr&endpoint=queue%2Fdetails:1 Failed to load resource: the server responded with a status of 500 ()
/api/services/proxy?type=readarr&group=Books+%26+Documents&service=Readarr&endpoint=book:1 Failed to load resource: the server responded with a status of 500 ()
/api/services/proxy?type=radarr&group=Multimedia&service=Radarr&endpoint=movie:1 Failed to load resource: the server responded with a status of 500 ()
/api/services/proxy?type=sonarr&group=Multimedia&service=Sonarr&endpoint=series:1 Failed to load resource: the server responded with a status of 500 ()
/api/services/proxy?type=radarr&group=Multimedia&service=Radarr&endpoint=queue%2Fdetails:1 Failed to load resource: the server responded with a status of 500 ()
Troubleshooting
do not know how to troubleshoot it.
Beta Was this translation helpful? Give feedback.
All reactions