-
Notifications
You must be signed in to change notification settings - Fork 0
vmauto.py incompatible with virtualbox 4.x #27
Copy link
Copy link
Open
Description
...
> [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 michael.hale@gmail.com on 22 Jun 2011 at 2:17
Reactions are currently unavailable