You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2023. It is now read-only.
I think it may have something to do with p2p-dev-wlan0?
Here's the error when I try to get devices:
>>> import NetworkManager
>>> NetworkManager.NetworkManager.Devices()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.7/site-packages/NetworkManager.py", line 169, in get_func
return fixups.to_python(klass, 'Get', name, data, attrib['type'])
File "/usr/lib/python3.7/site-packages/NetworkManager.py", line 550, in to_python
val = fixups.base_to_python(val)
File "/usr/lib/python3.7/site-packages/NetworkManager.py", line 607, in base_to_python
return [fixups.base_to_python(x) for x in val]
File "/usr/lib/python3.7/site-packages/NetworkManager.py", line 607, in <listcomp>
return [fixups.base_to_python(x) for x in val]
File "/usr/lib/python3.7/site-packages/NetworkManager.py", line 620, in base_to_python
return globals()[classname](val)
File "/usr/lib/python3.7/site-packages/NetworkManager.py", line 348, in __new__
klass = device_class(obj.Get('org.freedesktop.NetworkManager.Device', 'DeviceType', dbus_interface='org.freedesktop.DBus.Properties'))
File "/usr/lib/python3.7/site-packages/NetworkManager.py", line 393, in device_class
}[typ]
KeyError: dbus.UInt32(30, variant_level=1)
Getting this error ever since upgrading my network card.
nmcli dshows me this:I think it may have something to do with
p2p-dev-wlan0?Here's the error when I try to get devices: