[GH-ISSUE #375] webvirtmgr - interfaces: 500 Internal Server Error #282

Closed
opened 2026-02-27 16:38:43 +03:00 by kerem · 0 comments
Owner

Originally created by @labdidi on GitHub (Jul 27, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/375

Hi,

OS: Debian Wheezy
Libvirt version: 0.9.12.3

when i try to access the menu punkt interfaces i get the following error:
-- snip --
Oops!
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete you request.
-- snip --

Hier the error trace from the apache error log:
-- snip --
[Sun Jul 27 18:32:09 2014] [error] ERROR:django.request:Internal Server Error: /interfaces/1/
[Sun Jul 27 18:32:09 2014] [error] Traceback (most recent call last):
[Sun Jul 27 18:32:09 2014] [error] File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 115, in get_response
[Sun Jul 27 18:32:09 2014] [error] response = callback(request, _callback_args, *_callback_kwargs)
[Sun Jul 27 18:32:09 2014] [error] File "/var/www/webvirtmgr/interfaces/views.py", line 31, in interfaces
[Sun Jul 27 18:32:09 2014] [error] netdevs = conn.get_net_device()
[Sun Jul 27 18:32:09 2014] [error] File "/var/www/webvirtmgr/vrtManager/connection.py", line 149, in get_net_device
[Sun Jul 27 18:32:09 2014] [error] for dev in self.wvm.listAllDevices(0):
[Sun Jul 27 18:32:09 2014] [error] AttributeError: virConnect instance has no attribute 'listAllDevices'
-- snip --

Originally created by @labdidi on GitHub (Jul 27, 2014). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/375 Hi, OS: Debian Wheezy Libvirt version: 0.9.12.3 when i try to access the menu punkt interfaces i get the following error: -- snip -- Oops! 500 Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete you request. -- snip -- Hier the error trace from the apache error log: -- snip -- [Sun Jul 27 18:32:09 2014] [error] ERROR:django.request:Internal Server Error: /interfaces/1/ [Sun Jul 27 18:32:09 2014] [error] Traceback (most recent call last): [Sun Jul 27 18:32:09 2014] [error] File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 115, in get_response [Sun Jul 27 18:32:09 2014] [error] response = callback(request, _callback_args, *_callback_kwargs) [Sun Jul 27 18:32:09 2014] [error] File "/var/www/webvirtmgr/interfaces/views.py", line 31, in interfaces [Sun Jul 27 18:32:09 2014] [error] netdevs = conn.get_net_device() [Sun Jul 27 18:32:09 2014] [error] File "/var/www/webvirtmgr/vrtManager/connection.py", line 149, in get_net_device [Sun Jul 27 18:32:09 2014] [error] for dev in self.wvm.listAllDevices(0): [Sun Jul 27 18:32:09 2014] [error] AttributeError: virConnect instance has no attribute 'listAllDevices' -- snip --
kerem closed this issue 2026-02-27 16:38:43 +03:00
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#282
No description provided.