mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #68] virConnect instance has no attribute 'getSysinfo' #57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wildstray on GitHub (Jun 6, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/68
I'm experiencing errors 500 in Overview and Infrastructure. I'm using a Debian 6.0 with libvirtd (libvirt) 0.9.12, Python 2.6.6, Django 1.4.5, qemu-kvm-0.12.5.
With debug turned on this is the Traceback:
Environment:
Request Method: GET
Request URL: http://10.10.10.170/webvirtmgr/clusters/
Django Version: 1.4.5
Python Version: 2.6.6
Installed Applications:
('django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
'vds')
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware')
Traceback:
File "/usr/lib/python2.6/dist-packages/django/core/handlers/base.py" in get_response
Exception Type: AttributeError at /clusters/
Exception Value: virConnect instance has no attribute 'getSysinfo'