[GH-ISSUE #199] not enough values to unpack (expected 2, got 0) when setting VMID ERROR #112

Closed
opened 2026-02-27 15:46:30 +03:00 by kerem · 2 comments
Owner

Originally created by @SpiderUnderUrBed on GitHub (Feb 17, 2025).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/199

Originally assigned to: @jhollowe on GitHub.

 File "/nix/store/c4ni921cml5acvsyz0gzs1k28n2c9xhv-nixmoxer-1.0.0/lib/python3.12/site-packages/main.py", line 142, in find_free_vmid
   ids, _ = zip(*vms)
   ^^^^^^
ValueError: not enough values to unpack (expected 2, got 0)

^ actual error

I am using nixos-proxmox, but this is not a nixos-proxmox issue, as the issue comes from proxmoxer, here is my configuration (its in nix, but its easy to understand):

https://pastebin.com/P7SFZdHY

Originally created by @SpiderUnderUrBed on GitHub (Feb 17, 2025). Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/199 Originally assigned to: @jhollowe on GitHub. ``` File "/nix/store/c4ni921cml5acvsyz0gzs1k28n2c9xhv-nixmoxer-1.0.0/lib/python3.12/site-packages/main.py", line 142, in find_free_vmid ids, _ = zip(*vms) ^^^^^^ ValueError: not enough values to unpack (expected 2, got 0) ``` ^ actual error I am using nixos-proxmox, but this is not a nixos-proxmox issue, as the issue comes from proxmoxer, here is my configuration (its in nix, but its easy to understand): https://pastebin.com/P7SFZdHY
kerem 2026-02-27 15:46:30 +03:00
Author
Owner

@jhollowe commented on GitHub (Feb 18, 2025):

To be able to triage this, I'm going to need more info than logs lines coming from some other tool which (from what I can see) may or not be using proxmoxer.

  • what version of proxmoxer is being used?
  • what version of Proxmox Virtual Environment is being used?
  • how is proxmoxer being used? where can I find more info on this tool?
  • what is trying to be done?
<!-- gh-comment-id:2667145685 --> @jhollowe commented on GitHub (Feb 18, 2025): To be able to triage this, I'm going to need more info than logs lines coming from some other tool which (from what I can see) may or not be using proxmoxer. * what version of proxmoxer is being used? * what version of Proxmox Virtual Environment is being used? * how is proxmoxer being used? where can I find more info on this tool? * what is trying to be done?
Author
Owner

@SpiderUnderUrBed commented on GitHub (Feb 21, 2025):

I made the mistake of opening this upsteam rather than sorting it out with the specific tool I am using, I will make a issue with them, and if its not resolved there I will re-open this issue.

<!-- gh-comment-id:2673528016 --> @SpiderUnderUrBed commented on GitHub (Feb 21, 2025): I made the mistake of opening this upsteam rather than sorting it out with the specific tool I am using, I will make a issue with them, and if its not resolved there I will re-open this issue.
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/proxmoxer#112
No description provided.