LEW21 / pydbus

Pythonic DBus library
GNU Lesser General Public License v2.1
331 stars 75 forks source link

Method 'SignalPoll' returned type '(v)', but expected '(a{sv})' #73

Open filipe-cantarelli opened 6 years ago

filipe-cantarelli commented 6 years ago

I'm trying to get the return from SignalPoll from wpa_supplicant.

This is what I get: Traceback (most recent call last): File "tool.py", line 14, in <module> interface.SignalPoll() File "/usr/lib/python3.6/site-packages/pydbus/proxy_method.py", line 75, in __call__ 0, timeout_to_glib(timeout), None).unpack() GLib.Error: g-io-error-quark: Method 'SignalPoll' returned type '(v)', but expected '(a{sv})' (13)

Is this a dup of #27 ?

Hegz commented 4 years ago

did you find a work around for this?

filipe-cantarelli commented 4 years ago

@Hegz, nope.