Proxmox widget returns error 500 #1095
Replies: 5 comments
-
Please post your output from the troubleshooting guide that you indicated above you completed. I don’t have proxmox setup but not aware that this is broken and that error sure seems like a connectivity issue |
Beta Was this translation helpful? Give feedback.
-
@shamoon After testing and following the API creation guide again i noticed i screwed up in the Token ID, i made a typo there. |
Beta Was this translation helpful? Give feedback.
-
Note the yaml spacing sensitivity discussed here: #677 |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to inactivity. |
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
Followed the insctructions to add Proxmox widget and created api-user as instructed.
https://gethomepage.dev/en/services/proxmox/
When opening homepage i'm getting an API error with error code 500.
Steps to reproduce
Follow insctructions from https://gethomepage.dev/en/services/proxmox/
homepage version
v0.6.10 (af2566c, 28 feb 2023)
Installation method
Docker
Configuration
Container Logs
[2023-03-10T14:25:24.109Z] error: HTTP Error 500 calling http://10.0.0.150:8006/api2/json/cluster/resources
[2023-03-10T14:25:38.016Z] error: Error calling http://10.0.0.150/api2/json/cluster/resources...
[2023-03-10T14:25:38.017Z] error: [
500,
Error: socket hang up
at connResetException (node:internal/errors:717:14)
at Socket.socketOnEnd (node:_http_client:526:23)
at Socket.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'ECONNRESET'
}
]
[2023-03-10T14:25:38.017Z] error: HTTP Error 500 calling http://10.0.0.150:8006/api2/json/cluster/resources
Browser Logs
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Other
I put Proxmox behind reverse proxy but this is all internal communication not via proxy at all.
Before submitting, I have made sure to
Beta Was this translation helpful? Give feedback.
All reactions