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
$ go run main.go
dbus: dropping invalid reply to org.freedesktop.DBus.Properties.GetAll on obj /org/mpris/MediaPlayer2: dbus: wire format error: invalid object path
I don't know if it is a problem on my part or not...
It seems that the functions on org.mpris.MediaPlayer2 works but not on org.mpris.MediaPlayer2.Player
The text was updated successfully, but these errors were encountered:
Both the Root and Player functions work for me. The invalid object path error may be related to using an empty string as TrackID but I also think it might not be a problem as long as you return valid dbus paths for TrackID once you actually have a track playing.
I set up a minimal working exemple to get a server up and running:
And i got
I don't know if it is a problem on my part or not...
It seems that the functions on
org.mpris.MediaPlayer2
works but not onorg.mpris.MediaPlayer2.Player
The text was updated successfully, but these errors were encountered: