-
Notifications
You must be signed in to change notification settings - Fork 263
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
Exception when loading project containing a VirtualBox VM #865
Comments
Ok I pushed a fix. Seem to depend of the version of VBOX.
…On Fri, Jan 13, 2017 at 4:48 PM Jeremy Grossmann ***@***.***> wrote:
2017-01-13 23:45:58 INFO virtualbox_vm.py:185 VirtualBox VM 'LinuxTinycore3.8.2-1' [b9e6b64e-50ab-4d4b-b3fa-e53a63bd4ecd] created
2017-01-13 23:45:58 ERROR route.py:236 Uncaught exception detected: <class 'AttributeError'>
Traceback (most recent call last):
File "/home/grossmj/PycharmProjects/gns3-server/gns3server/web/route.py", line 197, in control_schema
yield from func(request, response)
File "/home/grossmj/PycharmProjects/gns3-server/gns3server/handlers/api/compute/virtualbox_handler.py", line 61, in create
adapters=request.json.get("adapters", 0))
File "/home/grossmj/PycharmProjects/gns3-server/gns3server/compute/base_manager.py", line 252, in create_node
yield from node.create()
File "/home/grossmj/PycharmProjects/gns3-server/gns3server/compute/virtualbox/virtualbox_vm.py", line 189, in create
self._patch_vm_uuid()
File "/home/grossmj/PycharmProjects/gns3-server/gns3server/compute/virtualbox/virtualbox_vm.py", line 212, in _patch_vm_uuid
machine.set("uuid", "{" + self.id + "}")
AttributeError: 'NoneType' object has no attribute 'set'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#865>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAVFXReuInB6cABHHsFV2ZLwXU2_Yw7Eks5rR5y3gaJpZM4LjBGO>
.
|
I still have the issue :( |
julien-duponchelle
added a commit
that referenced
this issue
Jan 16, 2017
It with Github down the push has failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: