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
It breaks down when i await mpris.close();
Here are the messages:
Exception has occurred.
Attempted to remove match that is not added: type='signal',sender='org.freedesktop.DBus',interface='org.freedesktop.DBus',member='NameAcquired'
By the way, the _matchRules 's size is zero.
The text was updated successfully, but these errors were encountered:
I'm aware of the issue, but don't know how to properly solve it. As far as I understood the library needs to subscribe to some signals (please refer to the spec for more information).
It breaks down when i
await mpris.close();
Here are the messages:
By the way, the
_matchRules
's size is zero.The text was updated successfully, but these errors were encountered: