An API error occurred with the Proxmox widget. #2275
Replies: 2 comments 1 reply
-
You checked the box but you didn’t actually do the troubleshooting steps. ENOTFOUND Is a networking issue, not a homepage bug |
Beta Was this translation helpful? Give feedback.
1 reply
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I can open the link(https://xxx:8006/api2/json/cluster/resources) from the browser, but the widget prompts an API error.
When I use a domain name signed with an SSL certificate to access, I get an error -3007. And then when I use the IP to access, it prompts error -104.
I'm sure I followed the official website documentation exactly, but still to no avail.
Proxmox version: v8.0.3
Homepage version: v0.7.4 (8ec488e)
Steps to reproduce
1.https://gethomepage.dev/v0.7.4/widgets/services/proxmox/
2.edit services.yaml
icon: proxmox.png
href: https://pve.xxx.top:8006
ping: https://pve.xxx.top:8006
description: PVEadmin
widget:
type: proxmox
url: https://pve.xxx.top:8006
username: xxx@pam!homepage
password: xxx-xxx-xxx-xxx
3.refresh page
homepage version
v0.7.4 (8ec488e)
Installation method
Docker
Configuration
No response
Container Logs
No response
Browser Logs
No response
Troubleshooting
[2023-11-05T08:20:30.849Z] error: HTTP Error 500 calling https://192.168.x.x:8006/api2/json/cluster/resources
[2023-11-05T08:20:40.753Z] error: Error calling https://pve.xxx.top:8006/...
[2023-11-05T08:20:40.753Z] error: [
500,
Error: getaddrinfo ENOTFOUND pve.xxx.top
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26) {
errno: -3007,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'pve.xxx.top'
}
]
[2023-11-05T08:20:40.758Z] error: Error calling https://pve.xxx.top:8006/...
[2023-11-05T08:20:40.759Z] error: [
500,
Error: getaddrinfo ENOTFOUND pve.xxx.top
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26) {
errno: -3007,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'pve.xxx.top'
}
]
[2023-11-05T08:20:41.892Z] error: Error calling https://192.168.x.x:8006/api2/json/cluster/resources...
[2023-11-05T08:20:41.893Z] error: [
500,
Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) {
errno: -104,
code: 'ECONNRESET',
syscall: 'read'
}
]
[2023-11-05T08:20:41.893Z] error: HTTP Error 500 calling https://192.168.x.x:8006/api2/json/cluster/resources
[2023-11-05T08:20:46.744Z] error: Error calling https://pve.xxx.top:8006/...
[2023-11-05T08:20:46.744Z] error: [
500,
Error: getaddrinfo ENOTFOUND pve.xxx.top
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26) {
errno: -3007,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'pve.xxx.top'
}
]
[2023-11-05T08:20:46.748Z] error: Error calling https://pve.xxx.top:8006/...
[2023-11-05T08:20:46.749Z] error: [
500,
Error: getaddrinfo ENOTFOUND pve.xxx.top
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26) {
errno: -3007,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'pve.xxx.top'
}
]
[2023-11-05T08:20:47.828Z] error: Error calling https://192.168.x.x:8006/api2/json/cluster/resources...
[2023-11-05T08:20:47.829Z] error: [
500,
Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) {
errno: -104,
code: 'ECONNRESET',
syscall: 'read'
}
]
[2023-11-05T08:20:47.829Z] error: HTTP Error 500 calling https://192.168.x.x:8006/api2/json/cluster/resources
Other
No response
Before submitting, I have made sure to
Beta Was this translation helpful? Give feedback.
All reactions