[GH-ISSUE #907] No playback found #548

Closed
opened 2026-03-02 23:48:34 +03:00 by kerem · 12 comments
Owner

Originally created by @Horymz4 on GitHub (Jan 4, 2026).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/907

Hey idk if I'm doing something wrong but I cannot control or see any of my playlists or tracks, it just says No playback found at the top. I can however control the app through another device like a web player. I can also see the devices with SwitchDevices cmd, but clicking them doesnt work.

thx for help

Originally created by @Horymz4 on GitHub (Jan 4, 2026). Original GitHub issue: https://github.com/aome510/spotify-player/issues/907 Hey idk if I'm doing something wrong but I cannot control or see any of my playlists or tracks, it just says No playback found at the top. I can however control the app through another device like a web player. I can also see the devices with SwitchDevices cmd, but clicking them doesnt work. thx for help
kerem closed this issue 2026-03-02 23:48:34 +03:00
Author
Owner

@iam-vasanth commented on GitHub (Jan 4, 2026):

It's an on-going issue with the pre-built binary of spotify-player because of some dependency they use. The issue has been resolved in upstream git version. Clone the upstream git version and compile it.

<!-- gh-comment-id:3708457266 --> @iam-vasanth commented on GitHub (Jan 4, 2026): It's an on-going issue with the pre-built binary of spotify-player because of some dependency they use. The issue has been resolved in upstream git version. Clone the upstream git version and compile it.
Author
Owner

@Horymz4 commented on GitHub (Jan 4, 2026):

Thank you every much.

<!-- gh-comment-id:3708478748 --> @Horymz4 commented on GitHub (Jan 4, 2026): Thank you every much.
Author
Owner

@KingKnecht commented on GitHub (Jan 21, 2026):

I cloned the repo and build successfully with all features enabled. Still no devices.
@iam-vasanth what do you mean with "Clone the upstream git version"? Is that different to clone master?

<!-- gh-comment-id:3780689073 --> @KingKnecht commented on GitHub (Jan 21, 2026): I cloned the repo and build successfully with all features enabled. Still no devices. @iam-vasanth what do you mean with "Clone the upstream git version"? Is that different to clone master?
Author
Owner

@Horymz4 commented on GitHub (Jan 21, 2026):

Are you typing "cargo build"? becouse if you type "cargo install" it wont be the latest git version

<!-- gh-comment-id:3780782964 --> @Horymz4 commented on GitHub (Jan 21, 2026): Are you typing "cargo build"? becouse if you type "cargo install" it wont be the latest git version
Author
Owner

@KingKnecht commented on GitHub (Jan 21, 2026):

yes
cargo build --all-features
Result:

❯ target/debug/spotify_player features
Compile-time features:
  ✓ daemon
  ✓ streaming
  ✓ media-control
  ✓ image
  ✓ viuer
  ✓ sixel
  ✓ pixelate
  ✓ notify
  ✓ fzf
  ✓ pulseaudio-backend
  ✓ alsa-backend
  ✓ rodio-backend
  ✓ jackaudio-backend
  ✓ sdl-backend
  ✓ gstreamer-backend
<!-- gh-comment-id:3780793915 --> @KingKnecht commented on GitHub (Jan 21, 2026): yes `cargo build --all-features` Result: ``` ❯ target/debug/spotify_player features Compile-time features: ✓ daemon ✓ streaming ✓ media-control ✓ image ✓ viuer ✓ sixel ✓ pixelate ✓ notify ✓ fzf ✓ pulseaudio-backend ✓ alsa-backend ✓ rodio-backend ✓ jackaudio-backend ✓ sdl-backend ✓ gstreamer-backend ```
Author
Owner

@iam-vasanth commented on GitHub (Jan 21, 2026):

Hi @KingKnecht , Make sure you have defined client_id in app.toml file.

Also, Which OS are you on? Because i use Nixos and it did not work for me. I have tried all the solutions and gave up. I cloned it from main/master branch and built it on a arch distro box container. It worked there for me. It was weird why it did not work on Nixos though when i did the same.

Here is the cmd i used to build :
cargo install --git https://github.com/aome510/spotify-player.git --features image

<!-- gh-comment-id:3780842154 --> @iam-vasanth commented on GitHub (Jan 21, 2026): Hi @KingKnecht , Make sure you have defined client_id in app.toml file. Also, Which OS are you on? Because i use Nixos and it did not work for me. I have tried all the solutions and gave up. I cloned it from main/master branch and built it on a arch distro box container. It worked there for me. It was weird why it did not work on Nixos though when i did the same. Here is the cmd i used to build : ` cargo install --git https://github.com/aome510/spotify-player.git --features image`
Author
Owner

@KingKnecht commented on GitHub (Jan 21, 2026):

I'm on

CachyOS x86_64
Linux 6.18.5-2-cachyos

<!-- gh-comment-id:3780849314 --> @KingKnecht commented on GitHub (Jan 21, 2026): I'm on CachyOS x86_64 Linux 6.18.5-2-cachyos
Author
Owner

@KingKnecht commented on GitHub (Jan 21, 2026):

@iam-vasanth are there any log files to check?

<!-- gh-comment-id:3780856103 --> @KingKnecht commented on GitHub (Jan 21, 2026): @iam-vasanth are there any log files to check?
Author
Owner

@iam-vasanth commented on GitHub (Jan 21, 2026):

Not sure then, I wish i could try and let you know but i deleted my spotify app from my dev dashboard while testing this issue and i can't create a new app right now because spotify has stopped new app registrations temporarily. Im just using the default spotify client now. Hope someone who knows better than me will help you!

<!-- gh-comment-id:3780864582 --> @iam-vasanth commented on GitHub (Jan 21, 2026): Not sure then, I wish i could try and let you know but i deleted my spotify app from my dev dashboard while testing this issue and i can't create a new app right now because spotify has stopped new app registrations temporarily. Im just using the default spotify client now. Hope someone who knows better than me will help you!
Author
Owner

@KingKnecht commented on GitHub (Jan 21, 2026):

@iam-vasanth I think I misunderstand the application. "Device" has probably nothing to do with audio device. It's a Spotify device, I think. What ever that is ^^
I thought it's just like the spotify-launcher (looks like the Spotify app on Windows) but without fancy graphics. But meanwhile I think it's not that easy... or is it/should it be?

<!-- gh-comment-id:3781019794 --> @KingKnecht commented on GitHub (Jan 21, 2026): @iam-vasanth I think I misunderstand the application. "Device" has probably nothing to do with audio device. It's a Spotify device, I think. What ever that is ^^ I thought it's just like the spotify-launcher (looks like the Spotify app on Windows) but without fancy graphics. But meanwhile I think it's not that easy... or is it/should it be?
Author
Owner

@iam-vasanth commented on GitHub (Jan 21, 2026):

Yes, Device in the sense it meant spotify connect devices. That is the reason if asked if you have followed the spotify connect setup process by adding client_id to app.toml config file. If already have gone through the setup. It's the application or the version issue.

<!-- gh-comment-id:3781096612 --> @iam-vasanth commented on GitHub (Jan 21, 2026): Yes, Device in the sense it meant [spotify connect](https://support.spotify.com/us/article/spotify-connect/) devices. That is the reason if asked if you have followed the [spotify connect](https://github.com/aome510/spotify-player?tab=readme-ov-file#spotify-connect) setup process by adding `client_id` to `app.toml` config file. If already have gone through the setup. It's the application or the version issue.
Author
Owner

@iam-vasanth commented on GitHub (Jan 21, 2026):

If you're still facing the issue, I would recommend opening a new issue thread or look for a similar issue thread which is in open status because this is closed and idt anyone other than us will go through this issue thread.

<!-- gh-comment-id:3781107716 --> @iam-vasanth commented on GitHub (Jan 21, 2026): If you're still facing the issue, I would recommend opening a new issue thread or look for a similar issue thread which is in open status because this is closed and idt anyone other than us will go through this issue thread.
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#548
No description provided.