mirror of
https://github.com/andrew-d/proxmox-service-discovery.git
synced 2026-04-26 12:55:51 +03:00
[GH-ISSUE #11] Failed to fetch IP address from server.GetQEMUInterfaces #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-service-discovery#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @deamwork on GitHub (Dec 2, 2025).
Original GitHub issue: https://github.com/andrew-d/proxmox-service-discovery/issues/11
Log shows the inventory list has been correctly fetched but no valid IP returned.
API from PVE did returned with correct result when also using
agent/network-get-interfaces:After attached debugger,
hwAddris not string equal toiface.HadrwareAddressresulting skip of a valid result because of string case sensitivity issue.@vpmartin commented on GitHub (Feb 25, 2026):
+1, was experiencing exactly the same issue. Cloning your branch from PR#12 instead instantly fixed the problem for me.
@andrew-d any chance of seeing this PR approved?
@ange007 commented on GitHub (Mar 4, 2026):
It works for me — thanks!