-
-
Notifications
You must be signed in to change notification settings - Fork 256
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Playback suddenly stopped working today. It fetches metadata, but when trying to play a track you get an error.
To Reproduce
On 1.3.1: Open ncspot. Attempt to play any track.
Expected behavior
The track should play
System (please complete the following information):
- OS: macOS, but likely platform independent
- Terminal: Ghostty, but likely terminal independent
- Version: 1.3.1 (2d4507d), happens both on the release and building from source.
- Installed from:
cargo install --path . --no-default-features --features portaudio_backend,pancurses_backend,cover,notify,share_clipboard --debug
Backtrace/Debug log
I believe this is the relevant part, it happens for every track.
[2025-11-06][17:28:47] [ureq::unit] [DEBUG] writing prelude: GET /v1/me/albums?limit=50&market=from_token&offset=0 HTTP/1.1
Host: api.spotify.com
User-Agent: ureq/2.12.1
Accept: */*
authorization: ***
[2025-11-06][17:28:47] [librespot_playback::player] [ERROR] Track should be available, but no alternatives found.
[2025-11-06][17:28:47] [librespot_playback::player] [WARN] <spotify:track:4BGGy5uWeAl7SfAa28Hacv> is not available
[2025-11-06][17:28:47] [librespot_playback::player] [ERROR] Skipping to next track, unable to load track <SpotifyId("spotify:track:4BGGy5uWeAl7SfAa28Hacv")>: ()
[2025-11-06][17:28:47] [ncspot::spotify_worker] [DEBUG] Unhandled player event: Unavailable { play_request_id: 0, track_id: SpotifyId("spotify:track:4BGGy5uWeAl7SfAa28Hacv") }
[2025-11-06][17:28:47] [ncspot::library] [DEBUG] cache from /Users/tomas.guinzburg/.cache/ncspot/playlists.db loaded (55 items)
[2025-11-06][17:28:47] [ncspot::library] [DEBUG] loading playlists
Additional context
Was working fine, it's probably an upstream issue at librespot, it's probably Spotify's fault.
cyqsimon, ekunazanu, ryantheerman, joaopauloalbq, cryeprecision and 15 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working