mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-25 07:06:00 +03:00
[GH-ISSUE #54] 501 Not Implemented #25
Labels
No labels
backend:https
backend:local
backend:openssh
backend:ssh_paramiko
pull-request
status:ansible-issue
status:help-wanted
status:info-needed
status:proxmox-issue
status:review-needed
type:bug 🐞
type:dependency ⛓️
type:docs 📝
type:enhancement ⏫
type:maintenance 🛠️
type:meta
type:question ❓
type:request ✋
type:testing 🧪
version:1.x
version:latest
version:py2
version:py3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmoxer#25
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?
Originally created by @jeevanshah07 on GitHub (May 13, 2021).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/54
I just finished setting up my proxmox server and had wanted to try this out. After copying the example in the readme (the PVE one) I ran it and was greeted with this error:
I am running this on arch linux with python 3.9.
Thanks in advance
@jhollowe commented on GitHub (May 13, 2021):
What version of PVE and proxmoxer are you using? What backend are you using?
@jeevanshah07 commented on GitHub (May 13, 2021):
PVE: 6.4-4/337d6701
Proxmoxer: 1.1.1
Backend: Https
@jhollowe commented on GitHub (May 13, 2021):
Looking at the APIv2 explorer, it looks like it should be either
qemufor VMs orlxcfor containers instead ofopenvz.There are a lot of issues and outdated code in the README. Feel free to create a PR to fix this issue, but I'm planning to streamline the readme a lot and move some of the more complicated examples into the (currently non-existent) wiki for this repo (hopefully over the summer).
@jeevanshah07 commented on GitHub (May 13, 2021):
Ok thanks