[GH-ISSUE #500] migrate: getAcmePlugin to get acmeplugin #133

Closed
opened 2026-02-28 00:40:42 +03:00 by kerem · 2 comments
Owner

Originally created by @NemoDacremont on GitHub (Oct 30, 2025).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/500

Originally created by @NemoDacremont on GitHub (Oct 30, 2025). Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/500
kerem closed this issue 2026-02-28 00:40:42 +03:00
Author
Owner

@NemoDacremont commented on GitHub (Oct 30, 2025):

> NEW_CLI=false proxmox-api-go -insecure getAcmePlugin standalone
panic: interface conversion: interface {} is nil, not string

goroutine 1 [running]:
github.com/Telmate/proxmox-api-go/proxmox.NewConfigAcmePluginFromApi({0x8f1fe0, 0xbbd480}, {0x7fff2a0e0996, 0xa}, 0xc000031080)
        /home/ndacremont/Documents/explore/proxmox-api-go/proxmox/config__acme__plugin.go:86 +0x334
main.main()
        /home/ndacremont/Documents/explore/proxmox-api-go/main.go:658 +0x71ff

It seems like there is an issue with the parsing (proxmox v9.0.11)

<!-- gh-comment-id:3466709299 --> @NemoDacremont commented on GitHub (Oct 30, 2025): ```sh > NEW_CLI=false proxmox-api-go -insecure getAcmePlugin standalone panic: interface conversion: interface {} is nil, not string goroutine 1 [running]: github.com/Telmate/proxmox-api-go/proxmox.NewConfigAcmePluginFromApi({0x8f1fe0, 0xbbd480}, {0x7fff2a0e0996, 0xa}, 0xc000031080) /home/ndacremont/Documents/explore/proxmox-api-go/proxmox/config__acme__plugin.go:86 +0x334 main.main() /home/ndacremont/Documents/explore/proxmox-api-go/main.go:658 +0x71ff ``` It seems like there is an issue with the parsing (proxmox v9.0.11)
Author
Owner

@NemoDacremont commented on GitHub (Oct 30, 2025):

Image

seems like it's standalone plugin that is special

There is several types of plugins according to https://pve.proxmox.com/pve-docs/api-viewer/index.html#/cluster/acme/plugins (standalone and dns)

<!-- gh-comment-id:3466729313 --> @NemoDacremont commented on GitHub (Oct 30, 2025): <img width="515" height="302" alt="Image" src="https://github.com/user-attachments/assets/6710c9fb-b100-4a41-860a-ca330dcccf32" /> seems like it's standalone plugin that is special There is several types of plugins according to https://pve.proxmox.com/pve-docs/api-viewer/index.html#/cluster/acme/plugins (standalone and dns)
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#133
No description provided.