-
Notifications
You must be signed in to change notification settings - Fork 182
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
Unable to search or lookup artist songs #617
Comments
Something similar also happens when I start the application, nothing shows in the Playback and from the log I can see this: 2024-11-27T21:53:10.385492Z ERROR librespot_connect::spirc: ContextError: Error { kind: NotFound, error: StatusCode(404) } |
Same issues, this happens when searching
User playlists still work and appear but new playlists that were made recently aren't appended due to
|
I have the exact same issue... Might this be related to recent the changes in the web API? https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api |
I also gave the exact same issue Arch, spotify-player-pipewire from aur |
Can confirm that I also got many 404 errors. Might be related to the new Spotify API changes. Spotify always breaks their APIs 🤦 . I'll take a look over the weekend to see how to fix/mitigate this issue. |
For me, it works fine if I use the default client_id. |
one thing I just found out is that this 404 error only happens if you use your own I feel like this can be worked around further by implementing a separate client just for Spotify Connect, which I will play around over the weekend |
I can confirm that using the default Spotify client_id has fixed the issue for me. |
Should be fixed with #618. Can anyone try latest |
Great work! Works perfectly on mac os after building master. |
when will it be merged into aur package? |
Describe the bug
Whenever I try to search a song or look up an artist's playlist the player gets stuck, from the logs I can see that the fetch request seems to be failing.
To Reproduce
Install spotify-player
Authenticate
Try to search a song title or artist
Expected behaviour
View the searched songs
Log and backtrace
2024-11-27T21:43:17.059424Z INFO client_request{request=GetContext(Artist(ArtistId("2d0hyoQ5ynDBnkvAbJKORj")))}: spotify_player::client: Get artist context: spotify:artist:2d0hyoQ5ynDBnkvAbJKORj
2024-11-27T21:43:17.326311Z ERROR client_request{request=GetContext(Artist(ArtistId("2d0hyoQ5ynDBnkvAbJKORj")))}: spotify_player::client::handlers: Failed to handle client request: get related artists: http error: status code 404 Not Found
Screenshots
N/A
Environment
Additional context
N/A
The text was updated successfully, but these errors were encountered: