Trying to use the get_position method on an MPRIS interface, in the example from the README, I get dbus_next.errors.DBusError: property returned unexpected signature "x". This is because the property is typed x, a signed int64, but introspection thinks it is typed i.
Trying to use the
get_positionmethod on an MPRIS interface, in the example from the README, I getdbus_next.errors.DBusError: property returned unexpected signature "x". This is because the property is typedx, a signed int64, but introspection thinks it is typedi.