-
Notifications
You must be signed in to change notification settings - Fork 458
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
MPRIS returns an empty array #649
Comments
The issue had a template for a reason. You didn't provide any log files or information about the system you are running. |
You're right, I'm sorry, updating the issue. |
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. |
I just tried to make add a set method to the volume property. if I try: I get: @eladyn stated here #1047 that this may be because of an expired token. I think that this is another problem, but not the main one Because even if the token is not expired, an empty array will be returned. This seems to be the case because the response from the Spotify API is in a different format from what Rspotify expects.
Rspotify has just added this "collection" variant: However, the current release of Rspotify breaks compatibility with the currently used version. This phenomenon btw also applies to the other methods with similar implementations - such as the volume property, which always returns the default value of 0. BTW, this issue does not affect metadata which is fetched for the properties changed notifications because it used a different method. It would be great if a new version of Rspotify would be implemented. |
So |
For me it works fine now. |
Thanks for the feedback, going to close this. If anyone runs into this problem again, feel free to reopen! |
Description
This is a follow up to #503
In the issue, it is instructed to use your own Spotify client id when running spotifyd.
I've followed the instructions by creating a new id and setting the
SPOTIFYD_CLIENT_ID
environment variable.however, the error still persists.
To Reproduce
run:
SPOTIFY_CLIENT_ID=ID spotifyd --no-daemon
(in fish that's how you set the environment variable)
Expected behavior
should not show the error
Logs
Click to show logs
https://pastebin.com/AGzczd5eI've downloaded using AUR: https://aur.archlinux.org/packages/spotifyd-dbus-mpris/
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: