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
I'm using this module with PulseAudio and it works well except for subscribing to a signal.
The code below is annotated with approaches A and B.
A. Throws immediately.
Error: Method "AddMatch" with signature "s" on interface "org.freedesktop.DBus" doesn't exist
at DBusInterface.<anonymous> (/home/kd/Desktop/bluetooth/samples/node_modules/dbus-native/lib/introspect.js:102:22)
B. It first logs what seems to be the same error that is thrown in A, but apart from that everything is as expected.
Hi everyone,
I'm using this module with PulseAudio and it works well except for subscribing to a signal.
The code below is annotated with approaches A and B.
A. Throws immediately.
B. It first logs what seems to be the same error that is thrown in A, but apart from that everything is as expected.
Could someone explain what is going on here? I wrote a working python equivalent and here's a post it is based on. Might be useful.
My code:
The text was updated successfully, but these errors were encountered: