[GH-ISSUE #188] SSH backends choke on bytes as parameters #105

Closed
opened 2026-02-27 15:46:28 +03:00 by kerem · 1 comment
Owner

Originally created by @asdorsey on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/188

If bytes are passed as parameters to proxmoxer, they end up formatted like b'this is a parameter' instead of this is a parameter. This makes pvesh choke when the actual API call is made.

I have a fix, will create PR immediately after this ticket.

Originally created by @asdorsey on GitHub (Nov 22, 2024). Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/188 If bytes are passed as parameters to proxmoxer, they end up formatted like `b'this is a parameter'` instead of `this is a parameter`. This makes pvesh choke when the actual API call is made. I have a fix, will create PR immediately after this ticket.
kerem closed this issue 2026-02-27 15:46:28 +03:00
Author
Owner

@asdorsey commented on GitHub (Nov 22, 2024):

PR #189 has a fix for this issue.

<!-- gh-comment-id:2495087236 --> @asdorsey commented on GitHub (Nov 22, 2024): PR #189 has a fix for 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#105
No description provided.