playerctl icon indicating copy to clipboard operation
playerctl copied to clipboard

playerctld: could not get tracklist properties for player: <snip>.spotifyd.instance3424

Open ParetoOptimalDev opened this issue 2 years ago • 0 comments

On nixos with the versions:

~ $ playerctl --version
v2.4.1
~ $ spotifyd --version
spotifyd 0.3.4

I get this:

playerctld[3480]: could not get tracklist properties for player: org.mpris.MediaPlayer2.spotifyd.instance3424
Full error context
~ $ systemctl --user status playerctld
● playerctld.service - MPRIS media player daemon
     Loaded: loaded (/home/pod/.config/systemd/user/playerctld.service; enabled; preset: enabled)
     Active: active (running) since Fri 2023-02-10 13:19:38 CST; 1s ago
   Main PID: 3480 (playerctld)
      Tasks: 3 (limit: 19022)
     Memory: 756.0K
        CPU: 6ms
     CGroup: /user.slice/user-1002.slice/[email protected]/app.slice/playerctld.service
             └─3480 /nix/store/3x15fsc7811gvrl22mcjj3g1ygkjgima-playerctl-2.4.1/bin/playerctld

Feb 10 13:19:38 tower2 systemd[2072]: Starting MPRIS media player daemon...
Feb 10 13:19:38 tower2 playerctld[3480]: could not get tracklist properties for player: org.mpris.MediaPlayer2.spotifyd.instance3424
Feb 10 13:19:38 tower2 playerctld[3480]: could not get playlists properties for player: org.mpris.MediaPlayer2.spotifyd.instance3424
Feb 10 13:19:38 tower2 systemd[2072]: Started MPRIS media player daemon.

Is it possible that playerctld needs a fix like you applied in https://github.com/celluloid-player/celluloid/pull/693 in response to https://github.com/altdesktop/playerctl/issues/250 ?

ParetoOptimalDev avatar Feb 10 '23 19:02 ParetoOptimalDev