mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-25 15:16:01 +03:00
[GH-ISSUE #176] Wrong URL with backend local #100
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#100
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 @dainok on GitHub (Sep 29, 2024).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/176
Originally assigned to: @dainok on GitHub.
Seems that Proxmoxer is setting a wrong URL using the local backend:
The error is:
The affected file is
proxmoxer/backends/local.py. Target should be/and notlocalhost:With this change the URL is correct:
If anyone can confirm my usage is correct, I can prepare a patch.
Version:
@leahoswald commented on GitHub (Oct 2, 2024):
I can confirm the error and that the wrong target was introduced last year with this commit
github.com/proxmoxer/proxmoxer@500a8dd2e3so between the 2.0.1 release and the 2.1.0 release. Downgraded for now.@arthurlunkes commented on GitHub (Oct 24, 2024):
PLEASE MERGE @jhollowe @dainok ! Proxmoxer does not work for local cases. This guy solved it✅. I'm starting a project in my organization and I need this LIB, but it's impossible to use API or SSH because my script will run locally.