[GH-ISSUE #840] Can't select songs for playback #356

Open
opened 2026-02-28 14:48:40 +03:00 by kerem · 4 comments
Owner

Originally created by @iamteedoh on GitHub (Jul 22, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/840

I have several playlists/songs. If I open a playlist and select a song, it only plays the one and only song it ever played for the first time. I can't change the song at all. If I go to the Song box area, highlight the song, and hit [enter], it still plays the previous and first song ever played. It's like that first song is stuck in the play bar.

Is there a way to maybe remove some cache or something here? I even tried adding the song I wanted to the queue by pressing z and still no luck.

For example, I chose this track to play by hitting [enter]

image

When looking at the logs in syslog, however, it still tries to play this same song below but that song won't even play:

Jul 22 07:46:49 themonster spotifyd[1955273]: 07:46:49 [INFO] Loading track "Quiero Bailar" with Spotify URI "spotify:track:4H678RF64rg7jU68kTpX123"
Jul 22 07:46:49 themonster spotifyd[1955273]: 07:46:49 [INFO] Track "Quiero Bailar" loaded

My spotifyd.conf file contains the following:

[global]
username = "myusername"
password = "my_spotify_passwd"
backend = pulseaudio
device_name = KDENeon
device_type = computer
bitrate = 320

My client.yml file for spotify-tui contains the following:

---
client_id: my_id_from_spotify_dev
client_secret: my_secret_from_spotify_dev
device_id: KDENeon
port: 8888

Furthermore, if I run a playlist like this: spt play --name "Wu-Tang" --playlist, this is the result I get back:

image

As you can see, no matter what I do, it still tries to play that same song over and over.

I use spotifyd to playback the music. It's worth noting that I can actually listen to that first song when it does plays. It makes me even wonder if it's a keybinding issue too?

And yes, this is a premium (family) account.

Originally created by @iamteedoh on GitHub (Jul 22, 2021). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/840 I have several playlists/songs. If I open a playlist and select a song, it only plays the one and only song it ever played for the first time. I can't change the song at all. If I go to the Song box area, highlight the song, and hit [enter], it still plays the previous and first song ever played. It's like that first song is stuck in the play bar. Is there a way to maybe remove some cache or something here? I even tried adding the song I wanted to the queue by pressing z and still no luck. For example, I chose this track to play by hitting `[enter]` ![image](https://user-images.githubusercontent.com/7767846/126634414-73a925ea-968b-4a91-855c-215238506db4.png) When looking at the logs in `syslog`, however, it still tries to play this same song below but that song won't even play: ``` Jul 22 07:46:49 themonster spotifyd[1955273]: 07:46:49 [INFO] Loading track "Quiero Bailar" with Spotify URI "spotify:track:4H678RF64rg7jU68kTpX123" Jul 22 07:46:49 themonster spotifyd[1955273]: 07:46:49 [INFO] Track "Quiero Bailar" loaded ``` My spotifyd.conf file contains the following: ``` [global] username = "myusername" password = "my_spotify_passwd" backend = pulseaudio device_name = KDENeon device_type = computer bitrate = 320 ``` My client.yml file for **spotify-tui** contains the following: ``` --- client_id: my_id_from_spotify_dev client_secret: my_secret_from_spotify_dev device_id: KDENeon port: 8888 ``` Furthermore, if I run a playlist like this: `spt play --name "Wu-Tang" --playlist`, this is the result I get back: ![image](https://user-images.githubusercontent.com/7767846/126635855-9fc5c06d-e65d-4ccf-bccc-757d621a1a58.png) As you can see, no matter what I do, it still tries to play that same song over and over. I use `spotifyd` to playback the music. It's worth noting that I can actually listen to that first song when it does plays. It makes me even wonder if it's a keybinding issue too? And yes, this is a premium (family) account.
Author
Owner

@dragosussy commented on GitHub (Sep 6, 2021):

The same happens to me.

I'm using spotifyd too on a premium duo account.

<!-- gh-comment-id:913831761 --> @dragosussy commented on GitHub (Sep 6, 2021): The same happens to me. I'm using spotifyd too on a premium duo account.
Author
Owner

@Vinzent03 commented on GitHub (Sep 14, 2021):

Totally agree. I have no idea why it doesn't let me play a song I select. It only works by adding it to the queue via z and skipping the song by n

<!-- gh-comment-id:919181464 --> @Vinzent03 commented on GitHub (Sep 14, 2021): Totally agree. I have no idea why it doesn't let me play a song I select. It only works by adding it to the queue via `z` and skipping the song by `n`
Author
Owner

@oivvio commented on GitHub (Oct 25, 2021):

Same here

<!-- gh-comment-id:950559604 --> @oivvio commented on GitHub (Oct 25, 2021): Same here
Author
Owner

@jukefr commented on GitHub (Jul 17, 2022):

same issue any news on this by any chance ?
only seems to happen with spotifyd, not with web player device so maybe its an spotifyd issue 🤷

edit: spotifyd official snap package was actually behind like 123 versions from latest so that was the issue, built latest from source and everything works fine now

<!-- gh-comment-id:1186421496 --> @jukefr commented on GitHub (Jul 17, 2022): same issue any news on this by any chance ? only seems to happen with spotifyd, not with web player device so maybe its an spotifyd issue :shrug: **edit: spotifyd official snap package was actually behind like 123 versions from latest so that was the issue, built latest from source and everything works fine now**
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-tui#356
No description provided.