intermitent API Error, 502, 500 #3265
Replies: 4 comments
-
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 like your Homepage instance is experiencing intermittent network-related errors, specifically Here are some steps you can take to troubleshoot the issue:
If these steps do not resolve the issue, consider opening a GitHub issue with detailed information about your setup, configuration, and the steps you've taken to troubleshoot, so that the maintainers or community can assist you further. This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
-
There was a DNS rate-limit on my DNS server, disabled so far looking good. |
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
Intermittent API and 502 errs, auto-fixes on self-refresh at times.
homepage version
v0.8.11 (4239e8f, Apr 9, 2024)
Installation method
Docker
Configuration
Container Logs
[2024-04-09T01:57:03.935Z] error: HTTP Error 502 calling https://port.mydomain.com/api/endpoints/3/docker/containers/json?all=1
[2024-04-09T01:57:04.794Z] error: Error calling https://auth.mydomain.com/api/v3/events/events/per_month/...
[2024-04-09T01:57:04.808Z] error: [
500,
Error: getaddrinfo EAI_AGAIN auth.mydomain.com
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3001,
code: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'auth.mydomain.com'
}
]
[2024-04-09T01:57:04.812Z] error: HTTP Error 500 calling https://auth.mydomain.com/api/v3/events/events/per_month/?action=login
[2024-04-09T01:57:10.115Z] error: Error calling https://adg.mydomain.com/...
[2024-04-09T01:57:10.119Z] error: [
500,
Error: getaddrinfo EAI_AGAIN adg.mydomain.com
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3001,
code: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'adg.mydomain.com'
}
]
[2024-04-09T01:57:22.560Z] error: HTTP Error 502 calling https://port.mydomain.com/api/endpoints/3/docker/containers/json?all=1
[2024-04-09T01:57:23.528Z] error: Error calling https://adg.mydomain.com/...
[2024-04-09T01:57:23.531Z] error: [
500,
Error: getaddrinfo EAI_AGAIN adg.mydomain.com
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3001,
code: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'adg.mydomain.com'
}
]
[2024-04-09T01:57:55.897Z] error: HTTP Error 502 calling https://port.mydomain.com/api/endpoints/3/docker/containers/json?all=1
[2024-04-09T01:57:57.145Z] error: Error calling https://adg.mydomain.com/...
[2024-04-09T01:57:57.149Z] error: [
500,
Error: getaddrinfo EAI_AGAIN adg.mydomain.com
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3001,
code: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'adg.mydomain.com'
}
]
[2024-04-09T01:58:21.959Z] error: HTTP Error 502 calling https://port.mydomain.com/api/endpoints/3/docker/containers/json?all=1
[2024-04-09T01:58:22.961Z] error: Error calling https://adg.mydomain.com/...
[2024-04-09T01:58:22.966Z] error: [
500,
Error: getaddrinfo EAI_AGAIN adg.mydomain.com
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3001,
code: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'adg.mydomain.com'
}
]
Browser Logs
No response
Troubleshooting
Uptime kuma container on the same host is monitoring the services without any issue
DNS resolution works
can access the services from my laptop
Beta Was this translation helpful? Give feedback.
All reactions