mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-25 15:16:01 +03:00
[GH-ISSUE #149] Not displaying containers using example from docs #79
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#79
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 @alessiodam on GitHub (Nov 7, 2023).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/149
Originally assigned to: @jhollowe on GitHub.
I have 5 nodes available with all containers in them but get 0 containers/node outputed.
From Basic Usage:
@jhollowe commented on GitHub (Nov 7, 2023):
Can you provide the code you ran?
@alessiodam commented on GitHub (Nov 8, 2023):
I literally just gave it xD
Authentication works I got a list of nodes
@jhollowe commented on GitHub (Nov 10, 2023):
okay, so what does
print(proxmox.nodes.get())show you? Do you have all the needed permissions on the user/token you are authenticating with (I think theAuditorrole should give you what you need to do a basic listing out of resources)?@alessiodam commented on GitHub (Nov 14, 2023):
Edit: I've been writing my own implementation of a proxmox API and it seems fine to me for now, I won't need your library even if it looks good at first glance ;)
I'm making my own so it works exactly how I want it to.