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

Exception when loading project containing a VirtualBox VM #865

Closed
grossmj opened this issue Jan 13, 2017 · 3 comments
Closed

Exception when loading project containing a VirtualBox VM #865

grossmj opened this issue Jan 13, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@grossmj
Copy link
Member

grossmj commented Jan 13, 2017

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'
@grossmj grossmj added the Bug label Jan 13, 2017
@grossmj grossmj added this to the 2.0 milestone Jan 13, 2017
julien-duponchelle added a commit that referenced this issue Jan 13, 2017
@julien-duponchelle
Copy link
Contributor

julien-duponchelle commented Jan 13, 2017 via email

@grossmj
Copy link
Member Author

grossmj commented Jan 16, 2017

I still have the issue :(

@julien-duponchelle
Copy link
Contributor

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
Labels
Projects
None yet
Development

No branches or pull requests

2 participants