Hello. Thanks for great work.
I'm using your lib to write mpris player. When I run it I receive error:
ERROR:root:got unexpected error processing a message: could not find an interface "org.freedesktop.DBus.Properties" at path: "/org/mpris/MediaPlayer2"
Despite this dbus-next successfully implements all methods of Properties interface. And I can see org.freedesktop.DBus.Properties interface on my player in d-feet. What this error mean?
If I try to manualy export Properties interface d-feet shows 2 instances of it and the error disappears.