You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shouldn't this work? I try to get the information in /nodes/<node>/qemu/<vmid>/config/description, but instead I get this TypeError Exception:
2018-11-23 16:23:44,652 DEBUG:paramiko.transport: [chan 1] EOF sent (1)
File "proxmox-dokuwiki-exporter.py", line 36, in <module>
'description')
TypeError: __call__() takes from 1 to 2 positional arguments but 7 were given
The text was updated successfully, but these errors were encountered:
I tried to follow your README, where you do something like this: proxmox.get('nodes', node['node'], 'openvz') and there you have more than 2 arguments as well...
It would be really nice if you could setup some documentation for your code that is more than the few examples in your README. Thanks a lot!
I have tested your README... looks like your examples in the README fail as well with: TypeError: __call__() takes from 1 to 2 positional arguments but 4 were given
I have the following code:
shouldn't this work? I try to get the information in
/nodes/<node>/qemu/<vmid>/config/description
, but instead I get this TypeError Exception:The text was updated successfully, but these errors were encountered: