Telmate / proxmox-api-go

Consume the proxmox API in golang
MIT License
384 stars 240 forks source link

Proxmox v8.0.4 panic interface {} is string, not float64 #283

Closed OrZidkani closed 9 months ago

OrZidkani commented 11 months ago

panic: interface conversion: interface {} is string, not float64 goroutine 135 [running]: github.com/Telmate/proxmox-api-go/proxmox.NewConfigQemuFromApi

There is PR by @frostyfab

https://github.com/Telmate/proxmox-api-go/pull/280