-
Notifications
You must be signed in to change notification settings - Fork 302
Description
Describe the bug
Playing a specific song if in a playlist or liked songs, will refuse to play if requested to play from the terminal player view, but when playing it from an external spotify client it works.
To Reproduce
- Add the song 'Boards of Canada - Turquoise Hexagon Sun' to a playlist
- Play it from spotify-player
Expected behavior
The song plays.
Log and backtrace
When playing from spotify-player, the log just says it tries to play it:
2023-11-08T17:03:15.071059Z INFO client_request{request=Player(StartPlayback(Context(Playlist(PlaylistId("1u2stAfUt4B546W380hjD9")), Some(Uri("spotify:track:7F3MjS1b1xHeaeXyBTvCE0"))), None))}: spotify_player::client: successfully handled the client request, took: 606ms
Nothing actually happens.
However, if i play the same song from the official spotify client, and attempt to connect to it from spotify-player, both clients die:
2023-11-08T17:01:45.676926Z WARN spotify_player::ui::playback: Got a non-track playable item: None
2023-11-08T17:01:45.709484Z WARN spotify_player::ui::playback: Got a non-track playable item: None
2023-11-08T17:01:45.741919Z WARN spotify_player::ui::playback: Got a non-track playable item: None
2023-11-08T17:01:45.774161Z WARN spotify_player::ui::playback: Got a non-track playable item: None
2023-11-08T17:01:45.806400Z WARN spotify_player::ui::playback: Got a non-track playable item: None
2023-11-08T17:01:45.838607Z WARN spotify_player::ui::playback: Got a non-track playable item: None
2023-11-08T17:01:45.870821Z WARN spotify_player::ui::playback: Got a non-track playable item: None
2023-11-08T17:01:45.903078Z WARN spotify_player::ui::playback: Got a non-track playable item: None
2023-11-08T17:01:45.935267Z WARN spotify_player::ui::playback: Got a non-track playable item: None
2023-11-08T17:01:45.967422Z WARN spotify_player::ui::playback: Got a non-track playable item: None
2023-11-08T17:01:45.999648Z WARN spotify_player::ui::playback: Got a non-track playable item: None
2023-11-08T17:01:46.031895Z WARN spotify_player::ui::playback: Got a non-track playable item: None
Environment
- Application version: 0.15.2
- Application features: alsa backend, notify, lyrics and media control
Additional context
To re-iterate, Playing this song from spotify_player does nothing. Playing this song from the official spotify client connected to spotify_player plays as normal. Playing this song from spotify_player connected to the official spotify client causes both ends to die, as seen in the log above.