altdesktop / playerctl

🎧 mpris media player command-line controller for vlc, mpv, RhythmBox, web browsers, cmus, mpd, spotify and others.
GNU Lesser General Public License v3.0
2.43k stars 79 forks source link

Unknown or unsupported transport “disabled” for address “disabled:” #262

Closed 144reasons closed 2 years ago

144reasons commented 2 years ago

The player I am using is Spotify.

I am trying to use playerctl status, but every time I try to run that, it gives me the following error: Unknown or unsupported transport “disabled” for address “disabled:” I thought it was an issue with the daemon, so I ran playerctld daemon, but got the following: could not connect to message bus: Unknown or unsupported transport ?disabled? for address ?disabled:?

Did I install it incorrectly?

acrisci commented 2 years ago

It seems as though DBus is disabled on your system. You cannot use playerctl unless this is set up correctly.

144reasons commented 2 years ago

Looking into it now, thank you!

144reasons commented 2 years ago

This was user error, closing