[GH-ISSUE #567] virt-install'd host - can't set console #427

Open
opened 2026-02-27 16:39:15 +03:00 by kerem · 0 comments
Owner

Originally created by @clark0r on GitHub (Jun 24, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/567

I've used virt-install to setup a new VM with this command:

now i go into the web interface and try and set the console type, when i click "set console type" i get a 500 error and this is produced by webvirtmgr running in a ssh console:

ERROR:django.request:Internal Server Error: /instance/1/james/
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 115, in get_response
response = callback(request, _callback_args, *_callback_kwargs)
File "/var/www/webvirtmgr/instance/views.py", line 500, in instance
conn.set_console_type(console_type)
File "/var/www/webvirtmgr/vrtManager/instance.py", line 430, in set_console_type
graphic.set('type', console_type)
AttributeError: 'NoneType' object has no attribute 'set'

Any advice?

Originally created by @clark0r on GitHub (Jun 24, 2015). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/567 I've used virt-install to setup a new VM with this command: now i go into the web interface and try and set the console type, when i click "set console type" i get a 500 error and this is produced by webvirtmgr running in a ssh console: ERROR:django.request:Internal Server Error: /instance/1/james/ Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 115, in get_response response = callback(request, _callback_args, *_callback_kwargs) File "/var/www/webvirtmgr/instance/views.py", line 500, in instance conn.set_console_type(console_type) File "/var/www/webvirtmgr/vrtManager/instance.py", line 430, in set_console_type graphic.set('type', console_type) AttributeError: 'NoneType' object has no attribute 'set' Any advice?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#427
No description provided.