Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vmauto.py incompatible with virtualbox 4.x #27

Open
GoogleCodeExporter opened this issue Jan 11, 2016 · 1 comment
Open

vmauto.py incompatible with virtualbox 4.x #27

GoogleCodeExporter opened this issue Jan 11, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

...
> [INFO]  Using MAL1 (uuid: 959271cf-28fd-4ad1-8f34-d696e5a8ffec)
> [INFO]  Session state: Locked
> [INFO]  Machine state: Running
> 'unicode' object has no attribute 'lockMachine'
> ...
>
> This happens at:
>
> vm.stop() in myvbox.py
>
> and this basically boils down to failing at this spot:
>
>     def opensession(self):
>
>         *session = self.ctx['global'].openMachineSession(self.mach.id)*
>
>         mach = session.machine
>
>         return (session, mach)

Original issue reported on code.google.com by [email protected] on 22 Jun 2011 at 2:17

@GoogleCodeExporter
Copy link
Author

Looks like they changed something in the API regarding sessions and locking
of the machines:

http://download.virtualbox.org/virtualbox/SDKRef.pdf

In the section:

*12 Main API change log*

Original comment by [email protected] on 22 Jun 2011 at 2:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant