Hi all, I'm currently starting up a new project working with the Parallels Virtualization SDK in Python and I'm running into some issues connecting the vm IO.
The flow that I'm following (based off of the code examples provided by Parallels) is this:
Has anybody else run into these issues? The reference documentation provided by Parallels is a bit lackluster to say the least so I have no idea what causes these errors I'm seeing or how to resolve them.
The flow that I'm following (based off of the code examples provided by Parallels) is this:
- Initialize the SDK
- Create a new Server instance and connect (waiting for the job to finish before moving on) using login_local().wait()
- Get the desired vm (based on vm name) from the vm list provided by the get_vm_list() function in the server class
- Initialize the VmIO object
- Connect io to vm using connect_to_vm()
Has anybody else run into these issues? The reference documentation provided by Parallels is a bit lackluster to say the least so I have no idea what causes these errors I'm seeing or how to resolve them.