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

AttributeError: 'QemuVM' object has no attribute '_internal_console_port' #805

Closed
julien-duponchelle opened this issue Dec 1, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@julien-duponchelle
Copy link
Contributor

https://sentry.io/gns3/gns3-server/issues/188526453/

AttributeError: 'QemuVM' object has no attribute '_internal_console_port'
  File "gns3server/web/route.py", line 197, in control_schema
    yield from func(request, response)
  File "gns3server/handlers/api/compute/qemu_handler.py", line 167, in start
    yield from vm.start()
  File "gns3server/compute/qemu/qemu_vm.py", line 872, in start
    command = yield from self._build_command()
  File "gns3server/compute/qemu/qemu_vm.py", line 1510, in _build_command
    command.extend(self._serial_options())
  File "gns3server/compute/qemu/qemu_vm.py", line 1261, in _serial_options
    return ["-serial", "telnet:127.0.0.1:{},server,nowait".format(self._internal_console_port)]

AttributeError: 'QemuVM' object has no attribute '_internal_console_port'
@julien-duponchelle julien-duponchelle added this to the 2.0 milestone Dec 1, 2016
@julien-duponchelle julien-duponchelle self-assigned this Dec 1, 2016
@julien-duponchelle
Copy link
Contributor Author

I think the problem occur if your change the console type from VNC to telnet

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

1 participant