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
{{ message }}
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
machination create --sharedfolder /home/titi/toto /mnt/project --sharedfolder /home/titi/tutu /mnt/install --no-interactive --verbose :1.0
[...]
Templates loaded.
Instances loaded.
Instance does not exist, proceeding to its creation.
[...]
Unable to create machine instance : object of type 'NoneType' has no len().
Traceback (most recent call last):
File "/usr/local/share/machination/python/machination/cmdline.py", line 454, in createMachineInstance
(template, arch, osversion, provider, provisioner, guestInterfaces, sharedFolders) = w.execute(args,templates)
File "/usr/local/share/machination/python/machination/cmdline.py", line 249, in execute
if(len(args.guestinterface) < template.getGuestInterfaces()):
TypeError: object of type 'NoneType' has no len()
The text was updated successfully, but these errors were encountered:
machination create --sharedfolder /home/titi/toto /mnt/project --sharedfolder /home/titi/tutu /mnt/install --no-interactive --verbose :1.0
[...]
Templates loaded.
Instances loaded.
Instance does not exist, proceeding to its creation.
[...]
Unable to create machine instance : object of type 'NoneType' has no len().
Traceback (most recent call last):
File "/usr/local/share/machination/python/machination/cmdline.py", line 454, in createMachineInstance
(template, arch, osversion, provider, provisioner, guestInterfaces, sharedFolders) = w.execute(args,templates)
File "/usr/local/share/machination/python/machination/cmdline.py", line 249, in execute
if(len(args.guestinterface) < template.getGuestInterfaces()):
TypeError: object of type 'NoneType' has no len()
The text was updated successfully, but these errors were encountered: