[PR #280] [MERGED] Fix Proxmox v8.0.4 panic interface {} is string, not float64 #367

Closed
opened 2026-02-28 00:41:55 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: fix-memory-type-proxmox-8.0.4


📝 Commits (2)

  • 9d51f1e Fix Proxmox v8.0.4 panic interface {} is string, not float64
  • b3f8683 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Telmate/proxmox-api-go/pull/280 **Author:** [@frostyfab](https://github.com/frostyfab) **Created:** 11/17/2023 **Status:** ✅ Merged **Merged:** 12/6/2023 **Merged by:** [@mleone87](https://github.com/mleone87) **Base:** `master` ← **Head:** `fix-memory-type-proxmox-8.0.4` --- ### 📝 Commits (2) - [`9d51f1e`](https://github.com/Telmate/proxmox-api-go/commit/9d51f1ee1557a5b409ea3548168690063800b4d9) Fix Proxmox v8.0.4 panic interface {} is string, not float64 - [`b3f8683`](https://github.com/Telmate/proxmox-api-go/commit/b3f8683054f285d288504fbee44ad3fa2601e417) Merge branch 'master' into fix-memory-type-proxmox-8.0.4 ### 📊 Changes **1 file changed** (+212 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/config_qemu.go` (+212 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#367
No description provided.