[GH-ISSUE #630] SearchPage functionality broken #369

Closed
opened 2026-03-02 23:46:57 +03:00 by kerem · 3 comments
Owner

Originally created by @DefacedFace on GitHub (Dec 8, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/630

Attempting to make a search for a song or album on the SearchPage currently does not work for me.

MacOs Sonoma

Originally created by @DefacedFace on GitHub (Dec 8, 2024). Original GitHub issue: https://github.com/aome510/spotify-player/issues/630 Attempting to make a search for a song or album on the SearchPage currently does not work for me. MacOs Sonoma
kerem 2026-03-02 23:46:57 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@aome510 commented on GitHub (Dec 8, 2024):

Please include all necessary information as indicated in the issue template. Can you ensure that you're using the latest version of the app 0.20.3?

<!-- gh-comment-id:2526347165 --> @aome510 commented on GitHub (Dec 8, 2024): Please include all necessary information as indicated in the issue template. Can you ensure that you're using the latest version of the app `0.20.3`?
Author
Owner

@DefacedFace commented on GitHub (Dec 8, 2024):

Whoops didn't realize there was an update. fixed.

<!-- gh-comment-id:2526351859 --> @DefacedFace commented on GitHub (Dec 8, 2024): Whoops didn't realize there was an update. fixed.
Author
Owner

@mr-majkel commented on GitHub (Dec 12, 2024):

Hi @aome510, I'm on 0.20.3 (wsl linux), but I'm still experiencing the issue with search if I use my custom client id in the config. The default spotify client id works (i.e. commenting out the client_id from app.toml file), but I somehow experience more stopped playbacks this way (didn't look into the reasons yet into the log). If understood the changes in #618 the search should be handled by the default client id, right?

This is the example error message captured by spotify_player in the log when doing the search with the custom client_id:

ERROR client_request{request=Search("star wars")}: spotify_player::client::handlers: Failed to handle client request: json parse error: invalid type: null, expected struct SimplifiedPlaylist at line 1 column 1412: invalid type: null, expected struct SimplifiedPlaylist at line 1 column 1412
<!-- gh-comment-id:2538406032 --> @mr-majkel commented on GitHub (Dec 12, 2024): Hi @aome510, I'm on 0.20.3 (wsl linux), but I'm still experiencing the issue with search if I use my custom client id in the config. The default spotify client id works (i.e. commenting out the `client_id` from `app.toml` file), but I somehow experience more stopped playbacks this way (didn't look into the reasons yet into the log). If understood the changes in #618 the search should be handled by the default client id, right? This is the example error message captured by spotify_player in the log when doing the search with the custom `client_id`: ``` ERROR client_request{request=Search("star wars")}: spotify_player::client::handlers: Failed to handle client request: json parse error: invalid type: null, expected struct SimplifiedPlaylist at line 1 column 1412: invalid type: null, expected struct SimplifiedPlaylist at line 1 column 1412 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#369
No description provided.