-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
playerctl metadata sometimes returns "No player could handle this command" #557
Comments
I believe this is the same problem I'm having, also on Arch. $ watch -n 1 playerctl status Shows that it is very frequently switching between Similarly, I'm scrobbling with rescrobbled, and those logs look like:
(constantly) EDIT: Forgot to mention, I'm using |
I'm also seeing this occasional behavior. Running |
I'm also seeing this behaviour. Running |
Having the same issue. Running the same versions of |
Any workarounds for this? I am unable to get metadata using the command. |
One solution that worked for me is at the bottom of #503 (and hopefully in the readme soon). The problem isn't with playerctl (it happend also if you
spotifyd.service with SPOTIFYD_CLIENT_ID
#337 makes me think that there is potentially also a second issue where tokens expire after an hour and need to be re-fetched, but I haven't run into that yet. |
@yousefamar, thanks a lot! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
The
playerctl metadata
command mostly returnsNo player could handle this command
for me even though any other interaction withplayerctl
works without any problems.To Reproduce
spotifyd
playerctl --list-all
which correctly listsspotifyd
playerctl metadata
which returnsNo player could handle this command
most of the time and the correct data sometimes... Here's the output of me running the command multiple times within a few seconds:Expected behavior
playerctl
should return the correct metadata every time I runplayerctl metadata
.Logs
Click to show logs
Compilation flags
I'm using
spotifyd-bin-full 0.2.24-1
from the AUR.Versions (please complete the following information):
The relevant log line is probably
May be related to #337 and/or #503. I couldn't find the error message I received in any of these two issues so I created another one but feel free to close this one if you think it's a duplicate.
The text was updated successfully, but these errors were encountered: