mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #280] [MERGED] Fix Proxmox v8.0.4 panic interface {} is string, not float64 #367
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#367
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?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/280
Author: @frostyfab
Created: 11/17/2023
Status: ✅ Merged
Merged: 12/6/2023
Merged by: @mleone87
Base:
master← Head:fix-memory-type-proxmox-8.0.4📝 Commits (2)
9d51f1eFix Proxmox v8.0.4 panic interface {} is string, not float64b3f8683Merge branch 'master' into fix-memory-type-proxmox-8.0.4📊 Changes
1 file changed (+212 additions, -0 deletions)
View changed files
📝
proxmox/config_qemu.go(+212 -0)📄 Description
Workaround by jm-bertheas-datailor for:
panic: interface conversion: interface {} is string, not float64 goroutine 135 [running]:
github.com/Telmate/proxmox-api-go/proxmox.NewConfigQemuFromApi
See:
https://github.com/Telmate/terraform-provider-proxmox/issues/863#issuecomment-1814838167
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.