-
Notifications
You must be signed in to change notification settings - Fork 1
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 [email protected] on 22 Jun 2011 at 2:17