[GH-ISSUE #1649] Audio key error #752

Open
opened 2026-02-27 19:32:16 +03:00 by kerem · 83 comments
Owner

Originally created by @publicstaticvoidmain42 on GitHub (Nov 21, 2025).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1649

Description

Track fails to load and play. Logs say "audio key error 0 1".

Version

0.7.0+

How to reproduce

  1. Launch librespot with --enable-oauth for authentication and some client name
  2. Authenticate and then open Spotify
  3. Using Spotify Connect try to play music on the librespot client

Log

./target/release/librespot --name "a client" --disable-discovery --enable-oauth

[2025-11-20T07:52:30Z INFO  librespot] librespot 0.8.0 c797acc (Built on 2025-11-15, Build ID: Qyl7XpHd, Profile: release)
[2025-11-20T07:52:30Z WARN  librespot] Credential caching is unavailable, but advisable when using OAuth login.
Browse to: https://accounts.spotify.com/authorize?response_type=code&client_id=65b708073fc0480ea92a077233ca87bd&state=QN_9-jOQ8hmE5R6koCDmWw&code_challenge=69FJhs46TOI3oejOi739Vl-RWMTA3sM9rPs7b4FVW18&code_challenge_method=S256&redirect_uri=http%3A%2F%2F127.0.0.1%3A5588%2Flogin&scope=app-remote-control+playlist-modify+playlist-modify-private+playlist-modify-public+playlist-read+playlist-read-collaborative+playlist-read-private+streaming+ugc-image-upload+user-follow-modify+user-follow-read+user-library-modify+user-library-read+user-modify+user-modify-playback-state+user-modify-private+user-personalized+user-read-birthdate+user-read-currently-playing+user-read-email+user-read-play-history+user-read-playback-position+user-read-playback-state+user-read-private+user-read-recently-played+user-top-read
[2025-11-20T07:52:30Z INFO  librespot_oauth] OAuth server listening on 127.0.0.1:5588
[2025-11-20T07:52:33Z INFO  librespot_playback::mixer::softmixer] Mixing with softvol and volume control: Log(60.0)
[2025-11-20T07:52:33Z INFO  librespot_playback::convert] Converting with ditherer: tpdf
[2025-11-20T07:52:33Z INFO  librespot_playback::audio_backend::rodio] Using Rodio sink with format S16 and cpal host: ALSA
[2025-11-20T07:52:33Z INFO  librespot_playback::audio_backend::rodio] Using audio device: default
[2025-11-20T07:52:34Z INFO  librespot_core::session] Connecting to AP "ap-gew1.spotify.com:4070"
[2025-11-20T07:52:34Z INFO  librespot_core::session] Authenticated as '31uhs5qiw6bvec7yhx3uy3lfngxa' !
[2025-11-20T07:52:34Z INFO  librespot_core::session] Country: "GB"
[2025-11-20T07:52:35Z INFO  librespot_core::spclient] Resolved "gew1-spclient.spotify.com:443" as spclient access point
[2025-11-20T07:52:35Z INFO  librespot_connect::spirc] active device is <> with session <009f3713-9077-4676-8735-d2dae3d6a0fc>
[2025-11-20T07:53:08Z WARN  librespot_connect::state::context] couldn't load context info because: context is not available. type: Default
[2025-11-20T07:53:08Z INFO  librespot_playback::player] Loading <Chinatown> with Spotify URI <spotify:track:3BRfgsKjcakny2wCYfZrvz>
[2025-11-20T07:53:08Z ERROR librespot_core::audio_key] error audio key 0 1
[2025-11-20T07:53:08Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }
[2025-11-20T07:53:12Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream
[2025-11-20T07:53:12Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:3BRfgsKjcakny2wCYfZrvz")>: ()
[2025-11-20T07:53:12Z INFO  librespot_playback::player] Loading <In Between> with Spotify URI <spotify:track:3jFCjIuQAveQdM1S7zPzJt>
[2025-11-20T07:53:12Z ERROR librespot_core::audio_key] error audio key 0 1
[2025-11-20T07:53:12Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }
[2025-11-20T07:53:14Z INFO  librespot_playback::player] Loading <A Teenager in Love> with Spotify URI <spotify:track:5JMur5IZCCWUdFFRt7ekbf>
[2025-11-20T07:53:14Z ERROR librespot_core::audio_key] error audio key 0 1
[2025-11-20T07:53:14Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }
[2025-11-20T07:53:17Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream
[2025-11-20T07:53:18Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream
[2025-11-20T07:53:18Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:5JMur5IZCCWUdFFRt7ekbf")>: ()
[2025-11-20T07:53:18Z INFO  librespot_playback::player] Loading <Bite> with Spotify URI <spotify:track:7oviAIcW50bElbRnHPynvc>
[2025-11-20T07:53:19Z ERROR librespot_core::audio_key] error audio key 0 1
[2025-11-20T07:53:19Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }
[2025-11-20T07:53:23Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream
[2025-11-20T07:53:23Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:7oviAIcW50bElbRnHPynvc")>: ()
[2025-11-20T07:53:23Z INFO  librespot_playback::player] Loading <Annie Blue> with Spotify URI <spotify:track:2CL9DIH08V6ZrpsmDMcZxM>
[2025-11-20T07:53:23Z ERROR librespot_core::audio_key] error audio key 0 1
[2025-11-20T07:53:23Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }
[2025-11-20T07:53:26Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream
[2025-11-20T07:53:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:2CL9DIH08V6ZrpsmDMcZxM")>: ()
[2025-11-20T07:53:26Z INFO  librespot_playback::player] Loading <Don't Move> with Spotify URI <spotify:track:1BeNZQORyV0jEF2toAmrsA>
[2025-11-20T07:53:27Z ERROR librespot_core::audio_key] error audio key 0 1
[2025-11-20T07:53:27Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }
[2025-11-20T07:53:32Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream
[2025-11-20T07:53:32Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:1BeNZQORyV0jEF2toAmrsA")>: ()
[2025-11-20T07:53:32Z INFO  librespot_playback::player] Loading <The One to Wait> with Spotify URI <spotify:track:0Q6OskXNfChXfBpN2oswue>
[2025-11-20T07:53:32Z ERROR librespot_core::audio_key] error audio key 0 1
[2025-11-20T07:53:32Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }
^C[2025-11-20T07:53:35Z INFO  librespot] Gracefully shutting down
[2025-11-20T07:53:35Z WARN  librespot_connect::state::context] couldn't load context info because: context is not available. type: Default

Host (what you are running librespot on):

  • OS: Ubuntu 24.04.2
Originally created by @publicstaticvoidmain42 on GitHub (Nov 21, 2025). Original GitHub issue: https://github.com/librespot-org/librespot/issues/1649 ### Description Track fails to load and play. Logs say "audio key error 0 1". ### Version 0.7.0+ ### How to reproduce 1. Launch librespot with `--enable-oauth` for authentication and some client name 2. Authenticate and then open Spotify 3. Using Spotify Connect try to play music on the librespot client ### Log `./target/release/librespot --name "a client" --disable-discovery --enable-oauth` ``` [2025-11-20T07:52:30Z INFO librespot] librespot 0.8.0 c797acc (Built on 2025-11-15, Build ID: Qyl7XpHd, Profile: release) [2025-11-20T07:52:30Z WARN librespot] Credential caching is unavailable, but advisable when using OAuth login. Browse to: https://accounts.spotify.com/authorize?response_type=code&client_id=65b708073fc0480ea92a077233ca87bd&state=QN_9-jOQ8hmE5R6koCDmWw&code_challenge=69FJhs46TOI3oejOi739Vl-RWMTA3sM9rPs7b4FVW18&code_challenge_method=S256&redirect_uri=http%3A%2F%2F127.0.0.1%3A5588%2Flogin&scope=app-remote-control+playlist-modify+playlist-modify-private+playlist-modify-public+playlist-read+playlist-read-collaborative+playlist-read-private+streaming+ugc-image-upload+user-follow-modify+user-follow-read+user-library-modify+user-library-read+user-modify+user-modify-playback-state+user-modify-private+user-personalized+user-read-birthdate+user-read-currently-playing+user-read-email+user-read-play-history+user-read-playback-position+user-read-playback-state+user-read-private+user-read-recently-played+user-top-read [2025-11-20T07:52:30Z INFO librespot_oauth] OAuth server listening on 127.0.0.1:5588 [2025-11-20T07:52:33Z INFO librespot_playback::mixer::softmixer] Mixing with softvol and volume control: Log(60.0) [2025-11-20T07:52:33Z INFO librespot_playback::convert] Converting with ditherer: tpdf [2025-11-20T07:52:33Z INFO librespot_playback::audio_backend::rodio] Using Rodio sink with format S16 and cpal host: ALSA [2025-11-20T07:52:33Z INFO librespot_playback::audio_backend::rodio] Using audio device: default [2025-11-20T07:52:34Z INFO librespot_core::session] Connecting to AP "ap-gew1.spotify.com:4070" [2025-11-20T07:52:34Z INFO librespot_core::session] Authenticated as '31uhs5qiw6bvec7yhx3uy3lfngxa' ! [2025-11-20T07:52:34Z INFO librespot_core::session] Country: "GB" [2025-11-20T07:52:35Z INFO librespot_core::spclient] Resolved "gew1-spclient.spotify.com:443" as spclient access point [2025-11-20T07:52:35Z INFO librespot_connect::spirc] active device is <> with session <009f3713-9077-4676-8735-d2dae3d6a0fc> [2025-11-20T07:53:08Z WARN librespot_connect::state::context] couldn't load context info because: context is not available. type: Default [2025-11-20T07:53:08Z INFO librespot_playback::player] Loading <Chinatown> with Spotify URI <spotify:track:3BRfgsKjcakny2wCYfZrvz> [2025-11-20T07:53:08Z ERROR librespot_core::audio_key] error audio key 0 1 [2025-11-20T07:53:08Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } [2025-11-20T07:53:12Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream [2025-11-20T07:53:12Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:3BRfgsKjcakny2wCYfZrvz")>: () [2025-11-20T07:53:12Z INFO librespot_playback::player] Loading <In Between> with Spotify URI <spotify:track:3jFCjIuQAveQdM1S7zPzJt> [2025-11-20T07:53:12Z ERROR librespot_core::audio_key] error audio key 0 1 [2025-11-20T07:53:12Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } [2025-11-20T07:53:14Z INFO librespot_playback::player] Loading <A Teenager in Love> with Spotify URI <spotify:track:5JMur5IZCCWUdFFRt7ekbf> [2025-11-20T07:53:14Z ERROR librespot_core::audio_key] error audio key 0 1 [2025-11-20T07:53:14Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } [2025-11-20T07:53:17Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream [2025-11-20T07:53:18Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream [2025-11-20T07:53:18Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:5JMur5IZCCWUdFFRt7ekbf")>: () [2025-11-20T07:53:18Z INFO librespot_playback::player] Loading <Bite> with Spotify URI <spotify:track:7oviAIcW50bElbRnHPynvc> [2025-11-20T07:53:19Z ERROR librespot_core::audio_key] error audio key 0 1 [2025-11-20T07:53:19Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } [2025-11-20T07:53:23Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream [2025-11-20T07:53:23Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:7oviAIcW50bElbRnHPynvc")>: () [2025-11-20T07:53:23Z INFO librespot_playback::player] Loading <Annie Blue> with Spotify URI <spotify:track:2CL9DIH08V6ZrpsmDMcZxM> [2025-11-20T07:53:23Z ERROR librespot_core::audio_key] error audio key 0 1 [2025-11-20T07:53:23Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } [2025-11-20T07:53:26Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream [2025-11-20T07:53:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:2CL9DIH08V6ZrpsmDMcZxM")>: () [2025-11-20T07:53:26Z INFO librespot_playback::player] Loading <Don't Move> with Spotify URI <spotify:track:1BeNZQORyV0jEF2toAmrsA> [2025-11-20T07:53:27Z ERROR librespot_core::audio_key] error audio key 0 1 [2025-11-20T07:53:27Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } [2025-11-20T07:53:32Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream [2025-11-20T07:53:32Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:1BeNZQORyV0jEF2toAmrsA")>: () [2025-11-20T07:53:32Z INFO librespot_playback::player] Loading <The One to Wait> with Spotify URI <spotify:track:0Q6OskXNfChXfBpN2oswue> [2025-11-20T07:53:32Z ERROR librespot_core::audio_key] error audio key 0 1 [2025-11-20T07:53:32Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } ^C[2025-11-20T07:53:35Z INFO librespot] Gracefully shutting down [2025-11-20T07:53:35Z WARN librespot_connect::state::context] couldn't load context info because: context is not available. type: Default ``` ### Host (what you are running `librespot` on): - OS: Ubuntu 24.04.2
Author
Owner

@kingosticks commented on GitHub (Nov 21, 2025):

Debug log please. I cannot reproduce this.

<!-- gh-comment-id:3562311246 --> @kingosticks commented on GitHub (Nov 21, 2025): Debug log please. I cannot reproduce this.
Author
Owner

@drobotk commented on GitHub (Nov 21, 2025):

inb4 it turns out the old method of getting keys is being phased out

<!-- gh-comment-id:3562450668 --> @drobotk commented on GitHub (Nov 21, 2025): inb4 it turns out the old method of getting keys is being phased out
Author
Owner

@publicstaticvoidmain42 commented on GitHub (Nov 21, 2025):

@kingosticks Sorry, there you go:

[2025-11-21T19:59:39Z INFO  librespot] librespot 0.8.0 c797acc (Built on 2025-11-15, Build ID: Qyl7XpHd, Profile: release)
[2025-11-21T19:59:39Z WARN  librespot] Credential caching is unavailable, but advisable when using OAuth login.
[2025-11-21T19:59:39Z DEBUG librespot_core::session] new Session
Browse to: https://accounts.spotify.com/authorize?response_type=code&client_id=65b708073fc0480ea92a077233ca87bd&state=ywzJlrsoxxWVmGdqVRM6Lw&code_challenge=KWs1cqn0nsz2hptU8O576yO11KJ1uyaGm73a1VtD_ro&code_challenge_method=S256&redirect_uri=http%3A%2F%2F127.0.0.1%3A5588%2Flogin&scope=app-remote-control+playlist-modify+playlist-modify-private+playlist-modify-public+playlist-read+playlist-read-collaborative+playlist-read-private+streaming+ugc-image-upload+user-follow-modify+user-follow-read+user-library-modify+user-library-read+user-modify+user-modify-playback-state+user-modify-private+user-personalized+user-read-birthdate+user-read-currently-playing+user-read-email+user-read-play-history+user-read-playback-position+user-read-playback-state+user-read-private+user-read-recently-played+user-top-read
[2025-11-21T19:59:39Z INFO  librespot_oauth] OAuth server listening on 127.0.0.1:5588
[2025-11-21T19:59:49Z DEBUG reqwest::connect] starting new connection: https://accounts.spotify.com/
[2025-11-21T19:59:50Z INFO  librespot_playback::mixer::softmixer] Mixing with softvol and volume control: Log(60.0)
[2025-11-21T19:59:50Z DEBUG librespot_playback::player] new Player [0]
[2025-11-21T19:59:50Z INFO  librespot_playback::convert] Converting with ditherer: tpdf
[2025-11-21T19:59:50Z DEBUG librespot_connect::spirc] new Spirc[0]
[2025-11-21T19:59:50Z INFO  librespot_playback::audio_backend::rodio] Using Rodio sink with format S16 and cpal host: ALSA
[2025-11-21T19:59:50Z INFO  librespot_playback::audio_backend::rodio] Using audio device: default
[2025-11-21T19:59:50Z DEBUG librespot::component] new DealerManager
[2025-11-21T19:59:50Z DEBUG librespot_playback::audio_backend::rodio] Rodio sink was created
[2025-11-21T19:59:50Z DEBUG librespot::component] new SpClient
[2025-11-21T19:59:50Z DEBUG librespot_core::spclient] Client token unavailable or expired, requesting new token.
[2025-11-21T19:59:50Z DEBUG librespot_core::http_client] Requesting https://clienttoken.spotify.com/v1/clienttoken
[2025-11-21T19:59:50Z DEBUG librespot_core::spclient] Received a granted token
[2025-11-21T19:59:50Z DEBUG librespot::component] new ApResolver
[2025-11-21T19:59:50Z DEBUG librespot_core::http_client] Requesting https://apresolve.spotify.com/?type=accesspoint&type=dealer&type=spclient
[2025-11-21T19:59:50Z INFO  librespot_core::session] Connecting to AP "ap-gew1.spotify.com:4070"
[2025-11-21T19:59:51Z DEBUG librespot_core::connection] Connection to "ap-gew1.spotify.com:4070" failed: Connection refused (os error 111)
[2025-11-21T19:59:51Z DEBUG librespot_core::connection] Retry access point...
[2025-11-21T19:59:51Z DEBUG librespot_core::connection] Connection to AP established.
[2025-11-21T19:59:51Z DEBUG librespot_core::connection] Authenticating with AP using AUTHENTICATION_SPOTIFY_TOKEN
[2025-11-21T19:59:51Z DEBUG librespot_core::connection] Connection to AP established.
[2025-11-21T19:59:51Z DEBUG librespot_core::connection] Authenticating with AP using AUTHENTICATION_STORED_SPOTIFY_CREDENTIALS
[2025-11-21T19:59:51Z INFO  librespot_core::session] Authenticated as '31uhs5qiw6bvec7yhx3uy3lfngxa' !
[2025-11-21T19:59:51Z DEBUG librespot::component] new Login5Manager
[2025-11-21T19:59:51Z DEBUG librespot_core::http_client] Requesting https://login5.spotify.com/v3/login
[2025-11-21T19:59:51Z DEBUG librespot_core::session] Session strong=5 weak=6
[2025-11-21T19:59:51Z INFO  librespot_core::session] Country: "GB"
[2025-11-21T19:59:51Z DEBUG librespot::component] new MercuryManager
[2025-11-21T19:59:51Z DEBUG librespot_connect::spirc] SpircTask::set_volume(32767)
[2025-11-21T19:59:51Z DEBUG librespot_playback::mixer::mappings] Input volume 32767 mapped to: 3.16%
[2025-11-21T19:59:51Z DEBUG librespot_playback::player] command=AddEventSender
[2025-11-21T19:59:51Z DEBUG librespot_core::dealer::manager] Launching dealer
[2025-11-21T19:59:51Z DEBUG tungstenite::handshake::client] Client handshake done.
[2025-11-21T19:59:51Z INFO  librespot_core::spclient] Resolved "gew1-spclient.spotify.com:443" as spclient access point
[2025-11-21T19:59:51Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=3806333557
[2025-11-21T19:59:52Z DEBUG librespot_connect::spirc] successfully put connect state for 2e1428d3e9d21e8cf777bdea2526d20ee0e87e83 with connection-id YzZmMDM0NGItZGM1Ni00OTA3LWE3NmUtZDdlNmViYmJjZGUwK2RlYWxlcit0Y3A6Ly8wYWNhNDAwYy5pcC5nZXcxLnNwb3RpZnkubmV0OjU3MDArODQ5RDlFMEIyREQyOUQyREM4MzhFQTk2RTBCOTIzRkI2QTM1QTM1OURBODM0MkFDQzhCRDQ1QUM5OEE2RDRBOA==
[2025-11-21T19:59:52Z INFO  librespot_connect::spirc] active device is <> with session <1cb1474331a24baa861fa962d55f5c66>
[2025-11-21T20:00:38Z DEBUG librespot_connect::spirc] cluster update: Ok(NEW_DEVICE_APPEARED) from e06bb2f8e4eb5374618457772f2dd4381d478c5f, active device: 
[2025-11-21T20:00:40Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_STATE_CHANGED) from e06bb2f8e4eb5374618457772f2dd4381d478c5f, active device: e06bb2f8e4eb5374618457772f2dd4381d478c5f
[2025-11-21T20:00:42Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_STATE_CHANGED) from e06bb2f8e4eb5374618457772f2dd4381d478c5f, active device: e06bb2f8e4eb5374618457772f2dd4381d478c5f
[2025-11-21T20:00:44Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_STATE_CHANGED) from e06bb2f8e4eb5374618457772f2dd4381d478c5f, active device: e06bb2f8e4eb5374618457772f2dd4381d478c5f
[2025-11-21T20:00:45Z DEBUG librespot_connect::spirc] handling: 'endpoint: transfer' from e06bb2f8e4eb5374618457772f2dd4381d478c5f
[2025-11-21T20:00:45Z WARN  librespot_connect::state::context] couldn't load context info because: context is not available. type: Default
[2025-11-21T20:00:45Z DEBUG librespot_connect::state::transfer] transfer track was the current track
[2025-11-21T20:00:45Z DEBUG librespot_connect::spirc] found initial track <spotify:track:3BRfgsKjcakny2wCYfZrvz>
[2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitSessionConnectedEvent("YzZmMDM0NGItZGM1Ni00OTA3LWE3NmUtZDdlNmViYmJjZGUwK2RlYWxlcit0Y3A6Ly8wYWNhNDAwYy5pcC5nZXcxLnNwb3RpZnkubmV0OjU3MDArODQ5RDlFMEIyREQyOUQyREM4MzhFQTk2RTBCOTIzRkI2QTM1QTM1OURBODM0MkFDQzhCRDQ1QUM5OEE2RDRBOA==", "31uhs5qiw6bvec7yhx3uy3lfngxa")
[2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitSessionClientChangedEvent("65b708073fc0480ea92a077233ca87bd", "", "", "")
[2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitVolumeChangedEvent(32767)
[2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitAutoPlayChangedEvent(true)
[2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitFilterExplicitContentChangedEvent(false)
[2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitShuffleChangedEvent(false)
[2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitRepeatChangedEvent(false, false)
[2025-11-21T20:00:45Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-21T20:00:45Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=Load(SpotifyUri("spotify:track:3BRfgsKjcakny2wCYfZrvz"), true, 0)
[2025-11-21T20:00:45Z DEBUG librespot_connect::state] update position to 0:00 at 20:00:45.539
[2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=4183091500
[2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/extended-metadata/v0/extended-metadata?product=0&country=GB&salt=4097306603
[2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz
[2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz
[2025-11-21T20:00:45Z DEBUG librespot_core::dealer::manager] replying to ws request: Success
[2025-11-21T20:00:45Z INFO  librespot_playback::player] Loading <Chinatown> with Spotify URI <spotify:track:3BRfgsKjcakny2wCYfZrvz>
[2025-11-21T20:00:45Z DEBUG librespot_audio::fetch] Downloading file 8b2551eb348f9a2ba503251e7b59a39f94c012a7
[2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/storage-resolve/files/audio/interactive/8b2551eb348f9a2ba503251e7b59a39f94c012a7?product=0&country=GB&salt=3885840213
[2025-11-21T20:00:45Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-21T20:00:45Z DEBUG librespot_connect::state] update position to 0:00 at 20:00:45.825
[2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=643724130
[2025-11-21T20:00:45Z DEBUG librespot::component] new AudioKeyManager
[2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz
[2025-11-21T20:00:45Z ERROR librespot_core::audio_key] error audio key 0 1
[2025-11-21T20:00:45Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }
[2025-11-21T20:00:46Z DEBUG symphonia_core::probe] found a possible format marker within [ff, f6, b8, 3, 85, 53, b2, 31, 31, f4, 24, 68, 6f, cb, a5, e3] @ 0+2592 bytes.
[2025-11-21T20:00:46Z DEBUG symphonia_core::probe] found the format marker [ff, f6] @ 0+2592 bytes.
[2025-11-21T20:00:46Z DEBUG librespot_connect::spirc] handling next context Some("spotify:track:3BRfgsKjcakny2wCYfZrvz")
[2025-11-21T20:00:46Z DEBUG librespot_connect::state::context] updated context Default to <Some("spotify:track:3BRfgsKjcakny2wCYfZrvz")> (1 tracks)
[2025-11-21T20:00:46Z DEBUG librespot_connect::context_resolver] last item of type <Default>, finishing state setup
[2025-11-21T20:00:46Z DEBUG librespot_connect::state::transfer] active track is <spotify:track:3BRfgsKjcakny2wCYfZrvz> with index Ok(0) in Default context, has 1 tracks
[2025-11-21T20:00:46Z DEBUG librespot_connect::state::transfer] setting up next and prev: index is at Some(0) while shuffle false
[2025-11-21T20:00:46Z DEBUG librespot_connect::state] reset_playback with active ctx <Default> fill_up ctx <Default>
[2025-11-21T20:00:46Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:3BRfgsKjcakny2wCYfZrvz at 0 of 1 tracks
[2025-11-21T20:00:46Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (0)
[2025-11-21T20:00:46Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-21T20:00:46Z DEBUG librespot_connect::state] update position to 0:00 at 20:00:46.017
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 2590 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 10245 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] invalid mpeg audio header
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 24584 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 26387 bytes
[2025-11-21T20:00:46Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=2449200037
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 34029 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 48825 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 52160 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] invalid mpeg audio header
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 55612 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 61688 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 64332 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 68243 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 70304 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 71726 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 72080 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 78610 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 86630 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 87821 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 93317 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] invalid mpeg audio header
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 99472 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] invalid mpeg audio header
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 105396 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 115928 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 116665 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 117213 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 120165 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 120501 bytes
[2025-11-21T20:00:46Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/autoplay
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 135136 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 136148 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 141381 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 143110 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 149347 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 154112 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 155098 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 161380 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 166453 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] invalid mpeg audio header
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 175113 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 182435 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 185745 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 185770 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 198372 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] invalid mpeg audio header
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 201025 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 214478 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 214741 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 221354 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 225669 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 226692 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 230432 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] invalid mpeg audio header
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] invalid mpeg audio header
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 241093 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 241671 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 245922 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 271593 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 273204 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 274352 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 280501 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 294229 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 309427 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 312205 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 316239 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] invalid mpeg audio header
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 318524 bytes
[2025-11-21T20:00:46Z DEBUG librespot_connect::spirc] handling next context Some("spotify:station:track:3BRfgsKjcakny2wCYfZrvz")
[2025-11-21T20:00:46Z DEBUG librespot_connect::state::context] updated context Autoplay to <Some("spotify:station:track:3BRfgsKjcakny2wCYfZrvz")> (50 tracks)
[2025-11-21T20:00:46Z DEBUG librespot_connect::context_resolver] last item of type <Autoplay>, finishing state setup
[2025-11-21T20:00:46Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (51)
[2025-11-21T20:00:46Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-21T20:00:46Z DEBUG librespot_connect::state] update position to 0:00 at 20:00:46.466
[2025-11-21T20:00:46Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=3873614887
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] invalid mpeg audio header
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 338464 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] invalid mpeg audio header
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 349401 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 350769 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 375825 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 382718 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 383639 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 384618 bytes
[2025-11-21T20:00:46Z WARN  symphonia_bundle_mp3::demuxer] skipping junk at 388803 bytes
...
<!-- gh-comment-id:3564434916 --> @publicstaticvoidmain42 commented on GitHub (Nov 21, 2025): @kingosticks Sorry, there you go: ``` [2025-11-21T19:59:39Z INFO librespot] librespot 0.8.0 c797acc (Built on 2025-11-15, Build ID: Qyl7XpHd, Profile: release) [2025-11-21T19:59:39Z WARN librespot] Credential caching is unavailable, but advisable when using OAuth login. [2025-11-21T19:59:39Z DEBUG librespot_core::session] new Session Browse to: https://accounts.spotify.com/authorize?response_type=code&client_id=65b708073fc0480ea92a077233ca87bd&state=ywzJlrsoxxWVmGdqVRM6Lw&code_challenge=KWs1cqn0nsz2hptU8O576yO11KJ1uyaGm73a1VtD_ro&code_challenge_method=S256&redirect_uri=http%3A%2F%2F127.0.0.1%3A5588%2Flogin&scope=app-remote-control+playlist-modify+playlist-modify-private+playlist-modify-public+playlist-read+playlist-read-collaborative+playlist-read-private+streaming+ugc-image-upload+user-follow-modify+user-follow-read+user-library-modify+user-library-read+user-modify+user-modify-playback-state+user-modify-private+user-personalized+user-read-birthdate+user-read-currently-playing+user-read-email+user-read-play-history+user-read-playback-position+user-read-playback-state+user-read-private+user-read-recently-played+user-top-read [2025-11-21T19:59:39Z INFO librespot_oauth] OAuth server listening on 127.0.0.1:5588 [2025-11-21T19:59:49Z DEBUG reqwest::connect] starting new connection: https://accounts.spotify.com/ [2025-11-21T19:59:50Z INFO librespot_playback::mixer::softmixer] Mixing with softvol and volume control: Log(60.0) [2025-11-21T19:59:50Z DEBUG librespot_playback::player] new Player [0] [2025-11-21T19:59:50Z INFO librespot_playback::convert] Converting with ditherer: tpdf [2025-11-21T19:59:50Z DEBUG librespot_connect::spirc] new Spirc[0] [2025-11-21T19:59:50Z INFO librespot_playback::audio_backend::rodio] Using Rodio sink with format S16 and cpal host: ALSA [2025-11-21T19:59:50Z INFO librespot_playback::audio_backend::rodio] Using audio device: default [2025-11-21T19:59:50Z DEBUG librespot::component] new DealerManager [2025-11-21T19:59:50Z DEBUG librespot_playback::audio_backend::rodio] Rodio sink was created [2025-11-21T19:59:50Z DEBUG librespot::component] new SpClient [2025-11-21T19:59:50Z DEBUG librespot_core::spclient] Client token unavailable or expired, requesting new token. [2025-11-21T19:59:50Z DEBUG librespot_core::http_client] Requesting https://clienttoken.spotify.com/v1/clienttoken [2025-11-21T19:59:50Z DEBUG librespot_core::spclient] Received a granted token [2025-11-21T19:59:50Z DEBUG librespot::component] new ApResolver [2025-11-21T19:59:50Z DEBUG librespot_core::http_client] Requesting https://apresolve.spotify.com/?type=accesspoint&type=dealer&type=spclient [2025-11-21T19:59:50Z INFO librespot_core::session] Connecting to AP "ap-gew1.spotify.com:4070" [2025-11-21T19:59:51Z DEBUG librespot_core::connection] Connection to "ap-gew1.spotify.com:4070" failed: Connection refused (os error 111) [2025-11-21T19:59:51Z DEBUG librespot_core::connection] Retry access point... [2025-11-21T19:59:51Z DEBUG librespot_core::connection] Connection to AP established. [2025-11-21T19:59:51Z DEBUG librespot_core::connection] Authenticating with AP using AUTHENTICATION_SPOTIFY_TOKEN [2025-11-21T19:59:51Z DEBUG librespot_core::connection] Connection to AP established. [2025-11-21T19:59:51Z DEBUG librespot_core::connection] Authenticating with AP using AUTHENTICATION_STORED_SPOTIFY_CREDENTIALS [2025-11-21T19:59:51Z INFO librespot_core::session] Authenticated as '31uhs5qiw6bvec7yhx3uy3lfngxa' ! [2025-11-21T19:59:51Z DEBUG librespot::component] new Login5Manager [2025-11-21T19:59:51Z DEBUG librespot_core::http_client] Requesting https://login5.spotify.com/v3/login [2025-11-21T19:59:51Z DEBUG librespot_core::session] Session strong=5 weak=6 [2025-11-21T19:59:51Z INFO librespot_core::session] Country: "GB" [2025-11-21T19:59:51Z DEBUG librespot::component] new MercuryManager [2025-11-21T19:59:51Z DEBUG librespot_connect::spirc] SpircTask::set_volume(32767) [2025-11-21T19:59:51Z DEBUG librespot_playback::mixer::mappings] Input volume 32767 mapped to: 3.16% [2025-11-21T19:59:51Z DEBUG librespot_playback::player] command=AddEventSender [2025-11-21T19:59:51Z DEBUG librespot_core::dealer::manager] Launching dealer [2025-11-21T19:59:51Z DEBUG tungstenite::handshake::client] Client handshake done. [2025-11-21T19:59:51Z INFO librespot_core::spclient] Resolved "gew1-spclient.spotify.com:443" as spclient access point [2025-11-21T19:59:51Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=3806333557 [2025-11-21T19:59:52Z DEBUG librespot_connect::spirc] successfully put connect state for 2e1428d3e9d21e8cf777bdea2526d20ee0e87e83 with connection-id YzZmMDM0NGItZGM1Ni00OTA3LWE3NmUtZDdlNmViYmJjZGUwK2RlYWxlcit0Y3A6Ly8wYWNhNDAwYy5pcC5nZXcxLnNwb3RpZnkubmV0OjU3MDArODQ5RDlFMEIyREQyOUQyREM4MzhFQTk2RTBCOTIzRkI2QTM1QTM1OURBODM0MkFDQzhCRDQ1QUM5OEE2RDRBOA== [2025-11-21T19:59:52Z INFO librespot_connect::spirc] active device is <> with session <1cb1474331a24baa861fa962d55f5c66> [2025-11-21T20:00:38Z DEBUG librespot_connect::spirc] cluster update: Ok(NEW_DEVICE_APPEARED) from e06bb2f8e4eb5374618457772f2dd4381d478c5f, active device: [2025-11-21T20:00:40Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_STATE_CHANGED) from e06bb2f8e4eb5374618457772f2dd4381d478c5f, active device: e06bb2f8e4eb5374618457772f2dd4381d478c5f [2025-11-21T20:00:42Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_STATE_CHANGED) from e06bb2f8e4eb5374618457772f2dd4381d478c5f, active device: e06bb2f8e4eb5374618457772f2dd4381d478c5f [2025-11-21T20:00:44Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_STATE_CHANGED) from e06bb2f8e4eb5374618457772f2dd4381d478c5f, active device: e06bb2f8e4eb5374618457772f2dd4381d478c5f [2025-11-21T20:00:45Z DEBUG librespot_connect::spirc] handling: 'endpoint: transfer' from e06bb2f8e4eb5374618457772f2dd4381d478c5f [2025-11-21T20:00:45Z WARN librespot_connect::state::context] couldn't load context info because: context is not available. type: Default [2025-11-21T20:00:45Z DEBUG librespot_connect::state::transfer] transfer track was the current track [2025-11-21T20:00:45Z DEBUG librespot_connect::spirc] found initial track <spotify:track:3BRfgsKjcakny2wCYfZrvz> [2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitSessionConnectedEvent("YzZmMDM0NGItZGM1Ni00OTA3LWE3NmUtZDdlNmViYmJjZGUwK2RlYWxlcit0Y3A6Ly8wYWNhNDAwYy5pcC5nZXcxLnNwb3RpZnkubmV0OjU3MDArODQ5RDlFMEIyREQyOUQyREM4MzhFQTk2RTBCOTIzRkI2QTM1QTM1OURBODM0MkFDQzhCRDQ1QUM5OEE2RDRBOA==", "31uhs5qiw6bvec7yhx3uy3lfngxa") [2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitSessionClientChangedEvent("65b708073fc0480ea92a077233ca87bd", "", "", "") [2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitVolumeChangedEvent(32767) [2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitAutoPlayChangedEvent(true) [2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitFilterExplicitContentChangedEvent(false) [2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitShuffleChangedEvent(false) [2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=EmitRepeatChangedEvent(false, false) [2025-11-21T20:00:45Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-21T20:00:45Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-21T20:00:45Z DEBUG librespot_playback::player] command=Load(SpotifyUri("spotify:track:3BRfgsKjcakny2wCYfZrvz"), true, 0) [2025-11-21T20:00:45Z DEBUG librespot_connect::state] update position to 0:00 at 20:00:45.539 [2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=4183091500 [2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/extended-metadata/v0/extended-metadata?product=0&country=GB&salt=4097306603 [2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz [2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz [2025-11-21T20:00:45Z DEBUG librespot_core::dealer::manager] replying to ws request: Success [2025-11-21T20:00:45Z INFO librespot_playback::player] Loading <Chinatown> with Spotify URI <spotify:track:3BRfgsKjcakny2wCYfZrvz> [2025-11-21T20:00:45Z DEBUG librespot_audio::fetch] Downloading file 8b2551eb348f9a2ba503251e7b59a39f94c012a7 [2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/storage-resolve/files/audio/interactive/8b2551eb348f9a2ba503251e7b59a39f94c012a7?product=0&country=GB&salt=3885840213 [2025-11-21T20:00:45Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-21T20:00:45Z DEBUG librespot_connect::state] update position to 0:00 at 20:00:45.825 [2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=643724130 [2025-11-21T20:00:45Z DEBUG librespot::component] new AudioKeyManager [2025-11-21T20:00:45Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz [2025-11-21T20:00:45Z ERROR librespot_core::audio_key] error audio key 0 1 [2025-11-21T20:00:45Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } [2025-11-21T20:00:46Z DEBUG symphonia_core::probe] found a possible format marker within [ff, f6, b8, 3, 85, 53, b2, 31, 31, f4, 24, 68, 6f, cb, a5, e3] @ 0+2592 bytes. [2025-11-21T20:00:46Z DEBUG symphonia_core::probe] found the format marker [ff, f6] @ 0+2592 bytes. [2025-11-21T20:00:46Z DEBUG librespot_connect::spirc] handling next context Some("spotify:track:3BRfgsKjcakny2wCYfZrvz") [2025-11-21T20:00:46Z DEBUG librespot_connect::state::context] updated context Default to <Some("spotify:track:3BRfgsKjcakny2wCYfZrvz")> (1 tracks) [2025-11-21T20:00:46Z DEBUG librespot_connect::context_resolver] last item of type <Default>, finishing state setup [2025-11-21T20:00:46Z DEBUG librespot_connect::state::transfer] active track is <spotify:track:3BRfgsKjcakny2wCYfZrvz> with index Ok(0) in Default context, has 1 tracks [2025-11-21T20:00:46Z DEBUG librespot_connect::state::transfer] setting up next and prev: index is at Some(0) while shuffle false [2025-11-21T20:00:46Z DEBUG librespot_connect::state] reset_playback with active ctx <Default> fill_up ctx <Default> [2025-11-21T20:00:46Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:3BRfgsKjcakny2wCYfZrvz at 0 of 1 tracks [2025-11-21T20:00:46Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (0) [2025-11-21T20:00:46Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-21T20:00:46Z DEBUG librespot_connect::state] update position to 0:00 at 20:00:46.017 [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 2590 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 10245 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] invalid mpeg audio header [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 24584 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 26387 bytes [2025-11-21T20:00:46Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=2449200037 [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 34029 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 48825 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 52160 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] invalid mpeg audio header [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 55612 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 61688 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 64332 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 68243 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 70304 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 71726 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 72080 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 78610 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 86630 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 87821 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 93317 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] invalid mpeg audio header [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 99472 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] invalid mpeg audio header [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 105396 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 115928 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 116665 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 117213 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 120165 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 120501 bytes [2025-11-21T20:00:46Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/autoplay [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 135136 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 136148 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 141381 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 143110 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 149347 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 154112 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 155098 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 161380 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 166453 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] invalid mpeg audio header [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 175113 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 182435 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 185745 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 185770 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 198372 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] invalid mpeg audio header [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 201025 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 214478 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 214741 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 221354 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 225669 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 226692 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 230432 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] invalid mpeg audio header [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] invalid mpeg audio header [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 241093 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 241671 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 245922 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 271593 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 273204 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 274352 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 280501 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 294229 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 309427 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 312205 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 316239 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] invalid mpeg audio header [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 318524 bytes [2025-11-21T20:00:46Z DEBUG librespot_connect::spirc] handling next context Some("spotify:station:track:3BRfgsKjcakny2wCYfZrvz") [2025-11-21T20:00:46Z DEBUG librespot_connect::state::context] updated context Autoplay to <Some("spotify:station:track:3BRfgsKjcakny2wCYfZrvz")> (50 tracks) [2025-11-21T20:00:46Z DEBUG librespot_connect::context_resolver] last item of type <Autoplay>, finishing state setup [2025-11-21T20:00:46Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (51) [2025-11-21T20:00:46Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-21T20:00:46Z DEBUG librespot_connect::state] update position to 0:00 at 20:00:46.466 [2025-11-21T20:00:46Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=3873614887 [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] invalid mpeg audio header [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 338464 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] invalid mpeg audio header [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 349401 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 350769 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 375825 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 382718 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 383639 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 384618 bytes [2025-11-21T20:00:46Z WARN symphonia_bundle_mp3::demuxer] skipping junk at 388803 bytes ...
Author
Owner

@kingosticks commented on GitHub (Nov 21, 2025):

Is this with all tracks? Does switching to a different album make any difference? What about selecting different --bitrate? Just to double check, you do have premium, yes? Is this suddenly a new failure i.e. did librespot used to work for you?

<!-- gh-comment-id:3564652386 --> @kingosticks commented on GitHub (Nov 21, 2025): Is this with all tracks? Does switching to a different album make any difference? What about selecting different `--bitrate`? Just to double check, you do have premium, yes? Is this suddenly a new failure i.e. did librespot used to work for you?
Author
Owner

@roderickvd commented on GitHub (Nov 22, 2025):

It seems to be thinking that it's an MP3 file?

<!-- gh-comment-id:3565049412 --> @roderickvd commented on GitHub (Nov 22, 2025): It seems to be thinking that it's an MP3 file?
Author
Owner

@drobotk commented on GitHub (Nov 22, 2025):

I think that's Symphonia's probe trying hard to interpret the encrypted file as audio

<!-- gh-comment-id:3566121212 --> @drobotk commented on GitHub (Nov 22, 2025): I think that's Symphonia's probe trying hard to interpret the encrypted file as audio
Author
Owner

@roderickvd commented on GitHub (Nov 22, 2025):

You’re right, I glimpsed over that “could not get audio key” line. Is it the same for you in other gateways? (Here: gew1) you can try blocking that one using your hosts file.

<!-- gh-comment-id:3566591496 --> @roderickvd commented on GitHub (Nov 22, 2025): You’re right, I glimpsed over that “could not get audio key” line. Is it the same for you in other gateways? (Here: gew1) you can try blocking that one using your hosts file.
Author
Owner

@publicstaticvoidmain42 commented on GitHub (Nov 22, 2025):

Is this with all tracks?

Yes.

Does switching to a different album make any difference?

No.

What about selecting different --bitrate?

Checked it, same error.

Just to double check, you do have premium, yes?

Yes. I have Spotify Premium.

Is this suddenly a new failure i.e. did librespot used to work for you?

Yes. It was working fine for ~8 months.

<!-- gh-comment-id:3566757223 --> @publicstaticvoidmain42 commented on GitHub (Nov 22, 2025): > Is this with all tracks? Yes. > Does switching to a different album make any difference? No. > What about selecting different `--bitrate`? Checked it, same error. > Just to double check, you do have premium, yes? Yes. I have Spotify Premium. > Is this suddenly a new failure i.e. did librespot used to work for you? Yes. It was working fine for ~8 months.
Author
Owner

@publicstaticvoidmain42 commented on GitHub (Nov 22, 2025):

Just to check if it was just me, I contacted one of my friends to try it with some of their family accounts. Almost all of them had the same audio key error but there's a new error we did get on one of the accounts. I'll paste the debug output below. The issue that happens here is that it starts librespot but as soon as he tried to play a song with Spotify Connect, the client kept jumping through songs without even playing then and eventually he had to quit with ctrl c.

RUST_LOG=debug ./target/release/librespot --disable-discovery --enable-oauth --bitrate 96
[2025-11-22T14:29:45Z INFO  librespot] librespot 0.7.1 987dfa5 (Built on 2025-11-15, Build ID: agxLoNyj, Profile: release)
[2025-11-22T14:29:45Z WARN  librespot] Credential caching is unavailable, but advisable when using OAuth login.
[2025-11-22T14:29:45Z DEBUG librespot_core::session] new Session
Browse to: https://accounts.spotify.com/authorize?response_type=code&client_id=65b708073fc0480ea92a077233ca87bd&state=CAIgRfB7nfrp2uh9FPI5hQ&code_challenge=vdvabHg7ryv_nwW4dk4AGnQK3kDNRSwEyGUbmxkNPAI&code_challenge_method=S256&redirect_uri=http%3A%2F%2F127.0.0.1%3A5588%2Flogin&scope=app-remote-control+playlist-modify+playlist-modify-private+playlist-modify-public+playlist-read+playlist-read-collaborative+playlist-read-private+streaming+ugc-image-upload+user-follow-modify+user-follow-read+user-library-modify+user-library-read+user-modify+user-modify-playback-state+user-modify-private+user-personalized+user-read-birthdate+user-read-currently-playing+user-read-email+user-read-play-history+user-read-playback-position+user-read-playback-state+user-read-private+user-read-recently-played+user-top-read
[2025-11-22T14:29:45Z INFO  librespot_oauth] OAuth server listening on 127.0.0.1:5588
[2025-11-22T14:29:47Z DEBUG reqwest::connect] starting new connection: https://accounts.spotify.com/
[2025-11-22T14:29:47Z INFO  librespot_playback::mixer::softmixer] Mixing with softvol and volume control: Log(60.0)
[2025-11-22T14:29:47Z DEBUG librespot_playback::player] new Player [0]
[2025-11-22T14:29:47Z INFO  librespot_playback::convert] Converting with ditherer: tpdf
[2025-11-22T14:29:47Z DEBUG librespot_connect::spirc] new Spirc[0]
[2025-11-22T14:29:47Z INFO  librespot_playback::audio_backend::rodio] Using Rodio sink with format S16 and cpal host: CoreAudio
[2025-11-22T14:29:47Z DEBUG librespot::component] new DealerManager
[2025-11-22T14:29:47Z DEBUG librespot::component] new SpClient
[2025-11-22T14:29:47Z DEBUG librespot_core::spclient] Client token unavailable or expired, requesting new token.
[2025-11-22T14:29:47Z DEBUG librespot_core::http_client] Requesting https://clienttoken.spotify.com/v1/clienttoken
[2025-11-22T14:29:47Z INFO  librespot_playback::audio_backend::rodio] Using audio device: Mad's AirPods Pro
[2025-11-22T14:29:47Z DEBUG librespot_core::spclient] Received a granted token
[2025-11-22T14:29:47Z DEBUG librespot::component] new ApResolver
[2025-11-22T14:29:47Z DEBUG librespot_core::http_client] Requesting https://apresolve.spotify.com/?type=accesspoint&type=dealer&type=spclient
[2025-11-22T14:29:48Z INFO  librespot_core::session] Connecting to AP "ap-gae2.spotify.com:4070"
[2025-11-22T14:29:48Z DEBUG librespot_playback::audio_backend::rodio] Rodio sink was created
[2025-11-22T14:29:48Z DEBUG librespot_core::connection] Connection to "ap-gae2.spotify.com:4070" failed: Connection refused (os error 61)
[2025-11-22T14:29:48Z DEBUG librespot_core::connection] Retry access point...
[2025-11-22T14:29:48Z DEBUG librespot_core::connection] Connection to AP established.
[2025-11-22T14:29:48Z DEBUG librespot_core::connection] Authenticating with AP using AUTHENTICATION_SPOTIFY_TOKEN
[2025-11-22T14:29:48Z DEBUG librespot_core::connection] Connection to "ap-gae2.spotify.com:4070" failed: Connection refused (os error 61)
[2025-11-22T14:29:48Z DEBUG librespot_core::connection] Retry access point...
[2025-11-22T14:29:48Z DEBUG librespot_core::connection] Connection to AP established.
[2025-11-22T14:29:49Z DEBUG librespot_core::connection] Authenticating with AP using AUTHENTICATION_STORED_SPOTIFY_CREDENTIALS
[2025-11-22T14:29:49Z INFO  librespot_core::session] Authenticated as 'drh8spxczmnxeqlywln0iptuo' !
[2025-11-22T14:29:49Z DEBUG librespot::component] new Login5Manager
[2025-11-22T14:29:49Z DEBUG librespot_core::http_client] Requesting https://login5.spotify.com/v3/login
[2025-11-22T14:29:49Z DEBUG librespot_core::session] Session strong=5 weak=6
[2025-11-22T14:29:49Z INFO  librespot_core::session] Country: "IN"
[2025-11-22T14:29:49Z DEBUG librespot::component] new MercuryManager
[2025-11-22T14:29:49Z DEBUG librespot_playback::player] command=AddEventSender
[2025-11-22T14:29:49Z DEBUG librespot_connect::spirc] SpircTask::set_volume(32767)
[2025-11-22T14:29:49Z DEBUG librespot_playback::mixer::mappings] Input volume 32767 mapped to: 3.16%
[2025-11-22T14:29:49Z DEBUG librespot_core::dealer::manager] Launching dealer
[2025-11-22T14:29:49Z DEBUG tungstenite::handshake::client] Client handshake done.
[2025-11-22T14:29:49Z INFO  librespot_core::spclient] Resolved "gae2-spclient.spotify.com:443" as spclient access point
[2025-11-22T14:29:49Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=109946115
[2025-11-22T14:29:50Z DEBUG librespot_connect::spirc] successfully put connect state for 7c28ab8a5c9512e4266ac7cb756312c82ee43d7e with connection-id YTRhZWVlN2EtODI1OS00Y2ViLWFmYjEtOGFiODVkOGYxMGVmK2RlYWxlcit0Y3A6Ly8wYWIxNTgyMC5pcC5nYWUyLnNwb3RpZnkubmV0OjU3MDArQjE0RUY4RTk3RjJFNkU5NzNFN0Y2MUE1ODE5MkFFQzJGMzkxMDQ4RTJENjNFNDdDNENFOTNGQkExODk4NzM3RA==
[2025-11-22T14:29:50Z INFO  librespot_connect::spirc] active device is <> with session <bd42c750578c49af993b8d288ed13cde>
[2025-11-22T14:30:20Z DEBUG librespot_connect::spirc] handling: 'endpoint: transfer' from 0f0348b6ca9c3911ac2b0c7de40faeb14dd9bb33
[2025-11-22T14:30:20Z WARN  librespot_connect::state::context] couldn't load context info because: context is not available. type: Default
[2025-11-22T14:30:20Z DEBUG librespot_connect::spirc] found initial track <spotify:track:5XBUtdLhHkWMacY3I5kz8X>
[2025-11-22T14:30:20Z DEBUG librespot_connect::context_resolver] update for resolve_uri: <Some("spotify:user:drh8spxczmnxeqlywln0iptuo:collection")>, context_uri: <spotify:user:drh8spxczmnxeqlywln0iptuo:collection>, update: <Default> is already added
[2025-11-22T14:30:20Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: true, buffering: true
[2025-11-22T14:30:20Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: true, buffering: true
[2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitSessionConnectedEvent("YTRhZWVlN2EtODI1OS00Y2ViLWFmYjEtOGFiODVkOGYxMGVmK2RlYWxlcit0Y3A6Ly8wYWIxNTgyMC5pcC5nYWUyLnNwb3RpZnkubmV0OjU3MDArQjE0RUY4RTk3RjJFNkU5NzNFN0Y2MUE1ODE5MkFFQzJGMzkxMDQ4RTJENjNFNDdDNENFOTNGQkExODk4NzM3RA==", "drh8spxczmnxeqlywln0iptuo")
[2025-11-22T14:30:20Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=3886604105
[2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitSessionClientChangedEvent("65b708073fc0480ea92a077233ca87bd", "", "", "")
[2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitVolumeChangedEvent(32767)
[2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitAutoPlayChangedEvent(true)
[2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitFilterExplicitContentChangedEvent(false)
[2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitShuffleChangedEvent(false)
[2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitRepeatChangedEvent(false, false)
[2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5XBUtdLhHkWMacY3I5kz8X"), false, 133)
[2025-11-22T14:30:20Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/c3e015b91e1a42cd9a48c879075f28a7?product=0&country=IN&salt=459606325
[2025-11-22T14:30:21Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/context-resolve/v1/spotify:user:drh8spxczmnxeqlywln0iptuo:collection
[2025-11-22T14:30:21Z DEBUG librespot_core::dealer::manager] replying to ws request: Success
[2025-11-22T14:30:21Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:21Z WARN  librespot_playback::player] <spotify:track:5XBUtdLhHkWMacY3I5kz8X> is not available
[2025-11-22T14:30:21Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5XBUtdLhHkWMacY3I5kz8X")>: ()
[2025-11-22T14:30:21Z DEBUG librespot_connect::state::tracks] marking spotify:track:5XBUtdLhHkWMacY3I5kz8X as unavailable
[2025-11-22T14:30:21Z ERROR librespot_connect::spirc] could not dispatch player event: Invalid state { context is not available. type: Default }
[2025-11-22T14:30:21Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: true, buffering: true
[2025-11-22T14:30:21Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=1057592120
[2025-11-22T14:30:21Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/context-resolve/v1/spotify:user:drh8spxczmnxeqlywln0iptuo:collection
[2025-11-22T14:30:21Z DEBUG librespot_connect::spirc] handling next context Some("spotify:user:drh8spxczmnxeqlywln0iptuo:collection")
[2025-11-22T14:30:21Z DEBUG librespot_connect::state::context] updated context Default to <Some("spotify:user:drh8spxczmnxeqlywln0iptuo:collection")> (1025 tracks)
[2025-11-22T14:30:21Z DEBUG librespot_connect::context_resolver] last item of type <Default>, finishing state setup
[2025-11-22T14:30:21Z DEBUG librespot_connect::state::transfer] active track is <spotify:track:5XBUtdLhHkWMacY3I5kz8X> with index Ok(43) in Default context, has 1025 tracks
[2025-11-22T14:30:21Z DEBUG librespot_connect::state::transfer] setting up next and prev: index is at Some(43) while shuffle false
[2025-11-22T14:30:21Z DEBUG librespot_connect::state] reset_playback with active ctx <Default> fill_up ctx <Default>
[2025-11-22T14:30:21Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:5XBUtdLhHkWMacY3I5kz8X at 43 of 1025 tracks
[2025-11-22T14:30:21Z DEBUG librespot_connect::state] has 10 prev tracks
[2025-11-22T14:30:21Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:21Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: true, buffering: true
[2025-11-22T14:30:21Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=1372393879
[2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] handling: 'endpoint: play' from 0f0348b6ca9c3911ac2b0c7de40faeb14dd9bb33
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::context] context didn't change, no reset
[2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] context <spotify:user:drh8spxczmnxeqlywln0iptuo:collection> didn't change, no resolving required
[2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] play track <Some(Uri("spotify:track:6n2UqLNVojFMhqsfcCkNCT"))>
[2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] loading with shuffle: <false>, repeat track: <false> context: <false>
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:6n2UqLNVojFMhqsfcCkNCT at 0 of 1025 tracks
[2025-11-22T14:30:24Z DEBUG librespot_connect::state] reset_playback with active ctx <Default> fill_up ctx <Default>
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:6n2UqLNVojFMhqsfcCkNCT at 0 of 1025 tracks
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] skipped track spotify:track:5XBUtdLhHkWMacY3I5kz8X during fillup as it's unavailable or should be skipped
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:6n2UqLNVojFMhqsfcCkNCT"), true, 0)
[2025-11-22T14:30:24Z DEBUG librespot_core::dealer::manager] replying to ws request: Success
[2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/d15ad6f54b3d4102aa7ed97211a06b2f?product=0&country=IN&salt=4243044473
[2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:24Z WARN  librespot_playback::player] <spotify:track:6n2UqLNVojFMhqsfcCkNCT> is not available
[2025-11-22T14:30:24Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:6n2UqLNVojFMhqsfcCkNCT")>: ()
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] marking spotify:track:6n2UqLNVojFMhqsfcCkNCT as unavailable
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG"))
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG"), true, 0)
[2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/9cac30f2913445a1a091663a26cabc5c?product=0&country=IN&salt=998204811
[2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:24Z WARN  librespot_playback::player] <spotify:track:4LDuFh8tES3xOVYRHhUADG> is not available
[2025-11-22T14:30:24Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG")>: ()
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] marking spotify:track:4LDuFh8tES3xOVYRHhUADG as unavailable
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB"))
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB"), true, 0)
[2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/8aa1cd29111a41f8b6f175be74676dbb?product=0&country=IN&salt=3397950881
[2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:24Z WARN  librespot_playback::player] <spotify:track:4dASQiO1Eoo3RJvt74FtXB> is not available
[2025-11-22T14:30:24Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB")>: ()
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] marking spotify:track:4dASQiO1Eoo3RJvt74FtXB as unavailable
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e"))
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e"), true, 0)
[2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/bd75296b37754bce8129db3927599fba?product=0&country=IN&salt=1083098528
[2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:24Z WARN  librespot_playback::player] <spotify:track:5Lv5L45PQmp5CTjs5PlQ6e> is not available
[2025-11-22T14:30:24Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e")>: ()
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] marking spotify:track:5Lv5L45PQmp5CTjs5PlQ6e as unavailable
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY"))
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY"), true, 0)
[2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/1c3fa503db0b4457868e79375fbe8e18?product=0&country=IN&salt=3617114323
[2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:24Z WARN  librespot_playback::player] <spotify:track:0RiRZpuVRbi7oqRdSMwhQY> is not available
[2025-11-22T14:30:24Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY")>: ()
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] marking spotify:track:0RiRZpuVRbi7oqRdSMwhQY as unavailable
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1"))
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1"), true, 0)
[2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/e04ad72a6f24456e930a473751478653?product=0&country=IN&salt=1157635710
[2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] handling: 'endpoint: play' from 0f0348b6ca9c3911ac2b0c7de40faeb14dd9bb33
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::context] context didn't change, no reset
[2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] context <spotify:user:drh8spxczmnxeqlywln0iptuo:collection> didn't change, no resolving required
[2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] play track <Some(Uri("spotify:track:6n2UqLNVojFMhqsfcCkNCT"))>
[2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] loading with shuffle: <false>, repeat track: <false> context: <false>
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:6n2UqLNVojFMhqsfcCkNCT at 0 of 1025 tracks
[2025-11-22T14:30:24Z DEBUG librespot_connect::state] reset_playback with active ctx <Default> fill_up ctx <Default>
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:6n2UqLNVojFMhqsfcCkNCT at 0 of 1025 tracks
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] skipped track spotify:track:5XBUtdLhHkWMacY3I5kz8X during fillup as it's unavailable or should be skipped
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:6n2UqLNVojFMhqsfcCkNCT"), true, 0)
[2025-11-22T14:30:24Z DEBUG librespot_core::dealer::manager] replying to ws request: Success
[2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/d15ad6f54b3d4102aa7ed97211a06b2f?product=0&country=IN&salt=2666619161
[2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:24Z WARN  librespot_playback::player] <spotify:track:6PetYmvjKZBjiUYlnlAcn1> is not available
[2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:24Z WARN  librespot_playback::player] <spotify:track:6n2UqLNVojFMhqsfcCkNCT> is not available
[2025-11-22T14:30:24Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:6n2UqLNVojFMhqsfcCkNCT")>: ()
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] marking spotify:track:6n2UqLNVojFMhqsfcCkNCT as unavailable
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG"))
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG"), true, 0)
[2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/9cac30f2913445a1a091663a26cabc5c?product=0&country=IN&salt=2890820945
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:25Z WARN  librespot_playback::player] <spotify:track:4LDuFh8tES3xOVYRHhUADG> is not available
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG")>: ()
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:4LDuFh8tES3xOVYRHhUADG as unavailable
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB"))
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB"), true, 0)
[2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/8aa1cd29111a41f8b6f175be74676dbb?product=0&country=IN&salt=600837887
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:25Z WARN  librespot_playback::player] <spotify:track:4dASQiO1Eoo3RJvt74FtXB> is not available
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB")>: ()
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:4dASQiO1Eoo3RJvt74FtXB as unavailable
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e"))
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e"), true, 0)
[2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/bd75296b37754bce8129db3927599fba?product=0&country=IN&salt=2353244753
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:25Z WARN  librespot_playback::player] <spotify:track:5Lv5L45PQmp5CTjs5PlQ6e> is not available
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e")>: ()
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:5Lv5L45PQmp5CTjs5PlQ6e as unavailable
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY"))
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY"), true, 0)
[2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/1c3fa503db0b4457868e79375fbe8e18?product=0&country=IN&salt=1354607927
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:25Z WARN  librespot_playback::player] <spotify:track:0RiRZpuVRbi7oqRdSMwhQY> is not available
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY")>: ()
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:0RiRZpuVRbi7oqRdSMwhQY as unavailable
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1"))
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1"), true, 0)
[2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/e04ad72a6f24456e930a473751478653?product=0&country=IN&salt=3776010380
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:25Z WARN  librespot_playback::player] <spotify:track:6PetYmvjKZBjiUYlnlAcn1> is not available
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1")>: ()
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:6PetYmvjKZBjiUYlnlAcn1 as unavailable
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3HVWdVOQ0ZA45FuZGSfvns"))
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3HVWdVOQ0ZA45FuZGSfvns"), true, 0)
[2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/79da87266628409d82dd33c83bf9c912?product=0&country=IN&salt=1250661171
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:25Z WARN  librespot_playback::player] <spotify:track:3HVWdVOQ0ZA45FuZGSfvns> is not available
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3HVWdVOQ0ZA45FuZGSfvns")>: ()
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:3HVWdVOQ0ZA45FuZGSfvns as unavailable
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:2CIlKt4lRwAAUx5fYgCBxN"))
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:2CIlKt4lRwAAUx5fYgCBxN"), true, 0)
[2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/563b1aaa5b664c95b8aa40536756b053?product=0&country=IN&salt=2069224517
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:25Z WARN  librespot_playback::player] <spotify:track:2CIlKt4lRwAAUx5fYgCBxN> is not available
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:2CIlKt4lRwAAUx5fYgCBxN")>: ()
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:2CIlKt4lRwAAUx5fYgCBxN as unavailable
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3eekarcy7kvN4yt5ZFzltW"))
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3eekarcy7kvN4yt5ZFzltW"), true, 0)
[2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/6a1cbfea560a4cca9bc7044b6591fa2c?product=0&country=IN&salt=1375665903
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:25Z WARN  librespot_playback::player] <spotify:track:3eekarcy7kvN4yt5ZFzltW> is not available
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3eekarcy7kvN4yt5ZFzltW")>: ()
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:3eekarcy7kvN4yt5ZFzltW as unavailable
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:1lOe9qE0vR9zwWQAOk6CoO"))
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:1lOe9qE0vR9zwWQAOk6CoO"), true, 0)
[2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/2c6a455065a6459b8db93687b6b4f26a?product=0&country=IN&salt=2896421804
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:25Z WARN  librespot_playback::player] <spotify:track:1lOe9qE0vR9zwWQAOk6CoO> is not available
[2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:1lOe9qE0vR9zwWQAOk6CoO")>: ()
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:1lOe9qE0vR9zwWQAOk6CoO as unavailable
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:2Hh3ETdQKrmSI3QS0hme7g"))
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:2Hh3ETdQKrmSI3QS0hme7g"), true, 0)
[2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/58a5b851a717464884632c176649a4da?product=0&country=IN&salt=2426999623
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:26Z WARN  librespot_playback::player] <spotify:track:2Hh3ETdQKrmSI3QS0hme7g> is not available
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:2Hh3ETdQKrmSI3QS0hme7g")>: ()
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:2Hh3ETdQKrmSI3QS0hme7g as unavailable
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:39MK3d3fonIP8Mz9oHCTBB"))
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:39MK3d3fonIP8Mz9oHCTBB"), true, 0)
[2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/67c1b9e3f8d345ddb366a61ce6eb4837?product=0&country=IN&salt=63330714
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:26Z WARN  librespot_playback::player] <spotify:track:39MK3d3fonIP8Mz9oHCTBB> is not available
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:39MK3d3fonIP8Mz9oHCTBB")>: ()
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:39MK3d3fonIP8Mz9oHCTBB as unavailable
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4ajEeUByf22nxfhqCHuJD9"))
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4ajEeUByf22nxfhqCHuJD9"), true, 0)
[2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/88e51600a92444c99f9f05c787750b2f?product=0&country=IN&salt=2511804933
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:26Z WARN  librespot_playback::player] <spotify:track:4ajEeUByf22nxfhqCHuJD9> is not available
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4ajEeUByf22nxfhqCHuJD9")>: ()
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:4ajEeUByf22nxfhqCHuJD9 as unavailable
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:0bSHwuTOZVJUXWT03H9oD2"))
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:0bSHwuTOZVJUXWT03H9oD2"), true, 0)
[2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/064c08ee65f74769b0daf8e17318735c?product=0&country=IN&salt=2118395515
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:26Z WARN  librespot_playback::player] <spotify:track:0bSHwuTOZVJUXWT03H9oD2> is not available
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:0bSHwuTOZVJUXWT03H9oD2")>: ()
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:0bSHwuTOZVJUXWT03H9oD2 as unavailable
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3jJ5HgLRNydtLRghjWVaCG"))
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3jJ5HgLRNydtLRghjWVaCG"), true, 0)
[2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/6d0668557174478e975669337e88c53e?product=0&country=IN&salt=341400401
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:26Z WARN  librespot_playback::player] <spotify:track:3jJ5HgLRNydtLRghjWVaCG> is not available
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3jJ5HgLRNydtLRghjWVaCG")>: ()
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:3jJ5HgLRNydtLRghjWVaCG as unavailable
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5NvOZCjZaGGGL597exlQWv"))
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5NvOZCjZaGGGL597exlQWv"), true, 0)
[2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/be8617a12e69420e83c283e8eb8785e3?product=0&country=IN&salt=3837763106
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:26Z WARN  librespot_playback::player] <spotify:track:5NvOZCjZaGGGL597exlQWv> is not available
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5NvOZCjZaGGGL597exlQWv")>: ()
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:5NvOZCjZaGGGL597exlQWv as unavailable
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:18x3MCjaft6XBVrLBI0DUo"))
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:18x3MCjaft6XBVrLBI0DUo"), true, 0)
[2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/256108db925e42fb99620e9faddfb2a4?product=0&country=IN&salt=3429908706
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:26Z WARN  librespot_playback::player] <spotify:track:18x3MCjaft6XBVrLBI0DUo> is not available
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:18x3MCjaft6XBVrLBI0DUo")>: ()
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:18x3MCjaft6XBVrLBI0DUo as unavailable
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:7exOrewyAiFxxHkGMXIvUn"))
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:7exOrewyAiFxxHkGMXIvUn"), true, 0)
[2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/edb4d0474d0348de973691545fc4acf3?product=0&country=IN&salt=3607482138
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:26Z WARN  librespot_playback::player] <spotify:track:7exOrewyAiFxxHkGMXIvUn> is not available
[2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:7exOrewyAiFxxHkGMXIvUn")>: ()
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:7exOrewyAiFxxHkGMXIvUn as unavailable
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5UQyTPDqHDBl8oqCoJ2iMN"))
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5UQyTPDqHDBl8oqCoJ2iMN"), true, 0)
[2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/c2692529c514420f9c7bab3a5c06d859?product=0&country=IN&salt=3763156954
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:27Z WARN  librespot_playback::player] <spotify:track:5UQyTPDqHDBl8oqCoJ2iMN> is not available
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5UQyTPDqHDBl8oqCoJ2iMN")>: ()
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:5UQyTPDqHDBl8oqCoJ2iMN as unavailable
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4kCry3MgYbMFppDv8KHsON"))
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4kCry3MgYbMFppDv8KHsON"), true, 0)
[2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/8e5ae2325c2e4e54b73b79951a79f185?product=0&country=IN&salt=554743381
[2025-11-22T14:30:27Z DEBUG librespot_connect::spirc] handling: 'endpoint: play' from 0f0348b6ca9c3911ac2b0c7de40faeb14dd9bb33
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::context] context didn't change, no reset
[2025-11-22T14:30:27Z DEBUG librespot_connect::spirc] context <spotify:user:drh8spxczmnxeqlywln0iptuo:collection> didn't change, no resolving required
[2025-11-22T14:30:27Z DEBUG librespot_connect::spirc] play track <Some(Uri("spotify:track:6n2UqLNVojFMhqsfcCkNCT"))>
[2025-11-22T14:30:27Z DEBUG librespot_connect::spirc] loading with shuffle: <false>, repeat track: <false> context: <false>
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:6n2UqLNVojFMhqsfcCkNCT at 0 of 1025 tracks
[2025-11-22T14:30:27Z DEBUG librespot_connect::state] reset_playback with active ctx <Default> fill_up ctx <Default>
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:6n2UqLNVojFMhqsfcCkNCT at 0 of 1025 tracks
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] skipped track spotify:track:5XBUtdLhHkWMacY3I5kz8X during fillup as it's unavailable or should be skipped
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:6n2UqLNVojFMhqsfcCkNCT"), true, 0)
[2025-11-22T14:30:27Z DEBUG librespot_core::dealer::manager] replying to ws request: Success
[2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/d15ad6f54b3d4102aa7ed97211a06b2f?product=0&country=IN&salt=2398809165
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:27Z WARN  librespot_playback::player] <spotify:track:4kCry3MgYbMFppDv8KHsON> is not available
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:27Z WARN  librespot_playback::player] <spotify:track:6n2UqLNVojFMhqsfcCkNCT> is not available
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:6n2UqLNVojFMhqsfcCkNCT")>: ()
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:6n2UqLNVojFMhqsfcCkNCT as unavailable
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG"))
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG"), true, 0)
[2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/9cac30f2913445a1a091663a26cabc5c?product=0&country=IN&salt=1971209131
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:27Z WARN  librespot_playback::player] <spotify:track:4LDuFh8tES3xOVYRHhUADG> is not available
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG")>: ()
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:4LDuFh8tES3xOVYRHhUADG as unavailable
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB"))
[2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB"), true, 0)
[2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/8aa1cd29111a41f8b6f175be74676dbb?product=0&country=IN&salt=2397426887
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:27Z WARN  librespot_playback::player] <spotify:track:4dASQiO1Eoo3RJvt74FtXB> is not available
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB")>: ()
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:4dASQiO1Eoo3RJvt74FtXB as unavailable
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e"))
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e"), true, 0)
[2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/bd75296b37754bce8129db3927599fba?product=0&country=IN&salt=3078854009
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:27Z WARN  librespot_playback::player] <spotify:track:5Lv5L45PQmp5CTjs5PlQ6e> is not available
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e")>: ()
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:5Lv5L45PQmp5CTjs5PlQ6e as unavailable
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY"))
[2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY"), true, 0)
[2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/1c3fa503db0b4457868e79375fbe8e18?product=0&country=IN&salt=4122419272
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:27Z WARN  librespot_playback::player] <spotify:track:0RiRZpuVRbi7oqRdSMwhQY> is not available
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY")>: ()
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:0RiRZpuVRbi7oqRdSMwhQY as unavailable
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1"))
[2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1"), true, 0)
[2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/e04ad72a6f24456e930a473751478653?product=0&country=IN&salt=1209569666
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:27Z WARN  librespot_playback::player] <spotify:track:6PetYmvjKZBjiUYlnlAcn1> is not available
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1")>: ()
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:6PetYmvjKZBjiUYlnlAcn1 as unavailable
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3HVWdVOQ0ZA45FuZGSfvns"))
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3HVWdVOQ0ZA45FuZGSfvns"), true, 0)
[2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/79da87266628409d82dd33c83bf9c912?product=0&country=IN&salt=2707859715
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:27Z WARN  librespot_playback::player] <spotify:track:3HVWdVOQ0ZA45FuZGSfvns> is not available
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3HVWdVOQ0ZA45FuZGSfvns")>: ()
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:3HVWdVOQ0ZA45FuZGSfvns as unavailable
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:2CIlKt4lRwAAUx5fYgCBxN"))
[2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:2CIlKt4lRwAAUx5fYgCBxN"), true, 0)
[2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/563b1aaa5b664c95b8aa40536756b053?product=0&country=IN&salt=2254994606
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:27Z WARN  librespot_playback::player] <spotify:track:2CIlKt4lRwAAUx5fYgCBxN> is not available
[2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:2CIlKt4lRwAAUx5fYgCBxN")>: ()
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:2CIlKt4lRwAAUx5fYgCBxN as unavailable
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3eekarcy7kvN4yt5ZFzltW"))
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3eekarcy7kvN4yt5ZFzltW"), true, 0)
[2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/6a1cbfea560a4cca9bc7044b6591fa2c?product=0&country=IN&salt=4010605403
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:28Z WARN  librespot_playback::player] <spotify:track:3eekarcy7kvN4yt5ZFzltW> is not available
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3eekarcy7kvN4yt5ZFzltW")>: ()
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:3eekarcy7kvN4yt5ZFzltW as unavailable
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:1lOe9qE0vR9zwWQAOk6CoO"))
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:1lOe9qE0vR9zwWQAOk6CoO"), true, 0)
[2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/2c6a455065a6459b8db93687b6b4f26a?product=0&country=IN&salt=2839525319
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:28Z WARN  librespot_playback::player] <spotify:track:1lOe9qE0vR9zwWQAOk6CoO> is not available
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:1lOe9qE0vR9zwWQAOk6CoO")>: ()
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:1lOe9qE0vR9zwWQAOk6CoO as unavailable
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:2Hh3ETdQKrmSI3QS0hme7g"))
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:2Hh3ETdQKrmSI3QS0hme7g"), true, 0)
[2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/58a5b851a717464884632c176649a4da?product=0&country=IN&salt=1483018803
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:28Z WARN  librespot_playback::player] <spotify:track:2Hh3ETdQKrmSI3QS0hme7g> is not available
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:2Hh3ETdQKrmSI3QS0hme7g")>: ()
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:2Hh3ETdQKrmSI3QS0hme7g as unavailable
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:39MK3d3fonIP8Mz9oHCTBB"))
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:39MK3d3fonIP8Mz9oHCTBB"), true, 0)
[2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/67c1b9e3f8d345ddb366a61ce6eb4837?product=0&country=IN&salt=4247165081
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:28Z WARN  librespot_playback::player] <spotify:track:39MK3d3fonIP8Mz9oHCTBB> is not available
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:39MK3d3fonIP8Mz9oHCTBB")>: ()
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:39MK3d3fonIP8Mz9oHCTBB as unavailable
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4ajEeUByf22nxfhqCHuJD9"))
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4ajEeUByf22nxfhqCHuJD9"), true, 0)
[2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/88e51600a92444c99f9f05c787750b2f?product=0&country=IN&salt=2311431455
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:28Z WARN  librespot_playback::player] <spotify:track:4ajEeUByf22nxfhqCHuJD9> is not available
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4ajEeUByf22nxfhqCHuJD9")>: ()
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:4ajEeUByf22nxfhqCHuJD9 as unavailable
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:0bSHwuTOZVJUXWT03H9oD2"))
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:0bSHwuTOZVJUXWT03H9oD2"), true, 0)
[2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/064c08ee65f74769b0daf8e17318735c?product=0&country=IN&salt=2828643713
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:28Z WARN  librespot_playback::player] <spotify:track:0bSHwuTOZVJUXWT03H9oD2> is not available
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:0bSHwuTOZVJUXWT03H9oD2")>: ()
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:0bSHwuTOZVJUXWT03H9oD2 as unavailable
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3jJ5HgLRNydtLRghjWVaCG"))
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3jJ5HgLRNydtLRghjWVaCG"), true, 0)
[2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/6d0668557174478e975669337e88c53e?product=0&country=IN&salt=14124278
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:28Z WARN  librespot_playback::player] <spotify:track:3jJ5HgLRNydtLRghjWVaCG> is not available
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3jJ5HgLRNydtLRghjWVaCG")>: ()
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:3jJ5HgLRNydtLRghjWVaCG as unavailable
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5NvOZCjZaGGGL597exlQWv"))
[2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5NvOZCjZaGGGL597exlQWv"), true, 0)
[2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/be8617a12e69420e83c283e8eb8785e3?product=0&country=IN&salt=1706925999
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:28Z WARN  librespot_playback::player] <spotify:track:5NvOZCjZaGGGL597exlQWv> is not available
[2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5NvOZCjZaGGGL597exlQWv")>: ()
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:5NvOZCjZaGGGL597exlQWv as unavailable
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:18x3MCjaft6XBVrLBI0DUo"))
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:18x3MCjaft6XBVrLBI0DUo"), true, 0)
[2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/256108db925e42fb99620e9faddfb2a4?product=0&country=IN&salt=1195332802
[2025-11-22T14:30:29Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:29Z WARN  librespot_playback::player] <spotify:track:18x3MCjaft6XBVrLBI0DUo> is not available
[2025-11-22T14:30:29Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:18x3MCjaft6XBVrLBI0DUo")>: ()
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] marking spotify:track:18x3MCjaft6XBVrLBI0DUo as unavailable
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:7exOrewyAiFxxHkGMXIvUn"))
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:7exOrewyAiFxxHkGMXIvUn"), true, 0)
[2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/edb4d0474d0348de973691545fc4acf3?product=0&country=IN&salt=2701238600
[2025-11-22T14:30:29Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:29Z WARN  librespot_playback::player] <spotify:track:7exOrewyAiFxxHkGMXIvUn> is not available
[2025-11-22T14:30:29Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:7exOrewyAiFxxHkGMXIvUn")>: ()
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] marking spotify:track:7exOrewyAiFxxHkGMXIvUn as unavailable
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5UQyTPDqHDBl8oqCoJ2iMN"))
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5UQyTPDqHDBl8oqCoJ2iMN"), true, 0)
[2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/c2692529c514420f9c7bab3a5c06d859?product=0&country=IN&salt=1355904942
[2025-11-22T14:30:29Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:29Z WARN  librespot_playback::player] <spotify:track:5UQyTPDqHDBl8oqCoJ2iMN> is not available
[2025-11-22T14:30:29Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5UQyTPDqHDBl8oqCoJ2iMN")>: ()
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] marking spotify:track:5UQyTPDqHDBl8oqCoJ2iMN as unavailable
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4kCry3MgYbMFppDv8KHsON"))
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4kCry3MgYbMFppDv8KHsON"), true, 0)
[2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/8e5ae2325c2e4e54b73b79951a79f185?product=0&country=IN&salt=3397205087
[2025-11-22T14:30:29Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:29Z WARN  librespot_playback::player] <spotify:track:4kCry3MgYbMFppDv8KHsON> is not available
[2025-11-22T14:30:29Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4kCry3MgYbMFppDv8KHsON")>: ()
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] marking spotify:track:4kCry3MgYbMFppDv8KHsON as unavailable
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:7MJ8g0egEkhvGu44IamrDE"))
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:7MJ8g0egEkhvGu44IamrDE"), true, 0)
[2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/ffd242f762594ce984b36bb08afe3876?product=0&country=IN&salt=947201715
[2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:29Z DEBUG librespot_connect::state] update position to 0:00 at 14:30:29.543
[2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=618967340
[2025-11-22T14:30:29Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:29Z WARN  librespot_playback::player] <spotify:track:7MJ8g0egEkhvGu44IamrDE> is not available
[2025-11-22T14:30:29Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:7MJ8g0egEkhvGu44IamrDE")>: ()
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] marking spotify:track:7MJ8g0egEkhvGu44IamrDE as unavailable
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80)
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3Dgmyz32dxvtxvUTPS0CUI"))
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] Preloading track
[2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3Dgmyz32dxvtxvUTPS0CUI"), true, 0)
[2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/7760e2c1a1c64c849c2c0ccbc21ebc14?product=0&country=IN&salt=1306030562
^C[2025-11-22T14:30:29Z INFO  librespot] Gracefully shutting down
[2025-11-22T14:30:29Z DEBUG librespot_connect::state] update position to 0:00 at 14:30:29.95
[2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: true, buffering: true
[2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Pause
[2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=786228234
[2025-11-22T14:30:30Z ERROR librespot_playback::player] Track should be available, but no alternatives found.
[2025-11-22T14:30:30Z WARN  librespot_playback::player] <spotify:track:3Dgmyz32dxvtxvUTPS0CUI> is not available
[2025-11-22T14:30:30Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3Dgmyz32dxvtxvUTPS0CUI")>: ()
[2025-11-22T14:30:30Z WARN  librespot_connect::state::context] couldn't load context info because: context is not available. type: Default
[2025-11-22T14:30:30Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e/inactive?notify=false&product=0&country=IN&salt=4098692375
[2025-11-22T14:30:30Z DEBUG librespot_playback::player] command=EmitSessionDisconnectedEvent("YTRhZWVlN2EtODI1OS00Y2ViLWFmYjEtOGFiODVkOGYxMGVmK2RlYWxlcit0Y3A6Ly8wYWIxNTgyMC5pcC5nYWUyLnNwb3RpZnkubmV0OjU3MDArQjE0RUY4RTk3RjJFNkU5NzNFN0Y2MUE1ODE5MkFFQzJGMzkxMDQ4RTJENjNFNDdDNENFOTNGQkExODk4NzM3RA==", "drh8spxczmnxeqlywln0iptuo")
[2025-11-22T14:30:30Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: true, buffering: true
[2025-11-22T14:30:30Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=3079093765
[2025-11-22T14:30:30Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=1795994099
[2025-11-22T14:30:30Z DEBUG librespot_core::dealer] closing dealer
[2025-11-22T14:30:30Z DEBUG librespot_core::dealer] Dropping send task
[2025-11-22T14:30:30Z DEBUG tungstenite::protocol] Received close frame: None
[2025-11-22T14:30:30Z DEBUG librespot_core::dealer] Websocket connection closed.
[2025-11-22T14:30:30Z DEBUG librespot_core::dealer] Dropping receive task
[2025-11-22T14:30:30Z DEBUG librespot_connect::spirc] drop Spirc[0]
[2025-11-22T14:30:30Z DEBUG librespot_playback::player] Shutting down player thread ...
[2025-11-22T14:30:30Z DEBUG librespot_playback::player] drop PlayerInternal[0]
[2025-11-22T14:30:30Z DEBUG librespot_playback::player] PlayerInternal thread finished.
[2025-11-22T14:30:30Z DEBUG librespot_core::session] drop Session
[2025-11-22T14:30:30Z DEBUG librespot::component] drop ApResolver
[2025-11-22T14:30:30Z DEBUG librespot::component] drop MercuryManager
[2025-11-22T14:30:30Z DEBUG librespot::component] drop DealerManager
[2025-11-22T14:30:30Z DEBUG librespot::component] drop SpClient
[2025-11-22T14:30:30Z DEBUG librespot::component] drop Login5Manager
[2025-11-22T14:30:30Z DEBUG librespot_core::session] drop Dispatch
<!-- gh-comment-id:3566762069 --> @publicstaticvoidmain42 commented on GitHub (Nov 22, 2025): Just to check if it was just me, I contacted one of my friends to try it with some of their family accounts. Almost all of them had the same audio key error but there's a new error we did get on one of the accounts. I'll paste the debug output below. The issue that happens here is that it starts librespot but as soon as he tried to play a song with Spotify Connect, the client kept jumping through songs without even playing then and eventually he had to quit with ctrl c. ``` RUST_LOG=debug ./target/release/librespot --disable-discovery --enable-oauth --bitrate 96 [2025-11-22T14:29:45Z INFO librespot] librespot 0.7.1 987dfa5 (Built on 2025-11-15, Build ID: agxLoNyj, Profile: release) [2025-11-22T14:29:45Z WARN librespot] Credential caching is unavailable, but advisable when using OAuth login. [2025-11-22T14:29:45Z DEBUG librespot_core::session] new Session Browse to: https://accounts.spotify.com/authorize?response_type=code&client_id=65b708073fc0480ea92a077233ca87bd&state=CAIgRfB7nfrp2uh9FPI5hQ&code_challenge=vdvabHg7ryv_nwW4dk4AGnQK3kDNRSwEyGUbmxkNPAI&code_challenge_method=S256&redirect_uri=http%3A%2F%2F127.0.0.1%3A5588%2Flogin&scope=app-remote-control+playlist-modify+playlist-modify-private+playlist-modify-public+playlist-read+playlist-read-collaborative+playlist-read-private+streaming+ugc-image-upload+user-follow-modify+user-follow-read+user-library-modify+user-library-read+user-modify+user-modify-playback-state+user-modify-private+user-personalized+user-read-birthdate+user-read-currently-playing+user-read-email+user-read-play-history+user-read-playback-position+user-read-playback-state+user-read-private+user-read-recently-played+user-top-read [2025-11-22T14:29:45Z INFO librespot_oauth] OAuth server listening on 127.0.0.1:5588 [2025-11-22T14:29:47Z DEBUG reqwest::connect] starting new connection: https://accounts.spotify.com/ [2025-11-22T14:29:47Z INFO librespot_playback::mixer::softmixer] Mixing with softvol and volume control: Log(60.0) [2025-11-22T14:29:47Z DEBUG librespot_playback::player] new Player [0] [2025-11-22T14:29:47Z INFO librespot_playback::convert] Converting with ditherer: tpdf [2025-11-22T14:29:47Z DEBUG librespot_connect::spirc] new Spirc[0] [2025-11-22T14:29:47Z INFO librespot_playback::audio_backend::rodio] Using Rodio sink with format S16 and cpal host: CoreAudio [2025-11-22T14:29:47Z DEBUG librespot::component] new DealerManager [2025-11-22T14:29:47Z DEBUG librespot::component] new SpClient [2025-11-22T14:29:47Z DEBUG librespot_core::spclient] Client token unavailable or expired, requesting new token. [2025-11-22T14:29:47Z DEBUG librespot_core::http_client] Requesting https://clienttoken.spotify.com/v1/clienttoken [2025-11-22T14:29:47Z INFO librespot_playback::audio_backend::rodio] Using audio device: Mad's AirPods Pro [2025-11-22T14:29:47Z DEBUG librespot_core::spclient] Received a granted token [2025-11-22T14:29:47Z DEBUG librespot::component] new ApResolver [2025-11-22T14:29:47Z DEBUG librespot_core::http_client] Requesting https://apresolve.spotify.com/?type=accesspoint&type=dealer&type=spclient [2025-11-22T14:29:48Z INFO librespot_core::session] Connecting to AP "ap-gae2.spotify.com:4070" [2025-11-22T14:29:48Z DEBUG librespot_playback::audio_backend::rodio] Rodio sink was created [2025-11-22T14:29:48Z DEBUG librespot_core::connection] Connection to "ap-gae2.spotify.com:4070" failed: Connection refused (os error 61) [2025-11-22T14:29:48Z DEBUG librespot_core::connection] Retry access point... [2025-11-22T14:29:48Z DEBUG librespot_core::connection] Connection to AP established. [2025-11-22T14:29:48Z DEBUG librespot_core::connection] Authenticating with AP using AUTHENTICATION_SPOTIFY_TOKEN [2025-11-22T14:29:48Z DEBUG librespot_core::connection] Connection to "ap-gae2.spotify.com:4070" failed: Connection refused (os error 61) [2025-11-22T14:29:48Z DEBUG librespot_core::connection] Retry access point... [2025-11-22T14:29:48Z DEBUG librespot_core::connection] Connection to AP established. [2025-11-22T14:29:49Z DEBUG librespot_core::connection] Authenticating with AP using AUTHENTICATION_STORED_SPOTIFY_CREDENTIALS [2025-11-22T14:29:49Z INFO librespot_core::session] Authenticated as 'drh8spxczmnxeqlywln0iptuo' ! [2025-11-22T14:29:49Z DEBUG librespot::component] new Login5Manager [2025-11-22T14:29:49Z DEBUG librespot_core::http_client] Requesting https://login5.spotify.com/v3/login [2025-11-22T14:29:49Z DEBUG librespot_core::session] Session strong=5 weak=6 [2025-11-22T14:29:49Z INFO librespot_core::session] Country: "IN" [2025-11-22T14:29:49Z DEBUG librespot::component] new MercuryManager [2025-11-22T14:29:49Z DEBUG librespot_playback::player] command=AddEventSender [2025-11-22T14:29:49Z DEBUG librespot_connect::spirc] SpircTask::set_volume(32767) [2025-11-22T14:29:49Z DEBUG librespot_playback::mixer::mappings] Input volume 32767 mapped to: 3.16% [2025-11-22T14:29:49Z DEBUG librespot_core::dealer::manager] Launching dealer [2025-11-22T14:29:49Z DEBUG tungstenite::handshake::client] Client handshake done. [2025-11-22T14:29:49Z INFO librespot_core::spclient] Resolved "gae2-spclient.spotify.com:443" as spclient access point [2025-11-22T14:29:49Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=109946115 [2025-11-22T14:29:50Z DEBUG librespot_connect::spirc] successfully put connect state for 7c28ab8a5c9512e4266ac7cb756312c82ee43d7e with connection-id YTRhZWVlN2EtODI1OS00Y2ViLWFmYjEtOGFiODVkOGYxMGVmK2RlYWxlcit0Y3A6Ly8wYWIxNTgyMC5pcC5nYWUyLnNwb3RpZnkubmV0OjU3MDArQjE0RUY4RTk3RjJFNkU5NzNFN0Y2MUE1ODE5MkFFQzJGMzkxMDQ4RTJENjNFNDdDNENFOTNGQkExODk4NzM3RA== [2025-11-22T14:29:50Z INFO librespot_connect::spirc] active device is <> with session <bd42c750578c49af993b8d288ed13cde> [2025-11-22T14:30:20Z DEBUG librespot_connect::spirc] handling: 'endpoint: transfer' from 0f0348b6ca9c3911ac2b0c7de40faeb14dd9bb33 [2025-11-22T14:30:20Z WARN librespot_connect::state::context] couldn't load context info because: context is not available. type: Default [2025-11-22T14:30:20Z DEBUG librespot_connect::spirc] found initial track <spotify:track:5XBUtdLhHkWMacY3I5kz8X> [2025-11-22T14:30:20Z DEBUG librespot_connect::context_resolver] update for resolve_uri: <Some("spotify:user:drh8spxczmnxeqlywln0iptuo:collection")>, context_uri: <spotify:user:drh8spxczmnxeqlywln0iptuo:collection>, update: <Default> is already added [2025-11-22T14:30:20Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: true, buffering: true [2025-11-22T14:30:20Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: true, buffering: true [2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitSessionConnectedEvent("YTRhZWVlN2EtODI1OS00Y2ViLWFmYjEtOGFiODVkOGYxMGVmK2RlYWxlcit0Y3A6Ly8wYWIxNTgyMC5pcC5nYWUyLnNwb3RpZnkubmV0OjU3MDArQjE0RUY4RTk3RjJFNkU5NzNFN0Y2MUE1ODE5MkFFQzJGMzkxMDQ4RTJENjNFNDdDNENFOTNGQkExODk4NzM3RA==", "drh8spxczmnxeqlywln0iptuo") [2025-11-22T14:30:20Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=3886604105 [2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitSessionClientChangedEvent("65b708073fc0480ea92a077233ca87bd", "", "", "") [2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitVolumeChangedEvent(32767) [2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitAutoPlayChangedEvent(true) [2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitFilterExplicitContentChangedEvent(false) [2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitShuffleChangedEvent(false) [2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=EmitRepeatChangedEvent(false, false) [2025-11-22T14:30:20Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5XBUtdLhHkWMacY3I5kz8X"), false, 133) [2025-11-22T14:30:20Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/c3e015b91e1a42cd9a48c879075f28a7?product=0&country=IN&salt=459606325 [2025-11-22T14:30:21Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/context-resolve/v1/spotify:user:drh8spxczmnxeqlywln0iptuo:collection [2025-11-22T14:30:21Z DEBUG librespot_core::dealer::manager] replying to ws request: Success [2025-11-22T14:30:21Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:21Z WARN librespot_playback::player] <spotify:track:5XBUtdLhHkWMacY3I5kz8X> is not available [2025-11-22T14:30:21Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5XBUtdLhHkWMacY3I5kz8X")>: () [2025-11-22T14:30:21Z DEBUG librespot_connect::state::tracks] marking spotify:track:5XBUtdLhHkWMacY3I5kz8X as unavailable [2025-11-22T14:30:21Z ERROR librespot_connect::spirc] could not dispatch player event: Invalid state { context is not available. type: Default } [2025-11-22T14:30:21Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: true, buffering: true [2025-11-22T14:30:21Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=1057592120 [2025-11-22T14:30:21Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/context-resolve/v1/spotify:user:drh8spxczmnxeqlywln0iptuo:collection [2025-11-22T14:30:21Z DEBUG librespot_connect::spirc] handling next context Some("spotify:user:drh8spxczmnxeqlywln0iptuo:collection") [2025-11-22T14:30:21Z DEBUG librespot_connect::state::context] updated context Default to <Some("spotify:user:drh8spxczmnxeqlywln0iptuo:collection")> (1025 tracks) [2025-11-22T14:30:21Z DEBUG librespot_connect::context_resolver] last item of type <Default>, finishing state setup [2025-11-22T14:30:21Z DEBUG librespot_connect::state::transfer] active track is <spotify:track:5XBUtdLhHkWMacY3I5kz8X> with index Ok(43) in Default context, has 1025 tracks [2025-11-22T14:30:21Z DEBUG librespot_connect::state::transfer] setting up next and prev: index is at Some(43) while shuffle false [2025-11-22T14:30:21Z DEBUG librespot_connect::state] reset_playback with active ctx <Default> fill_up ctx <Default> [2025-11-22T14:30:21Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:5XBUtdLhHkWMacY3I5kz8X at 43 of 1025 tracks [2025-11-22T14:30:21Z DEBUG librespot_connect::state] has 10 prev tracks [2025-11-22T14:30:21Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:21Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: true, buffering: true [2025-11-22T14:30:21Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=1372393879 [2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] handling: 'endpoint: play' from 0f0348b6ca9c3911ac2b0c7de40faeb14dd9bb33 [2025-11-22T14:30:24Z DEBUG librespot_connect::state::context] context didn't change, no reset [2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] context <spotify:user:drh8spxczmnxeqlywln0iptuo:collection> didn't change, no resolving required [2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] play track <Some(Uri("spotify:track:6n2UqLNVojFMhqsfcCkNCT"))> [2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] loading with shuffle: <false>, repeat track: <false> context: <false> [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:6n2UqLNVojFMhqsfcCkNCT at 0 of 1025 tracks [2025-11-22T14:30:24Z DEBUG librespot_connect::state] reset_playback with active ctx <Default> fill_up ctx <Default> [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:6n2UqLNVojFMhqsfcCkNCT at 0 of 1025 tracks [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] skipped track spotify:track:5XBUtdLhHkWMacY3I5kz8X during fillup as it's unavailable or should be skipped [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:6n2UqLNVojFMhqsfcCkNCT"), true, 0) [2025-11-22T14:30:24Z DEBUG librespot_core::dealer::manager] replying to ws request: Success [2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/d15ad6f54b3d4102aa7ed97211a06b2f?product=0&country=IN&salt=4243044473 [2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:24Z WARN librespot_playback::player] <spotify:track:6n2UqLNVojFMhqsfcCkNCT> is not available [2025-11-22T14:30:24Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:6n2UqLNVojFMhqsfcCkNCT")>: () [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] marking spotify:track:6n2UqLNVojFMhqsfcCkNCT as unavailable [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG")) [2025-11-22T14:30:24Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG"), true, 0) [2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/9cac30f2913445a1a091663a26cabc5c?product=0&country=IN&salt=998204811 [2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:24Z WARN librespot_playback::player] <spotify:track:4LDuFh8tES3xOVYRHhUADG> is not available [2025-11-22T14:30:24Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG")>: () [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] marking spotify:track:4LDuFh8tES3xOVYRHhUADG as unavailable [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB")) [2025-11-22T14:30:24Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB"), true, 0) [2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/8aa1cd29111a41f8b6f175be74676dbb?product=0&country=IN&salt=3397950881 [2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:24Z WARN librespot_playback::player] <spotify:track:4dASQiO1Eoo3RJvt74FtXB> is not available [2025-11-22T14:30:24Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB")>: () [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] marking spotify:track:4dASQiO1Eoo3RJvt74FtXB as unavailable [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e")) [2025-11-22T14:30:24Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e"), true, 0) [2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/bd75296b37754bce8129db3927599fba?product=0&country=IN&salt=1083098528 [2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:24Z WARN librespot_playback::player] <spotify:track:5Lv5L45PQmp5CTjs5PlQ6e> is not available [2025-11-22T14:30:24Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e")>: () [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] marking spotify:track:5Lv5L45PQmp5CTjs5PlQ6e as unavailable [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY")) [2025-11-22T14:30:24Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY"), true, 0) [2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/1c3fa503db0b4457868e79375fbe8e18?product=0&country=IN&salt=3617114323 [2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:24Z WARN librespot_playback::player] <spotify:track:0RiRZpuVRbi7oqRdSMwhQY> is not available [2025-11-22T14:30:24Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY")>: () [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] marking spotify:track:0RiRZpuVRbi7oqRdSMwhQY as unavailable [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1")) [2025-11-22T14:30:24Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1"), true, 0) [2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/e04ad72a6f24456e930a473751478653?product=0&country=IN&salt=1157635710 [2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] handling: 'endpoint: play' from 0f0348b6ca9c3911ac2b0c7de40faeb14dd9bb33 [2025-11-22T14:30:24Z DEBUG librespot_connect::state::context] context didn't change, no reset [2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] context <spotify:user:drh8spxczmnxeqlywln0iptuo:collection> didn't change, no resolving required [2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] play track <Some(Uri("spotify:track:6n2UqLNVojFMhqsfcCkNCT"))> [2025-11-22T14:30:24Z DEBUG librespot_connect::spirc] loading with shuffle: <false>, repeat track: <false> context: <false> [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:6n2UqLNVojFMhqsfcCkNCT at 0 of 1025 tracks [2025-11-22T14:30:24Z DEBUG librespot_connect::state] reset_playback with active ctx <Default> fill_up ctx <Default> [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:6n2UqLNVojFMhqsfcCkNCT at 0 of 1025 tracks [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] skipped track spotify:track:5XBUtdLhHkWMacY3I5kz8X during fillup as it's unavailable or should be skipped [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:6n2UqLNVojFMhqsfcCkNCT"), true, 0) [2025-11-22T14:30:24Z DEBUG librespot_core::dealer::manager] replying to ws request: Success [2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/d15ad6f54b3d4102aa7ed97211a06b2f?product=0&country=IN&salt=2666619161 [2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:24Z WARN librespot_playback::player] <spotify:track:6PetYmvjKZBjiUYlnlAcn1> is not available [2025-11-22T14:30:24Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:24Z WARN librespot_playback::player] <spotify:track:6n2UqLNVojFMhqsfcCkNCT> is not available [2025-11-22T14:30:24Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:6n2UqLNVojFMhqsfcCkNCT")>: () [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] marking spotify:track:6n2UqLNVojFMhqsfcCkNCT as unavailable [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG")) [2025-11-22T14:30:24Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:24Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:24Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG"), true, 0) [2025-11-22T14:30:24Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/9cac30f2913445a1a091663a26cabc5c?product=0&country=IN&salt=2890820945 [2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:25Z WARN librespot_playback::player] <spotify:track:4LDuFh8tES3xOVYRHhUADG> is not available [2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG")>: () [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:4LDuFh8tES3xOVYRHhUADG as unavailable [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB")) [2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB"), true, 0) [2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/8aa1cd29111a41f8b6f175be74676dbb?product=0&country=IN&salt=600837887 [2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:25Z WARN librespot_playback::player] <spotify:track:4dASQiO1Eoo3RJvt74FtXB> is not available [2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB")>: () [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:4dASQiO1Eoo3RJvt74FtXB as unavailable [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e")) [2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e"), true, 0) [2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/bd75296b37754bce8129db3927599fba?product=0&country=IN&salt=2353244753 [2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:25Z WARN librespot_playback::player] <spotify:track:5Lv5L45PQmp5CTjs5PlQ6e> is not available [2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e")>: () [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:5Lv5L45PQmp5CTjs5PlQ6e as unavailable [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY")) [2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY"), true, 0) [2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/1c3fa503db0b4457868e79375fbe8e18?product=0&country=IN&salt=1354607927 [2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:25Z WARN librespot_playback::player] <spotify:track:0RiRZpuVRbi7oqRdSMwhQY> is not available [2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY")>: () [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:0RiRZpuVRbi7oqRdSMwhQY as unavailable [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1")) [2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1"), true, 0) [2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/e04ad72a6f24456e930a473751478653?product=0&country=IN&salt=3776010380 [2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:25Z WARN librespot_playback::player] <spotify:track:6PetYmvjKZBjiUYlnlAcn1> is not available [2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1")>: () [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:6PetYmvjKZBjiUYlnlAcn1 as unavailable [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3HVWdVOQ0ZA45FuZGSfvns")) [2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3HVWdVOQ0ZA45FuZGSfvns"), true, 0) [2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/79da87266628409d82dd33c83bf9c912?product=0&country=IN&salt=1250661171 [2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:25Z WARN librespot_playback::player] <spotify:track:3HVWdVOQ0ZA45FuZGSfvns> is not available [2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3HVWdVOQ0ZA45FuZGSfvns")>: () [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:3HVWdVOQ0ZA45FuZGSfvns as unavailable [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:2CIlKt4lRwAAUx5fYgCBxN")) [2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:2CIlKt4lRwAAUx5fYgCBxN"), true, 0) [2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/563b1aaa5b664c95b8aa40536756b053?product=0&country=IN&salt=2069224517 [2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:25Z WARN librespot_playback::player] <spotify:track:2CIlKt4lRwAAUx5fYgCBxN> is not available [2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:2CIlKt4lRwAAUx5fYgCBxN")>: () [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:2CIlKt4lRwAAUx5fYgCBxN as unavailable [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3eekarcy7kvN4yt5ZFzltW")) [2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3eekarcy7kvN4yt5ZFzltW"), true, 0) [2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/6a1cbfea560a4cca9bc7044b6591fa2c?product=0&country=IN&salt=1375665903 [2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:25Z WARN librespot_playback::player] <spotify:track:3eekarcy7kvN4yt5ZFzltW> is not available [2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3eekarcy7kvN4yt5ZFzltW")>: () [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:3eekarcy7kvN4yt5ZFzltW as unavailable [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:1lOe9qE0vR9zwWQAOk6CoO")) [2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:1lOe9qE0vR9zwWQAOk6CoO"), true, 0) [2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/2c6a455065a6459b8db93687b6b4f26a?product=0&country=IN&salt=2896421804 [2025-11-22T14:30:25Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:25Z WARN librespot_playback::player] <spotify:track:1lOe9qE0vR9zwWQAOk6CoO> is not available [2025-11-22T14:30:25Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:1lOe9qE0vR9zwWQAOk6CoO")>: () [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] marking spotify:track:1lOe9qE0vR9zwWQAOk6CoO as unavailable [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:25Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:2Hh3ETdQKrmSI3QS0hme7g")) [2025-11-22T14:30:25Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:25Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:2Hh3ETdQKrmSI3QS0hme7g"), true, 0) [2025-11-22T14:30:25Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/58a5b851a717464884632c176649a4da?product=0&country=IN&salt=2426999623 [2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:26Z WARN librespot_playback::player] <spotify:track:2Hh3ETdQKrmSI3QS0hme7g> is not available [2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:2Hh3ETdQKrmSI3QS0hme7g")>: () [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:2Hh3ETdQKrmSI3QS0hme7g as unavailable [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:39MK3d3fonIP8Mz9oHCTBB")) [2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:39MK3d3fonIP8Mz9oHCTBB"), true, 0) [2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/67c1b9e3f8d345ddb366a61ce6eb4837?product=0&country=IN&salt=63330714 [2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:26Z WARN librespot_playback::player] <spotify:track:39MK3d3fonIP8Mz9oHCTBB> is not available [2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:39MK3d3fonIP8Mz9oHCTBB")>: () [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:39MK3d3fonIP8Mz9oHCTBB as unavailable [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4ajEeUByf22nxfhqCHuJD9")) [2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4ajEeUByf22nxfhqCHuJD9"), true, 0) [2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/88e51600a92444c99f9f05c787750b2f?product=0&country=IN&salt=2511804933 [2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:26Z WARN librespot_playback::player] <spotify:track:4ajEeUByf22nxfhqCHuJD9> is not available [2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4ajEeUByf22nxfhqCHuJD9")>: () [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:4ajEeUByf22nxfhqCHuJD9 as unavailable [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:0bSHwuTOZVJUXWT03H9oD2")) [2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:0bSHwuTOZVJUXWT03H9oD2"), true, 0) [2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/064c08ee65f74769b0daf8e17318735c?product=0&country=IN&salt=2118395515 [2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:26Z WARN librespot_playback::player] <spotify:track:0bSHwuTOZVJUXWT03H9oD2> is not available [2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:0bSHwuTOZVJUXWT03H9oD2")>: () [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:0bSHwuTOZVJUXWT03H9oD2 as unavailable [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3jJ5HgLRNydtLRghjWVaCG")) [2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3jJ5HgLRNydtLRghjWVaCG"), true, 0) [2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/6d0668557174478e975669337e88c53e?product=0&country=IN&salt=341400401 [2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:26Z WARN librespot_playback::player] <spotify:track:3jJ5HgLRNydtLRghjWVaCG> is not available [2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3jJ5HgLRNydtLRghjWVaCG")>: () [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:3jJ5HgLRNydtLRghjWVaCG as unavailable [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5NvOZCjZaGGGL597exlQWv")) [2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5NvOZCjZaGGGL597exlQWv"), true, 0) [2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/be8617a12e69420e83c283e8eb8785e3?product=0&country=IN&salt=3837763106 [2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:26Z WARN librespot_playback::player] <spotify:track:5NvOZCjZaGGGL597exlQWv> is not available [2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5NvOZCjZaGGGL597exlQWv")>: () [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:5NvOZCjZaGGGL597exlQWv as unavailable [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:18x3MCjaft6XBVrLBI0DUo")) [2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:18x3MCjaft6XBVrLBI0DUo"), true, 0) [2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/256108db925e42fb99620e9faddfb2a4?product=0&country=IN&salt=3429908706 [2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:26Z WARN librespot_playback::player] <spotify:track:18x3MCjaft6XBVrLBI0DUo> is not available [2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:18x3MCjaft6XBVrLBI0DUo")>: () [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:18x3MCjaft6XBVrLBI0DUo as unavailable [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:7exOrewyAiFxxHkGMXIvUn")) [2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:7exOrewyAiFxxHkGMXIvUn"), true, 0) [2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/edb4d0474d0348de973691545fc4acf3?product=0&country=IN&salt=3607482138 [2025-11-22T14:30:26Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:26Z WARN librespot_playback::player] <spotify:track:7exOrewyAiFxxHkGMXIvUn> is not available [2025-11-22T14:30:26Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:7exOrewyAiFxxHkGMXIvUn")>: () [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] marking spotify:track:7exOrewyAiFxxHkGMXIvUn as unavailable [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:26Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5UQyTPDqHDBl8oqCoJ2iMN")) [2025-11-22T14:30:26Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:26Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5UQyTPDqHDBl8oqCoJ2iMN"), true, 0) [2025-11-22T14:30:26Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/c2692529c514420f9c7bab3a5c06d859?product=0&country=IN&salt=3763156954 [2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:27Z WARN librespot_playback::player] <spotify:track:5UQyTPDqHDBl8oqCoJ2iMN> is not available [2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5UQyTPDqHDBl8oqCoJ2iMN")>: () [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:5UQyTPDqHDBl8oqCoJ2iMN as unavailable [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4kCry3MgYbMFppDv8KHsON")) [2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4kCry3MgYbMFppDv8KHsON"), true, 0) [2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/8e5ae2325c2e4e54b73b79951a79f185?product=0&country=IN&salt=554743381 [2025-11-22T14:30:27Z DEBUG librespot_connect::spirc] handling: 'endpoint: play' from 0f0348b6ca9c3911ac2b0c7de40faeb14dd9bb33 [2025-11-22T14:30:27Z DEBUG librespot_connect::state::context] context didn't change, no reset [2025-11-22T14:30:27Z DEBUG librespot_connect::spirc] context <spotify:user:drh8spxczmnxeqlywln0iptuo:collection> didn't change, no resolving required [2025-11-22T14:30:27Z DEBUG librespot_connect::spirc] play track <Some(Uri("spotify:track:6n2UqLNVojFMhqsfcCkNCT"))> [2025-11-22T14:30:27Z DEBUG librespot_connect::spirc] loading with shuffle: <false>, repeat track: <false> context: <false> [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:6n2UqLNVojFMhqsfcCkNCT at 0 of 1025 tracks [2025-11-22T14:30:27Z DEBUG librespot_connect::state] reset_playback with active ctx <Default> fill_up ctx <Default> [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:6n2UqLNVojFMhqsfcCkNCT at 0 of 1025 tracks [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] skipped track spotify:track:5XBUtdLhHkWMacY3I5kz8X during fillup as it's unavailable or should be skipped [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:6n2UqLNVojFMhqsfcCkNCT"), true, 0) [2025-11-22T14:30:27Z DEBUG librespot_core::dealer::manager] replying to ws request: Success [2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/d15ad6f54b3d4102aa7ed97211a06b2f?product=0&country=IN&salt=2398809165 [2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:27Z WARN librespot_playback::player] <spotify:track:4kCry3MgYbMFppDv8KHsON> is not available [2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:27Z WARN librespot_playback::player] <spotify:track:6n2UqLNVojFMhqsfcCkNCT> is not available [2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:6n2UqLNVojFMhqsfcCkNCT")>: () [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:6n2UqLNVojFMhqsfcCkNCT as unavailable [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG")) [2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG"), true, 0) [2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/9cac30f2913445a1a091663a26cabc5c?product=0&country=IN&salt=1971209131 [2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:27Z WARN librespot_playback::player] <spotify:track:4LDuFh8tES3xOVYRHhUADG> is not available [2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4LDuFh8tES3xOVYRHhUADG")>: () [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:4LDuFh8tES3xOVYRHhUADG as unavailable [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB")) [2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB"), true, 0) [2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/8aa1cd29111a41f8b6f175be74676dbb?product=0&country=IN&salt=2397426887 [2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:27Z WARN librespot_playback::player] <spotify:track:4dASQiO1Eoo3RJvt74FtXB> is not available [2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4dASQiO1Eoo3RJvt74FtXB")>: () [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:4dASQiO1Eoo3RJvt74FtXB as unavailable [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e")) [2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e"), true, 0) [2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/bd75296b37754bce8129db3927599fba?product=0&country=IN&salt=3078854009 [2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:27Z WARN librespot_playback::player] <spotify:track:5Lv5L45PQmp5CTjs5PlQ6e> is not available [2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5Lv5L45PQmp5CTjs5PlQ6e")>: () [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:5Lv5L45PQmp5CTjs5PlQ6e as unavailable [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY")) [2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY"), true, 0) [2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/1c3fa503db0b4457868e79375fbe8e18?product=0&country=IN&salt=4122419272 [2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:27Z WARN librespot_playback::player] <spotify:track:0RiRZpuVRbi7oqRdSMwhQY> is not available [2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:0RiRZpuVRbi7oqRdSMwhQY")>: () [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:0RiRZpuVRbi7oqRdSMwhQY as unavailable [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1")) [2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1"), true, 0) [2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/e04ad72a6f24456e930a473751478653?product=0&country=IN&salt=1209569666 [2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:27Z WARN librespot_playback::player] <spotify:track:6PetYmvjKZBjiUYlnlAcn1> is not available [2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:6PetYmvjKZBjiUYlnlAcn1")>: () [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:6PetYmvjKZBjiUYlnlAcn1 as unavailable [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3HVWdVOQ0ZA45FuZGSfvns")) [2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3HVWdVOQ0ZA45FuZGSfvns"), true, 0) [2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/79da87266628409d82dd33c83bf9c912?product=0&country=IN&salt=2707859715 [2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:27Z WARN librespot_playback::player] <spotify:track:3HVWdVOQ0ZA45FuZGSfvns> is not available [2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3HVWdVOQ0ZA45FuZGSfvns")>: () [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:3HVWdVOQ0ZA45FuZGSfvns as unavailable [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:2CIlKt4lRwAAUx5fYgCBxN")) [2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:2CIlKt4lRwAAUx5fYgCBxN"), true, 0) [2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/563b1aaa5b664c95b8aa40536756b053?product=0&country=IN&salt=2254994606 [2025-11-22T14:30:27Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:27Z WARN librespot_playback::player] <spotify:track:2CIlKt4lRwAAUx5fYgCBxN> is not available [2025-11-22T14:30:27Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:2CIlKt4lRwAAUx5fYgCBxN")>: () [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] marking spotify:track:2CIlKt4lRwAAUx5fYgCBxN as unavailable [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:27Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3eekarcy7kvN4yt5ZFzltW")) [2025-11-22T14:30:27Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:27Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3eekarcy7kvN4yt5ZFzltW"), true, 0) [2025-11-22T14:30:27Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/6a1cbfea560a4cca9bc7044b6591fa2c?product=0&country=IN&salt=4010605403 [2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:28Z WARN librespot_playback::player] <spotify:track:3eekarcy7kvN4yt5ZFzltW> is not available [2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3eekarcy7kvN4yt5ZFzltW")>: () [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:3eekarcy7kvN4yt5ZFzltW as unavailable [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:1lOe9qE0vR9zwWQAOk6CoO")) [2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:1lOe9qE0vR9zwWQAOk6CoO"), true, 0) [2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/2c6a455065a6459b8db93687b6b4f26a?product=0&country=IN&salt=2839525319 [2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:28Z WARN librespot_playback::player] <spotify:track:1lOe9qE0vR9zwWQAOk6CoO> is not available [2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:1lOe9qE0vR9zwWQAOk6CoO")>: () [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:1lOe9qE0vR9zwWQAOk6CoO as unavailable [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:2Hh3ETdQKrmSI3QS0hme7g")) [2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:2Hh3ETdQKrmSI3QS0hme7g"), true, 0) [2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/58a5b851a717464884632c176649a4da?product=0&country=IN&salt=1483018803 [2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:28Z WARN librespot_playback::player] <spotify:track:2Hh3ETdQKrmSI3QS0hme7g> is not available [2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:2Hh3ETdQKrmSI3QS0hme7g")>: () [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:2Hh3ETdQKrmSI3QS0hme7g as unavailable [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:39MK3d3fonIP8Mz9oHCTBB")) [2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:39MK3d3fonIP8Mz9oHCTBB"), true, 0) [2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/67c1b9e3f8d345ddb366a61ce6eb4837?product=0&country=IN&salt=4247165081 [2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:28Z WARN librespot_playback::player] <spotify:track:39MK3d3fonIP8Mz9oHCTBB> is not available [2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:39MK3d3fonIP8Mz9oHCTBB")>: () [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:39MK3d3fonIP8Mz9oHCTBB as unavailable [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4ajEeUByf22nxfhqCHuJD9")) [2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4ajEeUByf22nxfhqCHuJD9"), true, 0) [2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/88e51600a92444c99f9f05c787750b2f?product=0&country=IN&salt=2311431455 [2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:28Z WARN librespot_playback::player] <spotify:track:4ajEeUByf22nxfhqCHuJD9> is not available [2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4ajEeUByf22nxfhqCHuJD9")>: () [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:4ajEeUByf22nxfhqCHuJD9 as unavailable [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:0bSHwuTOZVJUXWT03H9oD2")) [2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:0bSHwuTOZVJUXWT03H9oD2"), true, 0) [2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/064c08ee65f74769b0daf8e17318735c?product=0&country=IN&salt=2828643713 [2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:28Z WARN librespot_playback::player] <spotify:track:0bSHwuTOZVJUXWT03H9oD2> is not available [2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:0bSHwuTOZVJUXWT03H9oD2")>: () [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:0bSHwuTOZVJUXWT03H9oD2 as unavailable [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3jJ5HgLRNydtLRghjWVaCG")) [2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3jJ5HgLRNydtLRghjWVaCG"), true, 0) [2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/6d0668557174478e975669337e88c53e?product=0&country=IN&salt=14124278 [2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:28Z WARN librespot_playback::player] <spotify:track:3jJ5HgLRNydtLRghjWVaCG> is not available [2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3jJ5HgLRNydtLRghjWVaCG")>: () [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:3jJ5HgLRNydtLRghjWVaCG as unavailable [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5NvOZCjZaGGGL597exlQWv")) [2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5NvOZCjZaGGGL597exlQWv"), true, 0) [2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/be8617a12e69420e83c283e8eb8785e3?product=0&country=IN&salt=1706925999 [2025-11-22T14:30:28Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:28Z WARN librespot_playback::player] <spotify:track:5NvOZCjZaGGGL597exlQWv> is not available [2025-11-22T14:30:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5NvOZCjZaGGGL597exlQWv")>: () [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] marking spotify:track:5NvOZCjZaGGGL597exlQWv as unavailable [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:28Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:18x3MCjaft6XBVrLBI0DUo")) [2025-11-22T14:30:28Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:28Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:18x3MCjaft6XBVrLBI0DUo"), true, 0) [2025-11-22T14:30:28Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/256108db925e42fb99620e9faddfb2a4?product=0&country=IN&salt=1195332802 [2025-11-22T14:30:29Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:29Z WARN librespot_playback::player] <spotify:track:18x3MCjaft6XBVrLBI0DUo> is not available [2025-11-22T14:30:29Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:18x3MCjaft6XBVrLBI0DUo")>: () [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] marking spotify:track:18x3MCjaft6XBVrLBI0DUo as unavailable [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:7exOrewyAiFxxHkGMXIvUn")) [2025-11-22T14:30:29Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:7exOrewyAiFxxHkGMXIvUn"), true, 0) [2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/edb4d0474d0348de973691545fc4acf3?product=0&country=IN&salt=2701238600 [2025-11-22T14:30:29Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:29Z WARN librespot_playback::player] <spotify:track:7exOrewyAiFxxHkGMXIvUn> is not available [2025-11-22T14:30:29Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:7exOrewyAiFxxHkGMXIvUn")>: () [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] marking spotify:track:7exOrewyAiFxxHkGMXIvUn as unavailable [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:5UQyTPDqHDBl8oqCoJ2iMN")) [2025-11-22T14:30:29Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:5UQyTPDqHDBl8oqCoJ2iMN"), true, 0) [2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/c2692529c514420f9c7bab3a5c06d859?product=0&country=IN&salt=1355904942 [2025-11-22T14:30:29Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:29Z WARN librespot_playback::player] <spotify:track:5UQyTPDqHDBl8oqCoJ2iMN> is not available [2025-11-22T14:30:29Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:5UQyTPDqHDBl8oqCoJ2iMN")>: () [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] marking spotify:track:5UQyTPDqHDBl8oqCoJ2iMN as unavailable [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:4kCry3MgYbMFppDv8KHsON")) [2025-11-22T14:30:29Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:4kCry3MgYbMFppDv8KHsON"), true, 0) [2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/8e5ae2325c2e4e54b73b79951a79f185?product=0&country=IN&salt=3397205087 [2025-11-22T14:30:29Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:29Z WARN librespot_playback::player] <spotify:track:4kCry3MgYbMFppDv8KHsON> is not available [2025-11-22T14:30:29Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:4kCry3MgYbMFppDv8KHsON")>: () [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] marking spotify:track:4kCry3MgYbMFppDv8KHsON as unavailable [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:7MJ8g0egEkhvGu44IamrDE")) [2025-11-22T14:30:29Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:7MJ8g0egEkhvGu44IamrDE"), true, 0) [2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/ffd242f762594ce984b36bb08afe3876?product=0&country=IN&salt=947201715 [2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:29Z DEBUG librespot_connect::state] update position to 0:00 at 14:30:29.543 [2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=618967340 [2025-11-22T14:30:29Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:29Z WARN librespot_playback::player] <spotify:track:7MJ8g0egEkhvGu44IamrDE> is not available [2025-11-22T14:30:29Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:7MJ8g0egEkhvGu44IamrDE")>: () [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] marking spotify:track:7MJ8g0egEkhvGu44IamrDE as unavailable [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:29Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (80) [2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Preload(SpotifyId("spotify:track:3Dgmyz32dxvtxvUTPS0CUI")) [2025-11-22T14:30:29Z DEBUG librespot_playback::player] Preloading track [2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Load(SpotifyId("spotify:track:3Dgmyz32dxvtxvUTPS0CUI"), true, 0) [2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://spclient.wg.spotify.com/metadata/4/track/7760e2c1a1c64c849c2c0ccbc21ebc14?product=0&country=IN&salt=1306030562 ^C[2025-11-22T14:30:29Z INFO librespot] Gracefully shutting down [2025-11-22T14:30:29Z DEBUG librespot_connect::state] update position to 0:00 at 14:30:29.95 [2025-11-22T14:30:29Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: true, buffering: true [2025-11-22T14:30:29Z DEBUG librespot_playback::player] command=Pause [2025-11-22T14:30:29Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=786228234 [2025-11-22T14:30:30Z ERROR librespot_playback::player] Track should be available, but no alternatives found. [2025-11-22T14:30:30Z WARN librespot_playback::player] <spotify:track:3Dgmyz32dxvtxvUTPS0CUI> is not available [2025-11-22T14:30:30Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyId("spotify:track:3Dgmyz32dxvtxvUTPS0CUI")>: () [2025-11-22T14:30:30Z WARN librespot_connect::state::context] couldn't load context info because: context is not available. type: Default [2025-11-22T14:30:30Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e/inactive?notify=false&product=0&country=IN&salt=4098692375 [2025-11-22T14:30:30Z DEBUG librespot_playback::player] command=EmitSessionDisconnectedEvent("YTRhZWVlN2EtODI1OS00Y2ViLWFmYjEtOGFiODVkOGYxMGVmK2RlYWxlcit0Y3A6Ly8wYWIxNTgyMC5pcC5nYWUyLnNwb3RpZnkubmV0OjU3MDArQjE0RUY4RTk3RjJFNkU5NzNFN0Y2MUE1ODE5MkFFQzJGMzkxMDQ4RTJENjNFNDdDNENFOTNGQkExODk4NzM3RA==", "drh8spxczmnxeqlywln0iptuo") [2025-11-22T14:30:30Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: true, buffering: true [2025-11-22T14:30:30Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=3079093765 [2025-11-22T14:30:30Z DEBUG librespot_core::http_client] Requesting https://gae2-spclient.spotify.com:443/connect-state/v1/devices/7c28ab8a5c9512e4266ac7cb756312c82ee43d7e?product=0&country=IN&salt=1795994099 [2025-11-22T14:30:30Z DEBUG librespot_core::dealer] closing dealer [2025-11-22T14:30:30Z DEBUG librespot_core::dealer] Dropping send task [2025-11-22T14:30:30Z DEBUG tungstenite::protocol] Received close frame: None [2025-11-22T14:30:30Z DEBUG librespot_core::dealer] Websocket connection closed. [2025-11-22T14:30:30Z DEBUG librespot_core::dealer] Dropping receive task [2025-11-22T14:30:30Z DEBUG librespot_connect::spirc] drop Spirc[0] [2025-11-22T14:30:30Z DEBUG librespot_playback::player] Shutting down player thread ... [2025-11-22T14:30:30Z DEBUG librespot_playback::player] drop PlayerInternal[0] [2025-11-22T14:30:30Z DEBUG librespot_playback::player] PlayerInternal thread finished. [2025-11-22T14:30:30Z DEBUG librespot_core::session] drop Session [2025-11-22T14:30:30Z DEBUG librespot::component] drop ApResolver [2025-11-22T14:30:30Z DEBUG librespot::component] drop MercuryManager [2025-11-22T14:30:30Z DEBUG librespot::component] drop DealerManager [2025-11-22T14:30:30Z DEBUG librespot::component] drop SpClient [2025-11-22T14:30:30Z DEBUG librespot::component] drop Login5Manager [2025-11-22T14:30:30Z DEBUG librespot_core::session] drop Dispatch ```
Author
Owner

@drobotk commented on GitHub (Nov 22, 2025):

Just to check if it was just me, I contacted one of my friends to try it with some of their family accounts. Almost all of them had the same audio key error but there's a new error we did get on one of the accounts. I'll paste the debug output below. The issue that happens here is that it starts librespot but as soon as he tried to play a song with Spotify Connect, the client kept jumping through songs without even playing then and eventually he had to quit with ctrl c.

That version of librespot has a bug that was fixed in 0.8.0.

<!-- gh-comment-id:3566763757 --> @drobotk commented on GitHub (Nov 22, 2025): > Just to check if it was just me, I contacted one of my friends to try it with some of their family accounts. Almost all of them had the same audio key error but there's a new error we did get on one of the accounts. I'll paste the debug output below. The issue that happens here is that it starts librespot but as soon as he tried to play a song with Spotify Connect, the client kept jumping through songs without even playing then and eventually he had to quit with ctrl c. That version of librespot has a bug that was fixed in 0.8.0.
Author
Owner

@publicstaticvoidmain42 commented on GitHub (Nov 22, 2025):

@drobotk Sorry. I'll ask them to update and check again.

<!-- gh-comment-id:3566764077 --> @publicstaticvoidmain42 commented on GitHub (Nov 22, 2025): @drobotk Sorry. I'll ask them to update and check again.
Author
Owner

@publicstaticvoidmain42 commented on GitHub (Nov 22, 2025):

Right, it works for them with 0.8.0. Not sure why it doesn't work for me however.

<!-- gh-comment-id:3566770894 --> @publicstaticvoidmain42 commented on GitHub (Nov 22, 2025): Right, it works for them with 0.8.0. Not sure why it doesn't work for me however.
Author
Owner

@kingosticks commented on GitHub (Nov 22, 2025):

When Spotify change things they do it on a handful of accounts at a time. They may be phasing out this way of getting the key and you're unlucky enough to be one of the first. I'll grab my debug log later for this song and I'm also in the UK so it should be identical except mine works, so the only difference is then your account. Which isn't good news for anyone.

<!-- gh-comment-id:3567031428 --> @kingosticks commented on GitHub (Nov 22, 2025): When Spotify change things they do it on a handful of accounts at a time. They may be phasing out this way of getting the key and you're unlucky enough to be one of the first. I'll grab my debug log later for this song and I'm also in the UK so it should be identical except mine works, so the only difference is then your account. Which isn't good news for anyone.
Author
Owner

@kingosticks commented on GitHub (Nov 23, 2025):

Here's my debug log. Very similar... except it can get the key and play audio like normal. So not much insight there, just to show everything is the same... right up until it doesn't work for you. I've got a family account.

[2025-11-23T22:06:24Z INFO  librespot] librespot 0.8.0 ea81314 (Built on 2025-11-23, Build ID: RW6uTeOr, Profile: debug)
[2025-11-23T22:06:24Z WARN  librespot] Credential caching is unavailable, but advisable when using OAuth login.
[2025-11-23T22:06:24Z DEBUG librespot_core::session] new Session
Browse to: https://accounts.spotify.com/authorize?response_type=code&client_id=65b708073fc0480ea92a077233c...................
[2025-11-23T22:06:24Z INFO  librespot_oauth] OAuth server listening on 127.0.0.1:5588
[2025-11-23T22:06:26Z INFO  librespot_playback::mixer::softmixer] Mixing with softvol and volume control: Log(60.0)
[2025-11-23T22:06:26Z DEBUG librespot_playback::player] new Player [0]
[2025-11-23T22:06:26Z DEBUG librespot_connect::spirc] new Spirc[0]
[2025-11-23T22:06:26Z INFO  librespot_playback::convert] Converting with ditherer: tpdf
[2025-11-23T22:06:26Z INFO  librespot_playback::audio_backend::pulseaudio] Using PulseAudioSink with format: S16
[2025-11-23T22:06:26Z DEBUG librespot::component] new DealerManager
[2025-11-23T22:06:26Z DEBUG librespot::component] new SpClient
[2025-11-23T22:06:26Z DEBUG librespot_core::spclient] Client token unavailable or expired, requesting new token.
[2025-11-23T22:06:26Z DEBUG librespot_core::http_client] Requesting https://clienttoken.spotify.com/v1/clienttoken
[2025-11-23T22:06:26Z DEBUG librespot_core::spclient] Received a granted token
[2025-11-23T22:06:26Z DEBUG librespot::component] new ApResolver
[2025-11-23T22:06:26Z DEBUG librespot_core::http_client] Requesting https://apresolve.spotify.com/?type=accesspoint&type=dealer&type=spclient
[2025-11-23T22:06:26Z INFO  librespot_core::session] Connecting to AP "ap-gew1.spotify.com:4070"
[2025-11-23T22:06:26Z DEBUG librespot_core::connection] Connection to AP established.
[2025-11-23T22:06:26Z DEBUG librespot_core::connection] Authenticating with AP using AUTHENTICATION_SPOTIFY_TOKEN
[2025-11-23T22:06:26Z DEBUG librespot_core::connection] Connection to AP established.
[2025-11-23T22:06:26Z DEBUG librespot_core::connection] Authenticating with AP using AUTHENTICATION_STORED_SPOTIFY_CREDENTIALS
[2025-11-23T22:06:26Z INFO  librespot_core::session] Authenticated as 'kingosticksx' !
[2025-11-23T22:06:26Z DEBUG librespot::component] new Login5Manager
[2025-11-23T22:06:26Z DEBUG librespot_core::http_client] Requesting https://login5.spotify.com/v3/login
[2025-11-23T22:06:26Z DEBUG librespot_core::session] Session strong=5 weak=6
[2025-11-23T22:06:26Z INFO  librespot_core::session] Country: "GB"
[2025-11-23T22:06:26Z DEBUG librespot::component] new MercuryManager
[2025-11-23T22:06:26Z DEBUG librespot_connect::spirc] SpircTask::set_volume(32767)
[2025-11-23T22:06:26Z DEBUG librespot_playback::player] command=AddEventSender
[2025-11-23T22:06:26Z DEBUG librespot_playback::mixer::mappings] Input volume 32767 mapped to: 3.16%
[2025-11-23T22:06:26Z DEBUG librespot_core::dealer::manager] Launching dealer
[2025-11-23T22:06:26Z INFO  librespot_core::spclient] Resolved "gew1-spclient.spotify.com:443" as spclient access point
[2025-11-23T22:06:26Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=3069860670
[2025-11-23T22:06:27Z DEBUG librespot_connect::spirc] successfully put connect state for 2e1428d3e9d21e8cf777bdea2526d20ee0e87e83 with connection-id NjdkNTgyNWYtOGNkNy00ZjFkLWE1MjktNjE4ZTQ1ZDlhNDMwK2RlYWxlcit0Y3A6Ly8wYWNhNDA4Yi5pcC5nZXcxLnNwb3RpZnkubmV0OjU3MDArQzNBQzZGNzgzODRGMjdEQkUxMEYyMTczMjY4M0Q0RjI0RTE4QkU5OTI5QThGRjM2MTdEQzU3MjUwMUE0MjIyOA==
[2025-11-23T22:06:27Z INFO  librespot_connect::spirc] active device is <28fb1d3ac29157ee722f47befb360195aeec1c5a> with session <56913899-9503-479d-82e9-b3012151551f>
[2025-11-23T22:06:39Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICES_DISAPPEARED) from 28fb1d3ac29157ee722f47befb360195aeec1c5a, active device:
[2025-11-23T22:06:40Z DEBUG librespot_connect::spirc] cluster update: Ok(NEW_DEVICE_APPEARED) from 2a94bc2eeeda310423bda6ee3c9541f82eea301a, active device:
[2025-11-23T22:06:41Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_STATE_CHANGED) from 2a94bc2eeeda310423bda6ee3c9541f82eea301a, active device: 2a94bc2eeeda310423bda6ee3c9541f82eea301a
[2025-11-23T22:06:41Z DEBUG librespot_core::dealer] No subscriber for msg.uri: social-connect/v2/broadcast_status_update
[2025-11-23T22:06:41Z DEBUG librespot_core::mercury] unknown subscription uri=social-connect/v2/broadcast_status_update
[2025-11-23T22:06:41Z DEBUG librespot_core::session] could not dispatch command: Service unavailable { error handling Mercury response: MercuryResponse { uri: "social-connect/v2/broadcast_status_update", status_code: 200, payload: [[123, 34, 100, 101, 118, 105, 99, 101, 66, 114, 111, 97, 100, 99, 97, 115, 116, 83, 116, 97, 116, 117, 115, 34, 58, 123, 34, 116, 105, 109, 101, 115, 116, 97, 109, 112, 34, 58, 34, 49, 55, 54, 51, 57, 51, 53, 54, 48, 52, 49, 51, 57, 34, 44, 34, 98, 114, 111, 97, 100, 99, 97, 115, 116, 95, 115, 116, 97, 116, 117, 115, 34, 58, 34, 66, 82, 79, 65, 68, 67, 65, 83, 84, 95, 85, 78, 65, 86, 65, 73, 76, 65, 66, 76, 69, 34, 44, 34, 100, 101, 118, 105, 99, 101, 95, 105, 100, 34, 58, 34, 50, 97, 57, 52, 98, 99, 50, 101, 101, 101, 100, 97, 51, 49, 48, 52, 50, 51, 98, 100, 97, 54, 101, 101, 51, 99, 57, 53, 52, 49, 102, 56, 50, 101, 101, 97, 51, 48, 49, 97, 34, 44, 34, 108, 105, 110, 107, 95, 116, 111, 107, 101, 110, 34, 58, 123, 34, 116, 111, 107, 101, 110, 34, 58, 34, 50, 79, 70, 105, 79, 104, 57, 80, 100, 122, 105, 109, 66, 117, 117, 67, 104, 83, 82, 84, 108, 65, 34, 125, 125, 125]] } }
[2025-11-23T22:06:41Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_VOLUME_CHANGED) from 2a94bc2eeeda310423bda6ee3c9541f82eea301a, active device: 2a94bc2eeeda310423bda6ee3c9541f82eea301a
[2025-11-23T22:06:41Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_STATE_CHANGED) from 2a94bc2eeeda310423bda6ee3c9541f82eea301a, active device: 2a94bc2eeeda310423bda6ee3c9541f82eea301a
[2025-11-23T22:06:42Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_STATE_CHANGED) from 2a94bc2eeeda310423bda6ee3c9541f82eea301a, active device: 2a94bc2eeeda310423bda6ee3c9541f82eea301a
[2025-11-23T22:06:47Z DEBUG librespot_connect::spirc] handling: 'endpoint: transfer' from 2a94bc2eeeda310423bda6ee3c9541f82eea301a
[2025-11-23T22:06:47Z WARN  librespot_connect::state::context] couldn't load context info because: context is not available. type: Default
[2025-11-23T22:06:47Z DEBUG librespot_connect::state::transfer] transfer track was the current track
[2025-11-23T22:06:47Z DEBUG librespot_connect::spirc] found initial track <spotify:track:3BRfgsKjcakny2wCYfZrvz>
[2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitSessionConnectedEvent("NjdkNTgyNWYtOGNkNy00ZjFkLWE1MjktNjE4ZTQ1ZDlhNDMwK2RlYWxlcit0Y3A6Ly8wYWNhNDA4Yi5pcC5nZXcxLnNwb3RpZnkubmV0OjU3MDArQzNBQzZGNzgzODRGMjdEQkUxMEYyMTczMjY4M0Q0RjI0RTE4QkU5OTI5QThGRjM2MTdEQzU3MjUwMUE0MjIyOA==", "kingosticks4")
[2025-11-23T22:06:47Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitSessionClientChangedEvent("65b708073fc0480ea92a077233ca87bd", "", "", "")
[2025-11-23T22:06:47Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitVolumeChangedEvent(32767)
[2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitAutoPlayChangedEvent(false)
[2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitFilterExplicitContentChangedEvent(false)
[2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitShuffleChangedEvent(false)
[2025-11-23T22:06:47Z DEBUG librespot_connect::state] update position to 0:00 at 22:06:50.115
[2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitRepeatChangedEvent(false, false)
[2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=Load(SpotifyUri("spotify:track:3BRfgsKjcakny2wCYfZrvz"), true, 0)
[2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=1645640644
[2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/extended-metadata/v0/extended-metadata?product=0&country=GB&salt=3000220167
[2025-11-23T22:06:47Z INFO  librespot_playback::player] Loading <Chinatown> with Spotify URI <spotify:track:3BRfgsKjcakny2wCYfZrvz>
[2025-11-23T22:06:47Z DEBUG librespot_audio::fetch] Downloading file 8b2551eb348f9a2ba503251e7b59a39f94c012a7
[2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/storage-resolve/files/audio/interactive/8b2551eb348f9a2ba503251e7b59a39f94c012a7?product=0&country=GB&salt=1432432236
[2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz
[2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz
[2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz
[2025-11-23T22:06:47Z DEBUG librespot_core::dealer::manager] replying to ws request: Success
[2025-11-23T22:06:47Z DEBUG librespot_core::dealer] No subscriber for msg.uri: social-connect/v2/broadcast_status_update
[2025-11-23T22:06:47Z DEBUG librespot_core::mercury] unknown subscription uri=social-connect/v2/broadcast_status_update
[2025-11-23T22:06:47Z DEBUG librespot_core::session] could not dispatch command: Service unavailable { error handling Mercury response: MercuryResponse { uri: "social-connect/v2/broadcast_status_update", status_code: 200, payload: [[123, 34, 100, 101, 118, 105, 99, 101, 66, 114, 111, 97, 100, 99, 97, 115, 116, 83, 116, 97, 116, 117, 115, 34, 58, 123, 34, 116, 105, 109, 101, 115, 116, 97, 109, 112, 34, 58, 34, 49, 55, 54, 51, 57, 51, 53, 54, 48, 57, 54, 49, 55, 34, 44, 34, 98, 114, 111, 97, 100, 99, 97, 115, 116, 95, 115, 116, 97, 116, 117, 115, 34, 58, 34, 66, 82, 79, 65, 68, 67, 65, 83, 84, 95, 79, 78, 34, 44, 34, 100, 101, 118, 105, 99, 101, 95, 105, 100, 34, 58, 34, 50, 101, 49, 52, 50, 56, 100, 51, 101, 57, 100, 50, 49, 101, 56, 99, 102, 55, 55, 55, 98, 100, 101, 97, 50, 53, 50, 54, 100, 50, 48, 101, 101, 48, 101, 56, 55, 101, 56, 51, 34, 44, 34, 109, 100, 110, 115, 95, 116, 111, 107, 101, 110, 34, 58, 123, 34, 116, 111, 107, 101, 110, 34, 58, 34, 49, 73, 53, 54, 80, 108, 56, 51, 97, 105, 118, 86, 113, 100, 89, 74, 108, 56, 70, 51, 80, 98, 34, 125, 44, 34, 115, 111, 99, 105, 97, 108, 95, 114, 97, 100, 97, 114, 95, 116, 111, 107, 101, 110, 34, 58, 123, 34, 116, 111, 107, 101, 110, 34, 58, 34, 87, 49, 78, 76, 68, 75, 65, 85, 66, 69, 87, 71, 55, 89, 89, 78, 81, 55, 80, 82, 34, 125, 44, 34, 108, 105, 110, 107, 95, 116, 111, 107, 101, 110, 34, 58, 123, 34, 116, 111, 107, 101, 110, 34, 58, 34, 50, 79, 70, 105, 79, 104, 57, 80, 100, 122, 105, 109, 66, 117, 117, 67, 104, 83, 82, 84, 108, 65, 34, 125, 125, 125]] } }
[2025-11-23T22:06:47Z INFO  librespot_connect::spirc] session update: <Ok(NEW_SESSION)> for self, current session_id af7c14ec3ba0412486a7381efb442b27, new session_id 47463ca9c75bb57c388768871e9c4757
[2025-11-23T22:06:47Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-23T22:06:47Z DEBUG librespot_connect::state] update position to 0:00 at 22:06:50.421
[2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=1560014905
[2025-11-23T22:06:47Z DEBUG librespot::component] new AudioKeyManager
[2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz
[2025-11-23T22:06:47Z DEBUG librespot_connect::spirc] handling next context Some("spotify:track:3BRfgsKjcakny2wCYfZrvz")
[2025-11-23T22:06:47Z DEBUG librespot_connect::state::context] updated context Default to <Some("spotify:track:3BRfgsKjcakny2wCYfZrvz")> (1 tracks)
[2025-11-23T22:06:47Z DEBUG librespot_connect::context_resolver] last item of type <Default>, finishing state setup
[2025-11-23T22:06:47Z DEBUG librespot_connect::state::transfer] active track is <spotify:track:3BRfgsKjcakny2wCYfZrvz> with index Ok(0) in Default context, has 1 tracks
[2025-11-23T22:06:47Z DEBUG librespot_connect::state::transfer] setting up next and prev: index is at Some(0) while shuffle false
[2025-11-23T22:06:47Z DEBUG librespot_connect::state] reset_playback with active ctx <Default> fill_up ctx <Default>
[2025-11-23T22:06:47Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:3BRfgsKjcakny2wCYfZrvz at 0 of 1 tracks
[2025-11-23T22:06:47Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (0)
[2025-11-23T22:06:47Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true
[2025-11-23T22:06:47Z DEBUG librespot_connect::state] update position to 0:00 at 22:06:50.502
[2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=3114892456
[2025-11-23T22:06:47Z DEBUG librespot_connect::spirc] Received SessionUpdate::WIFI_BROADCAST_CHANGED
[2025-11-23T22:06:47Z INFO  librespot_playback::player] <Chinatown> (198842 ms) loaded
[2025-11-23T22:06:47Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: false
[2025-11-23T22:06:47Z DEBUG librespot_connect::state] update position to 0:00 at 22:06:50.932
[2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=987957144
[2025-11-23T22:06:48Z DEBUG librespot_audio::fetch] Downloading file 8b2551eb348f9a2ba503251e7b59a39f94c012a7 complete
<!-- gh-comment-id:3568403019 --> @kingosticks commented on GitHub (Nov 23, 2025): Here's my debug log. Very similar... except it can get the key and play audio like normal. So not much insight there, just to show everything is the same... right up until it doesn't work for you. I've got a family account. ``` [2025-11-23T22:06:24Z INFO librespot] librespot 0.8.0 ea81314 (Built on 2025-11-23, Build ID: RW6uTeOr, Profile: debug) [2025-11-23T22:06:24Z WARN librespot] Credential caching is unavailable, but advisable when using OAuth login. [2025-11-23T22:06:24Z DEBUG librespot_core::session] new Session Browse to: https://accounts.spotify.com/authorize?response_type=code&client_id=65b708073fc0480ea92a077233c................... [2025-11-23T22:06:24Z INFO librespot_oauth] OAuth server listening on 127.0.0.1:5588 [2025-11-23T22:06:26Z INFO librespot_playback::mixer::softmixer] Mixing with softvol and volume control: Log(60.0) [2025-11-23T22:06:26Z DEBUG librespot_playback::player] new Player [0] [2025-11-23T22:06:26Z DEBUG librespot_connect::spirc] new Spirc[0] [2025-11-23T22:06:26Z INFO librespot_playback::convert] Converting with ditherer: tpdf [2025-11-23T22:06:26Z INFO librespot_playback::audio_backend::pulseaudio] Using PulseAudioSink with format: S16 [2025-11-23T22:06:26Z DEBUG librespot::component] new DealerManager [2025-11-23T22:06:26Z DEBUG librespot::component] new SpClient [2025-11-23T22:06:26Z DEBUG librespot_core::spclient] Client token unavailable or expired, requesting new token. [2025-11-23T22:06:26Z DEBUG librespot_core::http_client] Requesting https://clienttoken.spotify.com/v1/clienttoken [2025-11-23T22:06:26Z DEBUG librespot_core::spclient] Received a granted token [2025-11-23T22:06:26Z DEBUG librespot::component] new ApResolver [2025-11-23T22:06:26Z DEBUG librespot_core::http_client] Requesting https://apresolve.spotify.com/?type=accesspoint&type=dealer&type=spclient [2025-11-23T22:06:26Z INFO librespot_core::session] Connecting to AP "ap-gew1.spotify.com:4070" [2025-11-23T22:06:26Z DEBUG librespot_core::connection] Connection to AP established. [2025-11-23T22:06:26Z DEBUG librespot_core::connection] Authenticating with AP using AUTHENTICATION_SPOTIFY_TOKEN [2025-11-23T22:06:26Z DEBUG librespot_core::connection] Connection to AP established. [2025-11-23T22:06:26Z DEBUG librespot_core::connection] Authenticating with AP using AUTHENTICATION_STORED_SPOTIFY_CREDENTIALS [2025-11-23T22:06:26Z INFO librespot_core::session] Authenticated as 'kingosticksx' ! [2025-11-23T22:06:26Z DEBUG librespot::component] new Login5Manager [2025-11-23T22:06:26Z DEBUG librespot_core::http_client] Requesting https://login5.spotify.com/v3/login [2025-11-23T22:06:26Z DEBUG librespot_core::session] Session strong=5 weak=6 [2025-11-23T22:06:26Z INFO librespot_core::session] Country: "GB" [2025-11-23T22:06:26Z DEBUG librespot::component] new MercuryManager [2025-11-23T22:06:26Z DEBUG librespot_connect::spirc] SpircTask::set_volume(32767) [2025-11-23T22:06:26Z DEBUG librespot_playback::player] command=AddEventSender [2025-11-23T22:06:26Z DEBUG librespot_playback::mixer::mappings] Input volume 32767 mapped to: 3.16% [2025-11-23T22:06:26Z DEBUG librespot_core::dealer::manager] Launching dealer [2025-11-23T22:06:26Z INFO librespot_core::spclient] Resolved "gew1-spclient.spotify.com:443" as spclient access point [2025-11-23T22:06:26Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=3069860670 [2025-11-23T22:06:27Z DEBUG librespot_connect::spirc] successfully put connect state for 2e1428d3e9d21e8cf777bdea2526d20ee0e87e83 with connection-id NjdkNTgyNWYtOGNkNy00ZjFkLWE1MjktNjE4ZTQ1ZDlhNDMwK2RlYWxlcit0Y3A6Ly8wYWNhNDA4Yi5pcC5nZXcxLnNwb3RpZnkubmV0OjU3MDArQzNBQzZGNzgzODRGMjdEQkUxMEYyMTczMjY4M0Q0RjI0RTE4QkU5OTI5QThGRjM2MTdEQzU3MjUwMUE0MjIyOA== [2025-11-23T22:06:27Z INFO librespot_connect::spirc] active device is <28fb1d3ac29157ee722f47befb360195aeec1c5a> with session <56913899-9503-479d-82e9-b3012151551f> [2025-11-23T22:06:39Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICES_DISAPPEARED) from 28fb1d3ac29157ee722f47befb360195aeec1c5a, active device: [2025-11-23T22:06:40Z DEBUG librespot_connect::spirc] cluster update: Ok(NEW_DEVICE_APPEARED) from 2a94bc2eeeda310423bda6ee3c9541f82eea301a, active device: [2025-11-23T22:06:41Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_STATE_CHANGED) from 2a94bc2eeeda310423bda6ee3c9541f82eea301a, active device: 2a94bc2eeeda310423bda6ee3c9541f82eea301a [2025-11-23T22:06:41Z DEBUG librespot_core::dealer] No subscriber for msg.uri: social-connect/v2/broadcast_status_update [2025-11-23T22:06:41Z DEBUG librespot_core::mercury] unknown subscription uri=social-connect/v2/broadcast_status_update [2025-11-23T22:06:41Z DEBUG librespot_core::session] could not dispatch command: Service unavailable { error handling Mercury response: MercuryResponse { uri: "social-connect/v2/broadcast_status_update", status_code: 200, payload: [[123, 34, 100, 101, 118, 105, 99, 101, 66, 114, 111, 97, 100, 99, 97, 115, 116, 83, 116, 97, 116, 117, 115, 34, 58, 123, 34, 116, 105, 109, 101, 115, 116, 97, 109, 112, 34, 58, 34, 49, 55, 54, 51, 57, 51, 53, 54, 48, 52, 49, 51, 57, 34, 44, 34, 98, 114, 111, 97, 100, 99, 97, 115, 116, 95, 115, 116, 97, 116, 117, 115, 34, 58, 34, 66, 82, 79, 65, 68, 67, 65, 83, 84, 95, 85, 78, 65, 86, 65, 73, 76, 65, 66, 76, 69, 34, 44, 34, 100, 101, 118, 105, 99, 101, 95, 105, 100, 34, 58, 34, 50, 97, 57, 52, 98, 99, 50, 101, 101, 101, 100, 97, 51, 49, 48, 52, 50, 51, 98, 100, 97, 54, 101, 101, 51, 99, 57, 53, 52, 49, 102, 56, 50, 101, 101, 97, 51, 48, 49, 97, 34, 44, 34, 108, 105, 110, 107, 95, 116, 111, 107, 101, 110, 34, 58, 123, 34, 116, 111, 107, 101, 110, 34, 58, 34, 50, 79, 70, 105, 79, 104, 57, 80, 100, 122, 105, 109, 66, 117, 117, 67, 104, 83, 82, 84, 108, 65, 34, 125, 125, 125]] } } [2025-11-23T22:06:41Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_VOLUME_CHANGED) from 2a94bc2eeeda310423bda6ee3c9541f82eea301a, active device: 2a94bc2eeeda310423bda6ee3c9541f82eea301a [2025-11-23T22:06:41Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_STATE_CHANGED) from 2a94bc2eeeda310423bda6ee3c9541f82eea301a, active device: 2a94bc2eeeda310423bda6ee3c9541f82eea301a [2025-11-23T22:06:42Z DEBUG librespot_connect::spirc] cluster update: Ok(DEVICE_STATE_CHANGED) from 2a94bc2eeeda310423bda6ee3c9541f82eea301a, active device: 2a94bc2eeeda310423bda6ee3c9541f82eea301a [2025-11-23T22:06:47Z DEBUG librespot_connect::spirc] handling: 'endpoint: transfer' from 2a94bc2eeeda310423bda6ee3c9541f82eea301a [2025-11-23T22:06:47Z WARN librespot_connect::state::context] couldn't load context info because: context is not available. type: Default [2025-11-23T22:06:47Z DEBUG librespot_connect::state::transfer] transfer track was the current track [2025-11-23T22:06:47Z DEBUG librespot_connect::spirc] found initial track <spotify:track:3BRfgsKjcakny2wCYfZrvz> [2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitSessionConnectedEvent("NjdkNTgyNWYtOGNkNy00ZjFkLWE1MjktNjE4ZTQ1ZDlhNDMwK2RlYWxlcit0Y3A6Ly8wYWNhNDA4Yi5pcC5nZXcxLnNwb3RpZnkubmV0OjU3MDArQzNBQzZGNzgzODRGMjdEQkUxMEYyMTczMjY4M0Q0RjI0RTE4QkU5OTI5QThGRjM2MTdEQzU3MjUwMUE0MjIyOA==", "kingosticks4") [2025-11-23T22:06:47Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitSessionClientChangedEvent("65b708073fc0480ea92a077233ca87bd", "", "", "") [2025-11-23T22:06:47Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitVolumeChangedEvent(32767) [2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitAutoPlayChangedEvent(false) [2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitFilterExplicitContentChangedEvent(false) [2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitShuffleChangedEvent(false) [2025-11-23T22:06:47Z DEBUG librespot_connect::state] update position to 0:00 at 22:06:50.115 [2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=EmitRepeatChangedEvent(false, false) [2025-11-23T22:06:47Z DEBUG librespot_playback::player] command=Load(SpotifyUri("spotify:track:3BRfgsKjcakny2wCYfZrvz"), true, 0) [2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=1645640644 [2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/extended-metadata/v0/extended-metadata?product=0&country=GB&salt=3000220167 [2025-11-23T22:06:47Z INFO librespot_playback::player] Loading <Chinatown> with Spotify URI <spotify:track:3BRfgsKjcakny2wCYfZrvz> [2025-11-23T22:06:47Z DEBUG librespot_audio::fetch] Downloading file 8b2551eb348f9a2ba503251e7b59a39f94c012a7 [2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/storage-resolve/files/audio/interactive/8b2551eb348f9a2ba503251e7b59a39f94c012a7?product=0&country=GB&salt=1432432236 [2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz [2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz [2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz [2025-11-23T22:06:47Z DEBUG librespot_core::dealer::manager] replying to ws request: Success [2025-11-23T22:06:47Z DEBUG librespot_core::dealer] No subscriber for msg.uri: social-connect/v2/broadcast_status_update [2025-11-23T22:06:47Z DEBUG librespot_core::mercury] unknown subscription uri=social-connect/v2/broadcast_status_update [2025-11-23T22:06:47Z DEBUG librespot_core::session] could not dispatch command: Service unavailable { error handling Mercury response: MercuryResponse { uri: "social-connect/v2/broadcast_status_update", status_code: 200, payload: [[123, 34, 100, 101, 118, 105, 99, 101, 66, 114, 111, 97, 100, 99, 97, 115, 116, 83, 116, 97, 116, 117, 115, 34, 58, 123, 34, 116, 105, 109, 101, 115, 116, 97, 109, 112, 34, 58, 34, 49, 55, 54, 51, 57, 51, 53, 54, 48, 57, 54, 49, 55, 34, 44, 34, 98, 114, 111, 97, 100, 99, 97, 115, 116, 95, 115, 116, 97, 116, 117, 115, 34, 58, 34, 66, 82, 79, 65, 68, 67, 65, 83, 84, 95, 79, 78, 34, 44, 34, 100, 101, 118, 105, 99, 101, 95, 105, 100, 34, 58, 34, 50, 101, 49, 52, 50, 56, 100, 51, 101, 57, 100, 50, 49, 101, 56, 99, 102, 55, 55, 55, 98, 100, 101, 97, 50, 53, 50, 54, 100, 50, 48, 101, 101, 48, 101, 56, 55, 101, 56, 51, 34, 44, 34, 109, 100, 110, 115, 95, 116, 111, 107, 101, 110, 34, 58, 123, 34, 116, 111, 107, 101, 110, 34, 58, 34, 49, 73, 53, 54, 80, 108, 56, 51, 97, 105, 118, 86, 113, 100, 89, 74, 108, 56, 70, 51, 80, 98, 34, 125, 44, 34, 115, 111, 99, 105, 97, 108, 95, 114, 97, 100, 97, 114, 95, 116, 111, 107, 101, 110, 34, 58, 123, 34, 116, 111, 107, 101, 110, 34, 58, 34, 87, 49, 78, 76, 68, 75, 65, 85, 66, 69, 87, 71, 55, 89, 89, 78, 81, 55, 80, 82, 34, 125, 44, 34, 108, 105, 110, 107, 95, 116, 111, 107, 101, 110, 34, 58, 123, 34, 116, 111, 107, 101, 110, 34, 58, 34, 50, 79, 70, 105, 79, 104, 57, 80, 100, 122, 105, 109, 66, 117, 117, 67, 104, 83, 82, 84, 108, 65, 34, 125, 125, 125]] } } [2025-11-23T22:06:47Z INFO librespot_connect::spirc] session update: <Ok(NEW_SESSION)> for self, current session_id af7c14ec3ba0412486a7381efb442b27, new session_id 47463ca9c75bb57c388768871e9c4757 [2025-11-23T22:06:47Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-23T22:06:47Z DEBUG librespot_connect::state] update position to 0:00 at 22:06:50.421 [2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=1560014905 [2025-11-23T22:06:47Z DEBUG librespot::component] new AudioKeyManager [2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/context-resolve/v1/spotify:track:3BRfgsKjcakny2wCYfZrvz [2025-11-23T22:06:47Z DEBUG librespot_connect::spirc] handling next context Some("spotify:track:3BRfgsKjcakny2wCYfZrvz") [2025-11-23T22:06:47Z DEBUG librespot_connect::state::context] updated context Default to <Some("spotify:track:3BRfgsKjcakny2wCYfZrvz")> (1 tracks) [2025-11-23T22:06:47Z DEBUG librespot_connect::context_resolver] last item of type <Default>, finishing state setup [2025-11-23T22:06:47Z DEBUG librespot_connect::state::transfer] active track is <spotify:track:3BRfgsKjcakny2wCYfZrvz> with index Ok(0) in Default context, has 1 tracks [2025-11-23T22:06:47Z DEBUG librespot_connect::state::transfer] setting up next and prev: index is at Some(0) while shuffle false [2025-11-23T22:06:47Z DEBUG librespot_connect::state] reset_playback with active ctx <Default> fill_up ctx <Default> [2025-11-23T22:06:47Z DEBUG librespot_connect::state::tracks] set track to: spotify:track:3BRfgsKjcakny2wCYfZrvz at 0 of 1 tracks [2025-11-23T22:06:47Z DEBUG librespot_connect::state::tracks] finished filling up next_tracks (0) [2025-11-23T22:06:47Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: true [2025-11-23T22:06:47Z DEBUG librespot_connect::state] update position to 0:00 at 22:06:50.502 [2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=3114892456 [2025-11-23T22:06:47Z DEBUG librespot_connect::spirc] Received SessionUpdate::WIFI_BROADCAST_CHANGED [2025-11-23T22:06:47Z INFO librespot_playback::player] <Chinatown> (198842 ms) loaded [2025-11-23T22:06:47Z DEBUG librespot_connect::state] updated connect play status playing: true, paused: false, buffering: false [2025-11-23T22:06:47Z DEBUG librespot_connect::state] update position to 0:00 at 22:06:50.932 [2025-11-23T22:06:47Z DEBUG librespot_core::http_client] Requesting https://gew1-spclient.spotify.com:443/connect-state/v1/devices/2e1428d3e9d21e8cf777bdea2526d20ee0e87e83?product=0&country=GB&salt=987957144 [2025-11-23T22:06:48Z DEBUG librespot_audio::fetch] Downloading file 8b2551eb348f9a2ba503251e7b59a39f94c012a7 complete ```
Author
Owner

@publicstaticvoidmain42 commented on GitHub (Nov 24, 2025):

When Spotify change things they do it on a handful of accounts at a time. They may be phasing out this way of getting the key and you're unlucky enough to be one of the first.

Is there any way I can help with getting the new audio key logic?

<!-- gh-comment-id:3568865415 --> @publicstaticvoidmain42 commented on GitHub (Nov 24, 2025): > When Spotify change things they do it on a handful of accounts at a time. They may be phasing out this way of getting the key and you're unlucky enough to be one of the first. Is there any way I can help with getting the new audio key logic?
Author
Owner

@drobotk commented on GitHub (Nov 24, 2025):

As far as we know, there is no "new audio key logic" that librespot could legally implement. For now we have to wait and see.

<!-- gh-comment-id:3569843548 --> @drobotk commented on GitHub (Nov 24, 2025): As far as we know, there is no "new audio key logic" that librespot could legally implement. For now we have to wait and see.
Author
Owner

@drobotk commented on GitHub (Dec 2, 2025):

Is this the same issue as this?

<!-- gh-comment-id:3601590266 --> @drobotk commented on GitHub (Dec 2, 2025): Is this the same issue as [this](https://github.com/devgianlu/go-librespot/issues/235)?
Author
Owner

@kingosticks commented on GitHub (Dec 2, 2025):

I don't think so because that was discovered by comparing the difference in behaviour between go-librespot and librespot as per https://github.com/devgianlu/go-librespot/issues/235#issuecomment-3599449993. And the above working log I provided replicates exactly what @publicstaticvoidmain42 is doing, including the same market so we should be getting the exact same IDs.

<!-- gh-comment-id:3601635911 --> @kingosticks commented on GitHub (Dec 2, 2025): I don't think so because that was discovered by comparing the difference in behaviour between go-librespot and librespot as per https://github.com/devgianlu/go-librespot/issues/235#issuecomment-3599449993. And the above working log I provided replicates exactly what @publicstaticvoidmain42 is doing, including the same market so we should be getting the exact same IDs.
Author
Owner

@YutongGu commented on GitHub (Dec 23, 2025):

Just to check if it was just me, I contacted one of my friends to try it with some of their family accounts. Almost all of them had the same audio key error but there's a new error we did get on one of the accounts. I'll paste the debug output below. The issue that happens here is that it starts librespot but as soon as he tried to play a song with Spotify Connect, the client kept jumping through songs without even playing then and eventually he had to quit with ctrl c.

That version of librespot has a bug that was fixed in 0.8.0.

@drobotk Is there a particular commit you could point me to that fixes this issue? Looking to backport this fix as I'm currently stuck on an older version of librespot.

<!-- gh-comment-id:3688011302 --> @YutongGu commented on GitHub (Dec 23, 2025): > > Just to check if it was just me, I contacted one of my friends to try it with some of their family accounts. Almost all of them had the same audio key error but there's a new error we did get on one of the accounts. I'll paste the debug output below. The issue that happens here is that it starts librespot but as soon as he tried to play a song with Spotify Connect, the client kept jumping through songs without even playing then and eventually he had to quit with ctrl c. > > That version of librespot has a bug that was fixed in 0.8.0. @drobotk Is there a particular commit you could point me to that fixes this issue? Looking to backport this fix as I'm currently stuck on an older version of librespot.
Author
Owner

@sebitokazu commented on GitHub (Dec 23, 2025):

Been seeing this error pretty consistently since yesterday but randomly, some songs play and some fail:

Dec 23 15:08:06 librespot[15238]: [2025-12-23T23:08:06Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Operation aborted { audio key response timeout }
Dec 23 15:08:10 librespot[15238]: [2025-12-23T23:08:10Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream
Dec 23 15:08:10 librespot[15238]: [2025-12-23T23:08:10Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:4emEXP671dnpn1thHrogSe")>: ()
<!-- gh-comment-id:3688189119 --> @sebitokazu commented on GitHub (Dec 23, 2025): Been seeing this error pretty consistently since yesterday but randomly, some songs play and some fail: ``` Dec 23 15:08:06 librespot[15238]: [2025-12-23T23:08:06Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Operation aborted { audio key response timeout } Dec 23 15:08:10 librespot[15238]: [2025-12-23T23:08:10Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream Dec 23 15:08:10 librespot[15238]: [2025-12-23T23:08:10Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:4emEXP671dnpn1thHrogSe")>: () ```
Author
Owner

@YutongGu commented on GitHub (Dec 23, 2025):

This is the error that I see (note that I'm on an older version of librespot):

[2025-12-23T18:44:59Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: Deadline expired before operation could complete { wait timeout exceeded }
Rate limited 1 logs
[2025-12-23T18:44:59Z INFO  librespot_playback::player] Loading <Karibu> with Spotify URI <spotify:track:38FWbKB13dMOGf2oJhSZ10>
[2025-12-23T18:44:59Z ERROR librespot_core::audio_key] error audio key 0 1
Rate limited 1 logs
[2025-12-23T18:45:02Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream
Rate limited 1 logs
[2025-12-23T18:45:02Z INFO  librespot_playback::player] Loading <Yamore> with Spotify URI <spotify:track:480j122Gpi252OIfy4SNzm>
[2025-12-23T18:45:02Z ERROR librespot_core::audio_key] error audio key 0 1
Rate limited 1 logs
[2025-12-23T18:45:04Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: channel closed
Rate limited 1 logs
[2025-12-23T18:45:04Z INFO  librespot_playback::player] Loading <Jump> with Spotify URI <spotify:track:1JKo6V7VgO6MM2uj7iVkHh>
[2025-12-23T18:45:05Z ERROR librespot_core::audio_key] error audio key 0 1
Rate limited 1 logs

Not sure if related but I also see this:

[2025-12-23T18:44:08Z ERROR librespot_connect::spirc] ContextError: Service unavailable { currently shuffle is not allowed because radio }
<!-- gh-comment-id:3688213267 --> @YutongGu commented on GitHub (Dec 23, 2025): This is the error that I see (note that I'm on an older version of librespot): ``` [2025-12-23T18:44:59Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: Deadline expired before operation could complete { wait timeout exceeded } Rate limited 1 logs [2025-12-23T18:44:59Z INFO librespot_playback::player] Loading <Karibu> with Spotify URI <spotify:track:38FWbKB13dMOGf2oJhSZ10> [2025-12-23T18:44:59Z ERROR librespot_core::audio_key] error audio key 0 1 Rate limited 1 logs [2025-12-23T18:45:02Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream Rate limited 1 logs [2025-12-23T18:45:02Z INFO librespot_playback::player] Loading <Yamore> with Spotify URI <spotify:track:480j122Gpi252OIfy4SNzm> [2025-12-23T18:45:02Z ERROR librespot_core::audio_key] error audio key 0 1 Rate limited 1 logs [2025-12-23T18:45:04Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: channel closed Rate limited 1 logs [2025-12-23T18:45:04Z INFO librespot_playback::player] Loading <Jump> with Spotify URI <spotify:track:1JKo6V7VgO6MM2uj7iVkHh> [2025-12-23T18:45:05Z ERROR librespot_core::audio_key] error audio key 0 1 Rate limited 1 logs ``` Not sure if related but I also see this: ``` [2025-12-23T18:44:08Z ERROR librespot_connect::spirc] ContextError: Service unavailable { currently shuffle is not allowed because radio } ```
Author
Owner

@milnivlek commented on GitHub (Dec 25, 2025):

This just started happening for me too yesterday (Dec 23, US Pacific Time) on 1 of the 3 Spotify accounts I use with librespot. That account is now completely unable to play any music to librespot. This is quite worrying if this is indeed a change that's going to be rolled out to all accounts eventually.

Dec 24 21:03:03 home snapserver[1241581]: (librespot_playback::player) Loading <Any Time> with Spotify URI <spotify:track:0ZCOsKrFT5Nk9wy48vaUL2>
Dec 24 21:03:03 home snapserver[1241581]: (librespot_playback::player) Unable to read audio file: Symphonia Decoder Error: Deadline expired before operation could complete { wait timeout exceeded }
Dec 24 21:03:03 home snapserver[1241581]: (librespot_core::audio_key) error audio key 0 1
Dec 24 21:03:03 home snapserver[1241581]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error }
Dec 24 21:03:05 home snapserver[1241581]: (librespot_playback::player) Loading <Any Time> with Spotify URI <spotify:track:0ZCOsKrFT5Nk9wy48vaUL2>
Dec 24 21:03:05 home snapserver[1241581]: (librespot_core::audio_key) error audio key 0 1
Dec 24 21:03:05 home snapserver[1241581]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error }
Dec 24 21:03:06 home snapserver[1241581]: (librespot_playback::player) Unable to read audio file: Symphonia Decoder Error: channel closed
Dec 24 21:03:14 home snapserver[1241581]: (librespot_playback::player) Unable to read audio file: Symphonia Decoder Error: Deadline expired before operation could complete { wait timeout exceeded }
Dec 24 21:03:14 home snapserver[1241581]: (librespot_playback::player) Skipping to next track, unable to load track <SpotifyUri("spotify:track:0ZCOsKrFT5Nk9wy48vaUL2")>: ()
Dec 24 21:03:14 home snapserver[1241581]: (librespot_playback::player) Loading <The Dino, the Lullaby and Paco> with Spotify URI <spotify:track:7FtMF5HTY9ocK9lFoQpsbD>
Dec 24 21:03:14 home snapserver[1241581]: (librespot_core::audio_key) error audio key 0 1
Dec 24 21:03:14 home snapserver[1241581]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error }
Dec 24 21:03:19 home snapserver[1241581]: (librespot_playback::player) Loading <You Made Me Love You> with Spotify URI <spotify:track:0q9Wtu3Jh4JSaeayXPNyYh>
Dec 24 21:03:19 home snapserver[1241581]: (librespot_core::audio_key) error audio key 0 1
Dec 24 21:03:19 home snapserver[1241581]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error }
Dec 24 21:03:24 home snapserver[1241581]: (librespot_playback::player) Loading <I'm Forever Blowing Bubbles> with Spotify URI <spotify:track:5MZQ9ZwCFnoJCjpGp1Q0ae>
Dec 24 21:03:24 home snapserver[1241581]: (librespot_core::audio_key) error audio key 0 1
Dec 24 21:03:24 home snapserver[1241581]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error }
Dec 24 21:03:25 home snapserver[1241581]: (librespot_playback::player) Unable to read audio file: Symphonia Decoder Error: Deadline expired before operation could complete { wait timeout exceeded }
<!-- gh-comment-id:3690929858 --> @milnivlek commented on GitHub (Dec 25, 2025): This just started happening for me too yesterday (Dec 23, US Pacific Time) on 1 of the 3 Spotify accounts I use with librespot. That account is now completely unable to play any music to librespot. This is quite worrying if this is indeed a change that's going to be rolled out to all accounts eventually. ``` Dec 24 21:03:03 home snapserver[1241581]: (librespot_playback::player) Loading <Any Time> with Spotify URI <spotify:track:0ZCOsKrFT5Nk9wy48vaUL2> Dec 24 21:03:03 home snapserver[1241581]: (librespot_playback::player) Unable to read audio file: Symphonia Decoder Error: Deadline expired before operation could complete { wait timeout exceeded } Dec 24 21:03:03 home snapserver[1241581]: (librespot_core::audio_key) error audio key 0 1 Dec 24 21:03:03 home snapserver[1241581]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error } Dec 24 21:03:05 home snapserver[1241581]: (librespot_playback::player) Loading <Any Time> with Spotify URI <spotify:track:0ZCOsKrFT5Nk9wy48vaUL2> Dec 24 21:03:05 home snapserver[1241581]: (librespot_core::audio_key) error audio key 0 1 Dec 24 21:03:05 home snapserver[1241581]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error } Dec 24 21:03:06 home snapserver[1241581]: (librespot_playback::player) Unable to read audio file: Symphonia Decoder Error: channel closed Dec 24 21:03:14 home snapserver[1241581]: (librespot_playback::player) Unable to read audio file: Symphonia Decoder Error: Deadline expired before operation could complete { wait timeout exceeded } Dec 24 21:03:14 home snapserver[1241581]: (librespot_playback::player) Skipping to next track, unable to load track <SpotifyUri("spotify:track:0ZCOsKrFT5Nk9wy48vaUL2")>: () Dec 24 21:03:14 home snapserver[1241581]: (librespot_playback::player) Loading <The Dino, the Lullaby and Paco> with Spotify URI <spotify:track:7FtMF5HTY9ocK9lFoQpsbD> Dec 24 21:03:14 home snapserver[1241581]: (librespot_core::audio_key) error audio key 0 1 Dec 24 21:03:14 home snapserver[1241581]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error } Dec 24 21:03:19 home snapserver[1241581]: (librespot_playback::player) Loading <You Made Me Love You> with Spotify URI <spotify:track:0q9Wtu3Jh4JSaeayXPNyYh> Dec 24 21:03:19 home snapserver[1241581]: (librespot_core::audio_key) error audio key 0 1 Dec 24 21:03:19 home snapserver[1241581]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error } Dec 24 21:03:24 home snapserver[1241581]: (librespot_playback::player) Loading <I'm Forever Blowing Bubbles> with Spotify URI <spotify:track:5MZQ9ZwCFnoJCjpGp1Q0ae> Dec 24 21:03:24 home snapserver[1241581]: (librespot_core::audio_key) error audio key 0 1 Dec 24 21:03:24 home snapserver[1241581]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error } Dec 24 21:03:25 home snapserver[1241581]: (librespot_playback::player) Unable to read audio file: Symphonia Decoder Error: Deadline expired before operation could complete { wait timeout exceeded } ```
Author
Owner

@Snowy-Fluffy commented on GitHub (Dec 25, 2025):

any updates?

<!-- gh-comment-id:3691215069 --> @Snowy-Fluffy commented on GitHub (Dec 25, 2025): any updates?
Author
Owner

@sebitokazu commented on GitHub (Dec 25, 2025):

is it possible that this is related to the Spotify scraping? https://annas-archive.li/blog/backing-up-spotify.html

<!-- gh-comment-id:3691620861 --> @sebitokazu commented on GitHub (Dec 25, 2025): is it possible that this is related to the Spotify scraping? https://annas-archive.li/blog/backing-up-spotify.html
Author
Owner

@Ainate commented on GitHub (Dec 25, 2025):

Happened to me too.. Skip skip skip skip.. Was working fine until yesterday

<!-- gh-comment-id:3691640146 --> @Ainate commented on GitHub (Dec 25, 2025): Happened to me too.. Skip skip skip skip.. Was working fine until yesterday
Author
Owner

@photovoltex commented on GitHub (Dec 25, 2025):

Can anyone with the issue please try to see if go-librespot has the same issue? Just to check that this is a general or librespot specific problem.

<!-- gh-comment-id:3691668629 --> @photovoltex commented on GitHub (Dec 25, 2025): Can anyone with the issue please try to see if [go-librespot](https://github.com/devgianlu/go-librespot) has the same issue? Just to check that this is a general or `librespot` specific problem.
Author
Owner

@milnivlek commented on GitHub (Dec 25, 2025):

Can anyone with the issue please try to see if go-librespot has the same issue? Just to check that this is a general or librespot specific problem.

I just switched my snapcast setup to use go-librespot, and unfortunately the end result was the same: 2 of my accounts work fine, but 1 account is unable to play any tracks (the same account that's no longer working with librespot).

<!-- gh-comment-id:3691797366 --> @milnivlek commented on GitHub (Dec 25, 2025): > Can anyone with the issue please try to see if [go-librespot](https://github.com/devgianlu/go-librespot) has the same issue? Just to check that this is a general or `librespot` specific problem. I just switched my [snapcast](https://github.com/snapcast/snapcast) setup to use `go-librespot`, and unfortunately the end result was the same: 2 of my accounts work fine, but 1 account is unable to play any tracks (the same account that's no longer working with `librespot`).
Author
Owner

@YutongGu commented on GitHub (Dec 26, 2025):

This is a bit of a shot in the dark here but given all the request timeout messages, could be this be caused by a rate limit placed on Spotify’s side as a measure against the mass scraping that recently occurred? The timeline of when people reported this issue and when the scrape was reported seems to align serendipitously.

This comment seems to back that theory:
https://github.com/justin025/onthespot/pull/271#issuecomment-3686830741

<!-- gh-comment-id:3691839023 --> @YutongGu commented on GitHub (Dec 26, 2025): This is a bit of a shot in the dark here but given all the request timeout messages, could be this be caused by a rate limit placed on Spotify’s side as a measure against the mass scraping that recently occurred? The timeline of when people reported this issue and when the scrape was reported seems to align serendipitously. This comment seems to back that theory: https://github.com/justin025/onthespot/pull/271#issuecomment-3686830741
Author
Owner

@sebitokazu commented on GitHub (Dec 26, 2025):

is there any update on this? given that i've seen accounts with the issue and accounts without the issue this past couple of days, i'm starting to believe this is happening behind the scenes and can be somehow related to the massive scraping

When Spotify change things they do it on a handful of accounts at a time. They may be phasing out this way of getting the key and you're unlucky enough to be one of the first. I'll grab my debug log later for this song and I'm also in the UK so it should be identical except mine works, so the only difference is then your account. Which isn't good news for anyone.

UPDATE: i tried my account that was working on a device that wasn't working, and it works. viceversa, i tried the account with the error on my device that was working, and it keeps failing. seems to be related to the account i think

<!-- gh-comment-id:3693382588 --> @sebitokazu commented on GitHub (Dec 26, 2025): is there any update on this? given that i've seen accounts with the issue and accounts without the issue this past couple of days, i'm starting to believe this is happening behind the scenes and can be somehow related to the massive scraping > When Spotify change things they do it on a handful of accounts at a time. They may be phasing out this way of getting the key and you're unlucky enough to be one of the first. I'll grab my debug log later for this song and I'm also in the UK so it should be identical except mine works, so the only difference is then your account. Which isn't good news for anyone. UPDATE: i tried my account that was working on a device that wasn't working, and it works. viceversa, i tried the account with the error on my device that was working, and it keeps failing. seems to be related to the account i think
Author
Owner

@milnivlek commented on GitHub (Dec 26, 2025):

Per https://github.com/WakuwakuP/roon-librespot-streamer/pull/27, it sounds like blocking DNS resolution for apresolve.spotify.com is a viable workaround for this problem. I haven't had the chance to try it yet on my own setup, but will do it once I have time.

UPDATE: Just tried it. This doesn't seem to help, unfortunately. Sorry for getting folks' hopes up.

<!-- gh-comment-id:3693412611 --> @milnivlek commented on GitHub (Dec 26, 2025): ~~Per https://github.com/WakuwakuP/roon-librespot-streamer/pull/27, it sounds like blocking DNS resolution for `apresolve.spotify.com` is a viable workaround for this problem. I haven't had the chance to try it yet on my own setup, but will do it once I have time.~~ UPDATE: Just tried it. This doesn't seem to help, unfortunately. Sorry for getting folks' hopes up.
Author
Owner

@Snowy-Fluffy commented on GitHub (Dec 26, 2025):

Per WakuwakuP/roon-librespot-streamer#27, it sounds like blocking DNS resolution for apresolve.spotify.com is a viable workaround for this problem. I haven't had the chance to try it yet on my own setup, but will do it once I have time.

did not help

<!-- gh-comment-id:3693441319 --> @Snowy-Fluffy commented on GitHub (Dec 26, 2025): > Per [WakuwakuP/roon-librespot-streamer#27](https://github.com/WakuwakuP/roon-librespot-streamer/pull/27), it sounds like blocking DNS resolution for `apresolve.spotify.com` is a viable workaround for this problem. I haven't had the chance to try it yet on my own setup, but will do it once I have time. did not help
Author
Owner

@Snowy-Fluffy commented on GitHub (Dec 26, 2025):

Maybe cause I'm also getting a 429 error (I think they are related)

<!-- gh-comment-id:3693451775 --> @Snowy-Fluffy commented on GitHub (Dec 26, 2025): Maybe cause I'm also getting a 429 error (I think they are related)
Author
Owner

@Snowy-Fluffy commented on GitHub (Dec 26, 2025):

you know, spotify has now done something so that you will receive 429 in any case even if you are not restricted

<!-- gh-comment-id:3693453042 --> @Snowy-Fluffy commented on GitHub (Dec 26, 2025): you know, spotify has now done something so that you will receive 429 in any case even if you are not restricted
Author
Owner

@Snowy-Fluffy commented on GitHub (Dec 26, 2025):

damn spotify

<!-- gh-comment-id:3693455179 --> @Snowy-Fluffy commented on GitHub (Dec 26, 2025): damn spotify
Author
Owner

@milnivlek commented on GitHub (Dec 26, 2025):

Sounds like folks are still actively investigating: https://github.com/librespot-org/librespot/discussions/1562#discussioncomment-15344453

This isn't my area of technical expertise, so I'm just a mere helpless bystander here. But to everyone working on figuring out this problem--thank you and all the best!

<!-- gh-comment-id:3693468822 --> @milnivlek commented on GitHub (Dec 26, 2025): Sounds like folks are still actively investigating: https://github.com/librespot-org/librespot/discussions/1562#discussioncomment-15344453 This isn't my area of technical expertise, so I'm just a mere helpless bystander here. But to everyone working on figuring out this problem--thank you and all the best!
Author
Owner

@LowerHater commented on GitHub (Dec 27, 2025):

I'll assume those maintaining librespot are aware already, but michaelherger's spotty project, which uses his custom librespot fork has got API access working using a custom OAuth fix.

Some details are here:

https://forums.lyrion.org/forum/user-forums/3rd-party-software/1802770-announce-spotty-v4-60-0-the-christmas-crash-release-%F0%9F%8E%84%F0%9F%8E%81

<!-- gh-comment-id:3693806309 --> @LowerHater commented on GitHub (Dec 27, 2025): I'll assume those maintaining librespot are aware already, but michaelherger's spotty project, which uses his custom librespot fork has got API access working using a custom OAuth fix. Some details are here: https://forums.lyrion.org/forum/user-forums/3rd-party-software/1802770-announce-spotty-v4-60-0-the-christmas-crash-release-%F0%9F%8E%84%F0%9F%8E%81
Author
Owner

@michaelherger commented on GitHub (Dec 27, 2025):

I think I'm not doing anything special there, and TBH I'm not sure how this is related to the issue reported here. But what I'm doing differently from the initial report by @publicstaticvoidmain42 is that I'm authorizing from my application using the Web API (PKCE flow). API accesses therefore don't use anything librespot provided. Only for playback I feed the access token I received to the spotty helper (librespot) using the --access-token and --client-id parameters.

That said: reports are mixed. The mechanism still seems to be a bit flakey. Or too complicated for the users who try to set this up, as it requires defining the callback URL (redirect_uri) in the client configuration.

<!-- gh-comment-id:3693844568 --> @michaelherger commented on GitHub (Dec 27, 2025): I think I'm not doing anything special there, and TBH I'm not sure how this is related to the issue reported here. But what I'm doing differently from the initial report by @publicstaticvoidmain42 is that I'm authorizing from my application using the Web API (PKCE flow). API accesses therefore don't use anything librespot provided. Only for playback I feed the access token I received to the spotty helper (librespot) using the `--access-token` and `--client-id` parameters. That said: reports are mixed. The mechanism still seems to be a bit flakey. Or too complicated for the users who try to set this up, as it requires defining the callback URL (`redirect_uri`) in the client configuration.
Author
Owner

@Semmu commented on GitHub (Dec 27, 2025):

Hi folks,

I just started experiencing this issue myself as well. Not sure if it's limited to API calls or anything, because I'm controlling my librespot instance through the Spotify Web API, and I was testing my integration a lot when librespot suddenly refused to play anything and started printing the same logs:

[2025-12-27T17:52:05Z INFO  librespot_playback::player] Loading <Things Don't Always Go The Way You Plan 1.2 [2020 Export Wav]> with Spotify URI <spotify:track:7tznQjvG5c6Kzw9nT4VzKl>
[2025-12-27T17:52:05Z ERROR librespot_core::audio_key] error audio key 0 2
[2025-12-27T17:52:05Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }
[2025-12-27T17:52:16Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: Deadline expired before operation could complete { wait timeout exceeded }
[2025-12-27T17:52:16Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:7tznQjvG5c6Kzw9nT4VzKl")>: ()
[2025-12-27T17:52:16Z INFO  librespot_playback::player] Loading <SKY SKY 1.3 [2016 Export Wav]> with Spotify URI <spotify:track:3qFt6HgabbL6VURdSYriBx>
[2025-12-27T17:52:17Z ERROR librespot_core::audio_key] error audio key 0 2
[2025-12-27T17:52:17Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }
[2025-12-27T17:52:19Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream
[2025-12-27T17:52:19Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:3qFt6HgabbL6VURdSYriBx")>: ()
[2025-12-27T17:52:19Z INFO  librespot_playback::player] Loading <Call It Even (feat. Pauline Herr)> with Spotify URI <spotify:track:3o2sdtLugO9msGiimjdPJ9>
[2025-12-27T17:52:19Z ERROR librespot_core::audio_key] error audio key 0 2
[2025-12-27T17:52:19Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }
[2025-12-27T17:52:28Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: Deadline expired before operation could complete { wait timeout exceeded }
[2025-12-27T17:52:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:3o2sdtLugO9msGiimjdPJ9")>: ()
[2025-12-27T17:52:28Z INFO  librespot_playback::player] Loading <Whalphin> with Spotify URI <spotify:track:7B35BT8vgWLQhMzvxXybkK>

But it's strange, it can load/play one track after around 10-20 skipped? Very-very flaky backend behaviour...

<!-- gh-comment-id:3694127710 --> @Semmu commented on GitHub (Dec 27, 2025): Hi folks, I just started experiencing this issue myself as well. Not sure if it's limited to API calls or anything, because I'm controlling my librespot instance through the Spotify Web API, and I was testing my integration a lot when librespot suddenly refused to play anything and started printing the same logs: ``` [2025-12-27T17:52:05Z INFO librespot_playback::player] Loading <Things Don't Always Go The Way You Plan 1.2 [2020 Export Wav]> with Spotify URI <spotify:track:7tznQjvG5c6Kzw9nT4VzKl> [2025-12-27T17:52:05Z ERROR librespot_core::audio_key] error audio key 0 2 [2025-12-27T17:52:05Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } [2025-12-27T17:52:16Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: Deadline expired before operation could complete { wait timeout exceeded } [2025-12-27T17:52:16Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:7tznQjvG5c6Kzw9nT4VzKl")>: () [2025-12-27T17:52:16Z INFO librespot_playback::player] Loading <SKY SKY 1.3 [2016 Export Wav]> with Spotify URI <spotify:track:3qFt6HgabbL6VURdSYriBx> [2025-12-27T17:52:17Z ERROR librespot_core::audio_key] error audio key 0 2 [2025-12-27T17:52:17Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } [2025-12-27T17:52:19Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream [2025-12-27T17:52:19Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:3qFt6HgabbL6VURdSYriBx")>: () [2025-12-27T17:52:19Z INFO librespot_playback::player] Loading <Call It Even (feat. Pauline Herr)> with Spotify URI <spotify:track:3o2sdtLugO9msGiimjdPJ9> [2025-12-27T17:52:19Z ERROR librespot_core::audio_key] error audio key 0 2 [2025-12-27T17:52:19Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } [2025-12-27T17:52:28Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: Deadline expired before operation could complete { wait timeout exceeded } [2025-12-27T17:52:28Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:3o2sdtLugO9msGiimjdPJ9")>: () [2025-12-27T17:52:28Z INFO librespot_playback::player] Loading <Whalphin> with Spotify URI <spotify:track:7B35BT8vgWLQhMzvxXybkK> ``` But it's strange, it can load/play one track after around 10-20 skipped? Very-very flaky backend behaviour...
Author
Owner

@WakuwakuP commented on GitHub (Dec 28, 2025):

Sorry, I haven't been able to resolve the situation yet either.

Per WakuwakuP/roon-librespot-streamer#27, it sounds like blocking DNS resolution for apresolve.spotify.com is a viable workaround for this problem. I haven't had the chance to try it yet on my own setup, but will do it once I have time.

UPDATE: Just tried it. This doesn't seem to help, unfortunately. Sorry for getting folks' hopes up.

<!-- gh-comment-id:3694577332 --> @WakuwakuP commented on GitHub (Dec 28, 2025): Sorry, I haven't been able to resolve the situation yet either. > ~Per [WakuwakuP/roon-librespot-streamer#27](https://github.com/WakuwakuP/roon-librespot-streamer/pull/27), it sounds like blocking DNS resolution for `apresolve.spotify.com` is a viable workaround for this problem. I haven't had the chance to try it yet on my own setup, but will do it once I have time.~ > > UPDATE: Just tried it. This doesn't seem to help, unfortunately. Sorry for getting folks' hopes up.
Author
Owner

@YutongGu commented on GitHub (Dec 29, 2025):

Do we know for a fact that this affect only open-sourced implementations of spotify-connect or if this affects devices with official integrations as well? I wonder if anyone who's able to reproduce their issue with librespot is able to test on another device like their TV. That might provide some helpful insights

<!-- gh-comment-id:3696086293 --> @YutongGu commented on GitHub (Dec 29, 2025): Do we know for a fact that this affect only open-sourced implementations of spotify-connect or if this affects devices with official integrations as well? I wonder if anyone who's able to reproduce their issue with librespot is able to test on another device like their TV. That might provide some helpful insights
Author
Owner

@kingosticks commented on GitHub (Dec 29, 2025):

The official clients I've looked at (desktop windows and Linux only) have already moved to using Spotify's alternate DRM system for all media, not just lossless. That alternate DRM system doesn't use the same endpoint for retrieving the key that we're using. I think you'd need to find a system that hadn't been updated to use the new DRM. I know some AV receivers still run old software but it's difficult to observe what they are doing. I don't personally own one.

<!-- gh-comment-id:3696499734 --> @kingosticks commented on GitHub (Dec 29, 2025): The official clients I've looked at (desktop windows and Linux only) have already moved to using Spotify's alternate DRM system for all media, not just lossless. That alternate DRM system doesn't use the same endpoint for retrieving the key that we're using. I think you'd need to find a system that hadn't been updated to use the new DRM. I know some AV receivers still run old software but it's difficult to observe what they are doing. I don't personally own one.
Author
Owner

@YutongGu commented on GitHub (Dec 29, 2025):

Gotcha. Does that mean that Librespot and other open source integrations would have to move to this new DRM system? Is that even technically feasible?

<!-- gh-comment-id:3697166766 --> @YutongGu commented on GitHub (Dec 29, 2025): Gotcha. Does that mean that Librespot and other open source integrations would have to move to this new DRM system? Is that even technically feasible?
Author
Owner

@YutongGu commented on GitHub (Dec 29, 2025):

I’ve done some more digging into the subject matter and I’ve answered my own questions on this. Is it possible that Spotify is trying to deprecate its Shannon DRM and forcing devices over to the new PlayPlay DRM and is doing a slow rollout on that? If so, that could be a fatal blow for projects like this and presumably some older official clients that have not kept up to date.

<!-- gh-comment-id:3697550958 --> @YutongGu commented on GitHub (Dec 29, 2025): I’ve done some more digging into the subject matter and I’ve answered my own questions on this. Is it possible that Spotify is trying to deprecate its Shannon DRM and forcing devices over to the new PlayPlay DRM and is doing a slow rollout on that? If so, that could be a fatal blow for projects like this and presumably some older official clients that have not kept up to date.
Author
Owner

@kingosticks commented on GitHub (Dec 29, 2025):

It's technically feasible, but maybe not legally feasible. Spotify are aggressively protecting that IP. However, they've no moral highground and they continue to erode our goodwill so it's anyone's guess what 2026 will bring.

<!-- gh-comment-id:3697803249 --> @kingosticks commented on GitHub (Dec 29, 2025): It's technically feasible, but maybe not legally feasible. Spotify are aggressively protecting that IP. However, they've no moral highground and they continue to erode our goodwill so it's anyone's guess what 2026 will bring.
Author
Owner

@Semmu commented on GitHub (Dec 30, 2025):

I just want to share that the moment librespot and its derivatives stop to work will be the moment I cancel my Spotify subscription.

Maybe someone from Spotify will see this and it will make them think a bit.

<!-- gh-comment-id:3697950006 --> @Semmu commented on GitHub (Dec 30, 2025): I just want to share that the moment librespot and its derivatives stop to work will be the moment I cancel my Spotify subscription. Maybe someone from Spotify will see this and it will make them think a bit.
Author
Owner

@YutongGu commented on GitHub (Dec 30, 2025):

https://github.com/misiektoja/spotify_monitor/issues/27#issuecomment-3691961905

Does this comment offer any insight as to a potential workaround? It seems to be related. I’m staying hopeful that there’s a way around this.

<!-- gh-comment-id:3698968112 --> @YutongGu commented on GitHub (Dec 30, 2025): https://github.com/misiektoja/spotify_monitor/issues/27#issuecomment-3691961905 Does this comment offer any insight as to a potential workaround? It seems to be related. I’m staying hopeful that there’s a way around this.
Author
Owner

@YutongGu commented on GitHub (Dec 30, 2025):

It looks like the changes from Spotify is indeed affecting older official clients.

https://community.spotify.com/t5/Other-Podcasts-Partners-etc/connect-not-playing-on-Cambridge-Audio-NP30/m-p/7282161

<!-- gh-comment-id:3700603520 --> @YutongGu commented on GitHub (Dec 30, 2025): It looks like the changes from Spotify is indeed affecting older official clients. https://community.spotify.com/t5/Other-Podcasts-Partners-etc/connect-not-playing-on-Cambridge-Audio-NP30/m-p/7282161
Author
Owner

@urknall commented on GitHub (Dec 30, 2025):

I just want to share that the moment librespot and its derivatives stop to work will be the moment I cancel my Spotify subscription.

Maybe someone from Spotify will see this and it will make them think a bit.

Same here, i am not especially bound to librespot and spotify, but for me its important to use my music ecosystem the way I want. Right now i am testing deezer and qobuz and they do very well with it. I doubt Spotify cares, but as soon there is no librespot support with spotify i will cancel my family subscription.

<!-- gh-comment-id:3700663325 --> @urknall commented on GitHub (Dec 30, 2025): > I just want to share that the moment librespot and its derivatives stop to work will be the moment I cancel my Spotify subscription. > > Maybe someone from Spotify will see this and it will make them think a bit. Same here, i am not especially bound to librespot and spotify, but for me its important to use my music ecosystem the way I want. Right now i am testing deezer and qobuz and they do very well with it. I doubt Spotify cares, but as soon there is no librespot support with spotify i will cancel my family subscription.
Author
Owner

@gasparhabif commented on GitHub (Jan 5, 2026):

+1 same issue

<!-- gh-comment-id:3711350682 --> @gasparhabif commented on GitHub (Jan 5, 2026): +1 same issue
Author
Owner

@silelmot commented on GitHub (Jan 9, 2026):

same issue here:

[2026-01-09T13:34:18Z ERROR librespot_core::audio_key] error audio key 0 1
[2026-01-09T13:34:18Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }
[2026-01-09T13:34:20Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream
[2026-01-09T13:34:20Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:4i4RFXGR8LjhBjgmIsczzo")>: ()
[2026-01-09T13:34:20Z ERROR librespot_core::audio_key] error audio key 0 1
[2026-01-09T13:34:20Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }
[2026-01-09T13:34:21Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: channel closed
[2026-01-09T13:34:21Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:0G7vexduCvboPyIGjJXQIC")>: ()
[2026-01-09T13:34:21Z ERROR librespot_core::audio_key] error audio key 0 1
[2026-01-09T13:34:21Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error }

its a new account, bought over a vpn.

<!-- gh-comment-id:3729060426 --> @silelmot commented on GitHub (Jan 9, 2026): same issue here: ``` [2026-01-09T13:34:18Z ERROR librespot_core::audio_key] error audio key 0 1 [2026-01-09T13:34:18Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } [2026-01-09T13:34:20Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream [2026-01-09T13:34:20Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:4i4RFXGR8LjhBjgmIsczzo")>: () [2026-01-09T13:34:20Z ERROR librespot_core::audio_key] error audio key 0 1 [2026-01-09T13:34:20Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } [2026-01-09T13:34:21Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: channel closed [2026-01-09T13:34:21Z ERROR librespot_playback::player] Skipping to next track, unable to load track <SpotifyUri("spotify:track:0G7vexduCvboPyIGjJXQIC")>: () [2026-01-09T13:34:21Z ERROR librespot_core::audio_key] error audio key 0 1 [2026-01-09T13:34:21Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Service unavailable { audio key error } ``` its a new account, bought over a vpn.
Author
Owner

@roderickvd commented on GitHub (Jan 9, 2026):

I've seen other reports too that this hits new accounts, not old accounts.

<!-- gh-comment-id:3730366979 --> @roderickvd commented on GitHub (Jan 9, 2026): I've seen other reports too that this hits new accounts, not old accounts.
Author
Owner

@milnivlek commented on GitHub (Jan 9, 2026):

Yes, this aligns with my own anecdotal data points. Within my Spotify Premium Family Plan, the 2 oldest accounts are unaffected. But my newest account is affected. I also tried creating a new account from scratch and adding it to my Family Plan, but that new account was also affected.

<!-- gh-comment-id:3730461995 --> @milnivlek commented on GitHub (Jan 9, 2026): Yes, this aligns with my own anecdotal data points. Within my Spotify Premium Family Plan, the 2 oldest accounts are unaffected. But my newest account is affected. I also tried creating a new account from scratch and adding it to my Family Plan, but that new account was also affected.
Author
Owner

@jakobhn commented on GitHub (Jan 12, 2026):

I’m experiencing the same issue. I have two older users who aren’t affected, but newer ones have been running into audio key errors since around Christmas. Any insight into statements about the issue from Spotify, or any potential workarounds?

<!-- gh-comment-id:3739807689 --> @jakobhn commented on GitHub (Jan 12, 2026): I’m experiencing the same issue. I have two older users who aren’t affected, but newer ones have been running into audio key errors since around Christmas. Any insight into statements about the issue from Spotify, or any potential workarounds?
Author
Owner

@milnivlek commented on GitHub (Jan 16, 2026):

Just to confirm: are there currently no further leads as to a possible solution...? Are we just waiting to see if Spotify will revert or fix something on their end?

(Just a status check, not blaming. I fully understand this seems to be largely beyond our control.)

<!-- gh-comment-id:3761717379 --> @milnivlek commented on GitHub (Jan 16, 2026): Just to confirm: are there currently no further leads as to a possible solution...? Are we just waiting to see if Spotify will revert or fix something on their end? (Just a status check, not blaming. I fully understand this seems to be largely beyond our control.)
Author
Owner

@olm52 commented on GitHub (Jan 17, 2026):

Yesterday I checked Lyrion Music Server Spotty plugin and is working.
During Spotify login it asked to connect for a verification.

<!-- gh-comment-id:3762526277 --> @olm52 commented on GitHub (Jan 17, 2026): Yesterday I checked Lyrion Music Server Spotty plugin and is working. During Spotify login it asked to connect for a verification.
Author
Owner

@kingosticks commented on GitHub (Jan 19, 2026):

Can someone with a blocked account try again? Apparently they've fixed the issue that AVR users were having that suspiciously started at the same time.

<!-- gh-comment-id:3769731376 --> @kingosticks commented on GitHub (Jan 19, 2026): Can someone with a blocked account try again? Apparently they've fixed the issue that AVR users were having that suspiciously started at the same time.
Author
Owner

@jendelel commented on GitHub (Jan 19, 2026):

Unfortunately, the same issue for me :(

On Mon, Jan 19, 2026 at 8:01 PM Nick Steel @.***> wrote:

kingosticks left a comment (librespot-org/librespot#1649)
https://github.com/librespot-org/librespot/issues/1649#issuecomment-3769731376

Can someone with a blocked account try again? Apparently they've fixed the
issue that AVR users were having that suspiciously started at the same time.


Reply to this email directly, view it on GitHub
https://github.com/librespot-org/librespot/issues/1649#issuecomment-3769731376,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AD37XUPZ64OKJRSD2R6HCST4HUSYVAVCNFSM6AAAAACMZHLEJKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTONRZG4ZTCMZXGY
.
You are receiving this because you are subscribed to this thread.Message
ID: @.***>

<!-- gh-comment-id:3769753567 --> @jendelel commented on GitHub (Jan 19, 2026): Unfortunately, the same issue for me :( On Mon, Jan 19, 2026 at 8:01 PM Nick Steel ***@***.***> wrote: > *kingosticks* left a comment (librespot-org/librespot#1649) > <https://github.com/librespot-org/librespot/issues/1649#issuecomment-3769731376> > > Can someone with a blocked account try again? Apparently they've fixed the > issue that AVR users were having that suspiciously started at the same time. > > — > Reply to this email directly, view it on GitHub > <https://github.com/librespot-org/librespot/issues/1649#issuecomment-3769731376>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AD37XUPZ64OKJRSD2R6HCST4HUSYVAVCNFSM6AAAAACMZHLEJKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTONRZG4ZTCMZXGY> > . > You are receiving this because you are subscribed to this thread.Message > ID: ***@***.***> >
Author
Owner

@eddible commented on GitHub (Jan 19, 2026):

Oh mine does work now, before it would just keep skipping through the tracks. I created my account last year in October/November.

<!-- gh-comment-id:3769793238 --> @eddible commented on GitHub (Jan 19, 2026): Oh mine _does_ work now, before it would just keep skipping through the tracks. I created my account last year in October/November.
Author
Owner

@joberdick commented on GitHub (Jan 19, 2026):

Can someone with a blocked account try again? Apparently they've fixed the issue that AVR users were having that suspiciously started at the same time.

still have the issue

<!-- gh-comment-id:3769902431 --> @joberdick commented on GitHub (Jan 19, 2026): > Can someone with a blocked account try again? Apparently they've fixed the issue that AVR users were having that suspiciously started at the same time. still have the issue
Author
Owner

@sebitokazu commented on GitHub (Jan 19, 2026):

Can someone with a blocked account try again? Apparently they've fixed the issue that AVR users were having that suspiciously started at the same time.

still have the issue too

<!-- gh-comment-id:3769977477 --> @sebitokazu commented on GitHub (Jan 19, 2026): > Can someone with a blocked account try again? Apparently they've fixed the issue that AVR users were having that suspiciously started at the same time. still have the issue too
Author
Owner

@milnivlek commented on GitHub (Jan 19, 2026):

Still seeing the same "Audio key error". But if there's indeed a fix, maybe they're rolling it out gradually too? (one can hope)

Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Loading <Monday Dream> with Spotify URI <spotify:track:2XxiRMxQgv37zJ1vl5FRhV>
Jan 19 13:31:17 home snapserver[1577031]: (librespot_core::audio_key) error audio key 0 1
Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error }
Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Resample idone: 882/882, odone: 893/1920, delay: 456
Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Unable to read audio file: Symphonia Decoder Error: channel closed
Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Skipping to next track, unable to load track <SpotifyUri("spotify:track:2XxiRMxQgv37zJ1vl5FRhV")>: ()
Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Loading <Pelican Mood> with Spotify URI <spotify:track:3KcVYR5uzERArfM9cbiBYZ>
Jan 19 13:31:17 home snapserver[1577031]: (librespot_core::audio_key) error audio key 0 1
Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error }
Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Unable to read audio file: Symphonia Decoder Error: channel closed
Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Skipping to next track, unable to load track <SpotifyUri("spotify:track:3KcVYR5uzERArfM9cbiBYZ")>: ()
<!-- gh-comment-id:3770183393 --> @milnivlek commented on GitHub (Jan 19, 2026): Still seeing the same "Audio key error". But if there's indeed a fix, maybe they're rolling it out gradually too? (one can hope) ``` Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Loading <Monday Dream> with Spotify URI <spotify:track:2XxiRMxQgv37zJ1vl5FRhV> Jan 19 13:31:17 home snapserver[1577031]: (librespot_core::audio_key) error audio key 0 1 Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error } Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Resample idone: 882/882, odone: 893/1920, delay: 456 Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Unable to read audio file: Symphonia Decoder Error: channel closed Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Skipping to next track, unable to load track <SpotifyUri("spotify:track:2XxiRMxQgv37zJ1vl5FRhV")>: () Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Loading <Pelican Mood> with Spotify URI <spotify:track:3KcVYR5uzERArfM9cbiBYZ> Jan 19 13:31:17 home snapserver[1577031]: (librespot_core::audio_key) error audio key 0 1 Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Unable to load key, continuing without decryption: Service unavailable { audio key error } Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Unable to read audio file: Symphonia Decoder Error: channel closed Jan 19 13:31:17 home snapserver[1577031]: (librespot_playback::player) Skipping to next track, unable to load track <SpotifyUri("spotify:track:3KcVYR5uzERArfM9cbiBYZ")>: () ```
Author
Owner

@nicolaheile commented on GitHub (Jan 20, 2026):

I have the same issue - my account in the Family Packet is working, and a new account created for the kids is not working with this issue.
If I connect and play music - and the second device joined my jam, this account can play music. But that's not usable :-). A third account in the Family Packet is working, too. It looks like new accounts are not working but old?!

But the new accounts are working with an Old Sonos Roam Speaker - so in theory it is working...

<!-- gh-comment-id:3771426929 --> @nicolaheile commented on GitHub (Jan 20, 2026): I have the same issue - my account in the Family Packet is working, and a new account created for the kids is not working with this issue. If I connect and play music - and the second device joined my jam, this account can play music. But that's not usable :-). A third account in the Family Packet is working, too. It looks like new accounts are not working but old?! But the new accounts are working with an Old Sonos Roam Speaker - so in theory it is working...
Author
Owner

@OzGav commented on GitHub (Jan 24, 2026):

Over on librespot some people are reporting this is working again. If anyone here has found that Spotify is working again then post “working again” below. Please DO NOT post anything if Spotify is not working.

<!-- gh-comment-id:3794572137 --> @OzGav commented on GitHub (Jan 24, 2026): Over on librespot some people are reporting this is working again. If anyone here has found that Spotify is working again then post “working again” below. Please DO NOT post anything if Spotify is not working.
Author
Owner

@Zetanova commented on GitHub (Jan 26, 2026):

I have no this issue with vanilla raspotify, tried first 03.12.2025 with an old account and it worked,
then yesterday I tried with the same setup and the same account and it still worked, till today.

Today I created a new account and switched to it and the issues appeared.

<!-- gh-comment-id:3800752848 --> @Zetanova commented on GitHub (Jan 26, 2026): I have no this issue with vanilla raspotify, tried first 03.12.2025 with an old account and it worked, then yesterday I tried with the same setup and the same account and it still worked, till today. Today I created a new account and switched to it and the issues appeared.
Author
Owner

@flos06 commented on GitHub (Jan 31, 2026):

I'm a bit confused. I have the same error so to me it would seem that the entire project is broken, but looking at the other issues that are being opened it is not broken for a lot of people? Seeing how this ticket was opened in November is there any progress being made or are we out of luck?

<!-- gh-comment-id:3827558167 --> @flos06 commented on GitHub (Jan 31, 2026): I'm a bit confused. I have the same error so to me it would seem that the entire project is broken, but looking at the other issues that are being opened it is not broken for a lot of people? Seeing how this ticket was opened in November is there any progress being made or are we out of luck?
Author
Owner

@milnivlek commented on GitHub (Jan 31, 2026):

It seems that Spotify only rolled out their changes to newer accounts, which is why most existing users haven't been affected yet. But yeah it sounds like this will be a complete blocker going forward for newer users, if no reasonable solution is found.

<!-- gh-comment-id:3827749961 --> @milnivlek commented on GitHub (Jan 31, 2026): It seems that Spotify only rolled out their changes to newer accounts, which is why most existing users haven't been affected yet. But yeah it sounds like this will be a complete blocker going forward for newer users, if no reasonable solution is found.
Author
Owner

@canuckdev commented on GitHub (Jan 31, 2026):

The project is not broken, this is on Spotify.

<!-- gh-comment-id:3828279076 --> @canuckdev commented on GitHub (Jan 31, 2026): The project is not broken, this is on Spotify.
Author
Owner

@canuckdev commented on GitHub (Jan 31, 2026):

snapcast users please see https://github.com/stijnvdb88/snap.net and more specifically https://github.com/stijnvdb88/Snap.Net/blob/master/Snap.Net.Broadcast/README.md. (Windows)
Edit: This solution works with lossless which I don't think worked with librespot.

<!-- gh-comment-id:3828307137 --> @canuckdev commented on GitHub (Jan 31, 2026): snapcast users please see https://github.com/stijnvdb88/snap.net and more specifically https://github.com/stijnvdb88/Snap.Net/blob/master/Snap.Net.Broadcast/README.md. (Windows) Edit: This solution works with lossless which I don't think worked with librespot.
Author
Owner

@jr-k commented on GitHub (Feb 3, 2026):

Same error here :(

<!-- gh-comment-id:3843930729 --> @jr-k commented on GitHub (Feb 3, 2026): Same error here :(
Author
Owner

@Arneball commented on GitHub (Feb 5, 2026):

I get key audio key error if i close the tcp connection, invalidating the session and try to switch track. I've been experimenting with retrying fetching audio key while the session is reinitialized, but i haven't found a way to make it stable. I was experimenting with having the session as a Arc in Player and adding retry logic but it is not stable either. Not terrible proficient in Rust so it'll take some more digging from my end.

<!-- gh-comment-id:3852602890 --> @Arneball commented on GitHub (Feb 5, 2026): I get key audio key error if i close the tcp connection, invalidating the session and try to switch track. I've been experimenting with retrying fetching audio key while the session is reinitialized, but i haven't found a way to make it stable. I was experimenting with having the session as a Arc<RwMutux> in Player and adding retry logic but it is not stable either. Not terrible proficient in Rust so it'll take some more digging from my end.
Author
Owner

@kingosticks commented on GitHub (Feb 5, 2026):

I get key audio key error if i close the tcp connection, invalidating the session and try to switch track

But that's not new behaviour, right?

<!-- gh-comment-id:3852645503 --> @kingosticks commented on GitHub (Feb 5, 2026): > I get key audio key error if i close the tcp connection, invalidating the session and try to switch track But that's not new behaviour, right?
Author
Owner

@Arneball commented on GitHub (Feb 5, 2026):

Probably not but it would be nice to have a way of keeping the playback going even with flaky connection. I'm not sure why my connection is dropped every now and then. Sometimes it bails on missing ping/pong, but when it does fail then i have to manually restart the playback. It can even fail midplay when downloading the next song, which sets the volume to a different one or stops playback.

<!-- gh-comment-id:3853106044 --> @Arneball commented on GitHub (Feb 5, 2026): Probably not but it would be nice to have a way of keeping the playback going even with flaky connection. I'm not sure why my connection is dropped every now and then. Sometimes it bails on missing ping/pong, but when it does fail then i have to manually restart the playback. It can even fail midplay when downloading the next song, which sets the volume to a different one or stops playback.
Author
Owner

@canuckdev commented on GitHub (Feb 13, 2026):

Spotify says its best developers haven't written a line of code since December, thanks to AI | TechCrunch

Hmm, right around Dec 24 is when librespot and go-librespot stopped working!

<!-- gh-comment-id:3897502976 --> @canuckdev commented on GitHub (Feb 13, 2026): [Spotify says its best developers haven't written a line of code since December, thanks to AI | TechCrunch](https://techcrunch.com/2026/02/12/spotify-says-its-best-developers-havent-written-a-line-of-code-since-december-thanks-to-ai/) Hmm, right around Dec 24 is when librespot and go-librespot stopped working!
Author
Owner

@Semmu commented on GitHub (Feb 18, 2026):

It can even fail midplay when downloading the next song, which sets the volume to a different one or stops playback.

It started doing this for me too, sometimes it does not happen for a whole day, but sometimes it happens multiple times in an hour.

<!-- gh-comment-id:3921919028 --> @Semmu commented on GitHub (Feb 18, 2026): > It can even fail midplay when downloading the next song, which sets the volume to a different one or stops playback. It started doing this for me too, sometimes it does not happen for a whole day, but sometimes it happens multiple times in an hour.
Author
Owner

@kingosticks commented on GitHub (Feb 18, 2026):

I find it strange this would be inconsistent. Do you have a debug log when it's intermittent? Do you see Access Point connection issues in the logs, resulting in re-connections?

<!-- gh-comment-id:3921995758 --> @kingosticks commented on GitHub (Feb 18, 2026): I find it strange this would be inconsistent. Do you have a debug log when it's intermittent? Do you see Access Point connection issues in the logs, resulting in re-connections?
Author
Owner

@lbrzeczek commented on GitHub (Feb 19, 2026):

I have the same problem. The new installation looks fine in theory, but I haven't been able to play a single song... :(

2026-02-19 17:08:54.280 INFO (MainThread) [music_assistant.players] Player unavailable: Web (Chrome on Windows)
2026-02-19 17:09:01.864 WARNING (MainThread) [aiorun] Stopping the loop
2026-02-19 17:09:01.864 INFO (MainThread) [aiorun] Entering shutdown phase.
2026-02-19 17:09:01.865 INFO (MainThread) [aiorun] Executing provided shutdown_callback.
2026-02-19 17:09:01.865 INFO (MainThread) [root] shutdown requested!
2026-02-19 17:09:01.865 INFO (MainThread) [music_assistant] Stop called, cleaning up...
2026-02-19 17:09:01.874 INFO (MainThread) [music_assistant.players] Player unavailable: TV
2026-02-19 17:09:01.876 INFO (MainThread) [music_assistant.players] Player unavailable: Glosnik salon
2026-02-19 17:09:01.879 INFO (MainThread) [music_assistant.players] Player unavailable: Kuchnia
2026-02-19 17:09:01.881 INFO (MainThread) [music_assistant.players] Player unavailable: Wszystkie głośniki
2026-02-19 17:09:01.883 INFO (MainThread) [music_assistant.players] Player unavailable: Sypialnia
2026-02-19 17:09:01.930 INFO (MainThread) [aiorun] Cancelling pending tasks.
2026-02-19 17:09:01.930 INFO (MainThread) [aiorun] Running pending tasks till complete
2026-02-19 17:09:01.930 INFO (MainThread) [aiorun] Waiting for executor shutdown.
2026-02-19 17:09:01.936 INFO (MainThread) [aiorun] Shutting down async generators
2026-02-19 17:09:01.936 INFO (MainThread) [aiorun] Closing the loop.
2026-02-19 17:09:01.937 INFO (MainThread) [aiorun] Leaving. Bye!
2026-02-19 17:09:08.199 INFO (MainThread) [music_assistant] Starting Music Assistant Server (2251e576a2824401a49ecd0713c3b431) version 2.7.8 - HA add-on: True - Safe mode: False
2026-02-19 17:09:08.210 INFO (MainThread) [music_assistant.cache] Initializing cache controller...
2026-02-19 17:09:08.331 INFO (MainThread) [ffmpeg] Detected ffmpeg version 7.1.2 with libsoxr support
2026-02-19 17:09:08.331 INFO (MainThread) [music_assistant.streams] 
################################################################################
Starting streamserver on  192.168.100.234:8097
This is the IP address that is communicated to players.
If this is incorrect, audio will not play!
See the documentation how to configure the publish IP for the Streamserver
in Settings --> Core modules --> Streamserver
################################################################################
2026-02-19 17:09:08.403 INFO (MainThread) [music_assistant.auth] Authentication manager initialized (providers=1)
2026-02-19 17:09:08.407 INFO (MainThread) [music_assistant.webserver] 
################################################################################
Webserver available on: http://192.168.100.234:8095
If this address is incorrect, see the documentation on how to configure
the Webserver in Settings --> Core modules --> Webserver
################################################################################
2026-02-19 17:09:08.446 INFO (MainThread) [music_assistant.webserver] WebSocket client authenticated as homeassistant_system
2026-02-19 17:09:10.929 INFO (MainThread) [music_assistant] Loaded metadata provider fanart.tv
2026-02-19 17:09:10.929 INFO (MainThread) [music_assistant] Loaded music provider Music Assistant
2026-02-19 17:09:10.929 INFO (MainThread) [music_assistant] Loaded metadata provider MusicBrainz
2026-02-19 17:09:10.930 INFO (MainThread) [music_assistant] Loaded metadata provider The Audio DB
2026-02-19 17:09:10.937 INFO (MainThread) [music_assistant] Loaded metadata provider LRCLIB
2026-02-19 17:09:10.971 INFO (MainThread) [music_assistant] Loaded player provider Chromecast
2026-02-19 17:09:10.976 INFO (MainThread) [music_assistant] Loaded player provider Sendspin
2026-02-19 17:09:10.976 INFO (MainThread) [music_assistant] Loaded plugin provider Home Assistant
2026-02-19 17:09:10.978 INFO (MainThread) [aiosendspin.server.server] Starting Sendspin server on port 8927
2026-02-19 17:09:11.002 INFO (MainThread) [aiosendspin.server.server] Sendspin server started successfully on 0.0.0.0:8927
2026-02-19 17:09:11.128 INFO (MainThread) [music_assistant.players] Player registered: 61767039-b4d2-ccb4-045e-38254ff749ec/Glosnik salon
2026-02-19 17:09:11.178 INFO (MainThread) [music_assistant] Loaded music provider RadioBrowser
2026-02-19 17:09:11.288 INFO (MainThread) [music_assistant.players] Player registered: c328ec98-7fa9-838e-7217-97212e466bd7/TV
2026-02-19 17:09:11.474 INFO (MainThread) [music_assistant.players] Player registered: 2ffde65f-e2d7-5fb6-d8a8-3f2b1f18bdbd/Kuchnia
2026-02-19 17:09:11.530 INFO (MainThread) [music_assistant.spotify] Successfully logged in to Spotify as L3b
2026-02-19 17:09:11.662 INFO (MainThread) [music_assistant.players] Player registered: e016d101-3889-432e-afed-3074e3945aef/Wszystkie głośniki
2026-02-19 17:09:11.766 INFO (MainThread) [music_assistant.players] Player registered: cf71eb9a-b525-534d-56b3-fa9762f68dfe/Sypialnia
2026-02-19 17:09:13.531 INFO (MainThread) [music_assistant] Loaded music provider Spotify
2026-02-19 17:11:16.717 INFO (MainThread) [aiosendspin.server.client.unknown-127.0.0.1] Connection established
2026-02-19 17:11:16.760 INFO (MainThread) [aiosendspin.models.core] client/hello message used deprecated field names (player_support), please update client to use (player@v1_support) instead
2026-02-19 17:11:16.760 INFO (MainThread) [aiosendspin.server.client.unknown-127.0.0.1] Received client/hello
2026-02-19 17:11:16.760 INFO (MainThread) [aiosendspin.server.client.unknown-127.0.0.1] Client ID set to ma_jj9kcdzbwg
2026-02-19 17:11:16.804 INFO (MainThread) [music_assistant.players] Player registered: ma_jj9kcdzbwg/Web (Chrome on Windows)
2026-02-19 17:11:18.141 INFO (MainThread) [music_assistant.player_queues] Fetching tracks to play for album Chór Uniwersytetu Bielsko-Bialskiego - przesłuchania konkursowe 2024
2026-02-19 17:11:19.183 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:19Z ERROR librespot_core::audio_key] error audio key 0 1
2026-02-19 17:11:19.242 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:19Z ERROR librespot_playback::player] Unable to read audio file: Passthrough Decoder Error: No Ogg capture pattern found
2026-02-19 17:11:29.249 WARNING (MainThread) [music_assistant.audio.media_stream] [in#0 @ 0x55e4f0b1b200] Error opening input: Invalid data found when processing input
Error opening input file -.
Error opening input files: Invalid data found when processing input
2026-02-19 17:11:29.262 ERROR (MainThread) [music_assistant.streams] Error streaming QueueItem Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - Stars (spotify--tvdExRSa://track/1xJD5xyZFqxxpwQm4jnXul) to Wszystkie głośniki - will try to skip to next item
2026-02-19 17:11:35.650 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:35Z ERROR librespot_core::audio_key] error audio key 0 1
2026-02-19 17:11:35.707 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:35Z ERROR librespot_playback::player] Unable to read audio file: Passthrough Decoder Error: No Ogg capture pattern found
2026-02-19 17:11:37.527 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:37Z ERROR librespot_core::audio_key] error audio key 0 1
2026-02-19 17:11:37.586 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:37Z ERROR librespot_playback::player] Unable to read audio file: Passthrough Decoder Error: No Ogg capture pattern found
2026-02-19 17:11:45.714 WARNING (MainThread) [music_assistant.audio.media_stream] [in#0 @ 0x558c42b8a200] Error opening input: Invalid data found when processing input
Error opening input file -.
Error opening input files: Invalid data found when processing input
2026-02-19 17:11:45.723 ERROR (MainThread) [music_assistant.streams] Error streaming QueueItem Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - Jubilate Domino omnis terra (spotify--tvdExRSa://track/0LBOxcyVLCt9L88O7IH4BE) to Wszystkie głośniki - will try to skip to next item
2026-02-19 17:11:45.724 WARNING (MainThread) [music_assistant.player_queues] Skipping unplayable item Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - Jubilate Domino omnis terra (spotify--tvdExRSa://track/0LBOxcyVLCt9L88O7IH4BE)
2026-02-19 17:11:46.655 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:46Z ERROR librespot_core::audio_key] error audio key 0 1
2026-02-19 17:11:46.712 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:46Z ERROR librespot_playback::player] Unable to read audio file: Passthrough Decoder Error: No Ogg capture pattern found
2026-02-19 17:11:47.592 WARNING (MainThread) [music_assistant.audio.media_stream] [in#0 @ 0x55cdecf2d200] Error opening input: Invalid data found when processing input
Error opening input file -.
Error opening input files: Invalid data found when processing input
2026-02-19 17:11:47.599 ERROR (MainThread) [music_assistant.streams] Error streaming QueueItem Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - Jubilate Domino omnis terra (spotify--tvdExRSa://track/0LBOxcyVLCt9L88O7IH4BE) to Wszystkie głośniki - will try to skip to next item
2026-02-19 17:11:52.054 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:52Z ERROR librespot_core::audio_key] error audio key 0 1
2026-02-19 17:11:52.114 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:52Z ERROR librespot_playback::player] Unable to read audio file: Passthrough Decoder Error: No Ogg capture pattern found
2026-02-19 17:11:53.924 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:53Z ERROR librespot_core::audio_key] error audio key 0 1
2026-02-19 17:11:53.989 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:53Z ERROR librespot_playback::player] Unable to read audio file: Passthrough Decoder Error: No Ogg capture pattern found
2026-02-19 17:11:56.717 WARNING (MainThread) [music_assistant.audio.media_stream] [in#0 @ 0x5638ddc93200] Error opening input: Invalid data found when processing input
Error opening input file -.
Error opening input files: Invalid data found when processing input
2026-02-19 17:11:56.725 ERROR (MainThread) [music_assistant.streams] Error streaming QueueItem Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - O magnum misterium (spotify--tvdExRSa://track/5VWFaHcXB6ttMyM1ZzMEpA) to Wszystkie głośniki - will try to skip to next item
2026-02-19 17:12:02.119 WARNING (MainThread) [music_assistant.audio.media_stream] [in#0 @ 0x560b46805200] Error opening input: Invalid data found when processing input
Error opening input file -.
Error opening input files: Invalid data found when processing input
2026-02-19 17:12:02.126 ERROR (MainThread) [music_assistant.streams] Error streaming QueueItem Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - Cum Sancto Spiritu (spotify--tvdExRSa://track/2g6CxS8wz7zd2MA98e4zFr) to Wszystkie głośniki - will try to skip to next item
2026-02-19 17:12:03.994 WARNING (MainThread) [music_assistant.audio.media_stream] [in#0 @ 0x563f9bae1200] Error opening input: Invalid data found when processing input
Error opening input file -.
Error opening input files: Invalid data found when processing input
2026-02-19 17:12:04.006 ERROR (MainThread) [music_assistant.streams] Error streaming QueueItem Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - Deliver me, o Lord (spotify--tvdExRSa://track/4ZHL1D0XCmSxslnwo08MYo) to Wszystkie głośniki - will try to skip to next item```
<!-- gh-comment-id:3928289297 --> @lbrzeczek commented on GitHub (Feb 19, 2026): I have the same problem. The new installation looks fine in theory, but I haven't been able to play a single song... :( ```2026-02-19 17:08:54.279 INFO (MainThread) [aiosendspin.server.client.ma_jj9kcdzbwg] Client disconnected 2026-02-19 17:08:54.280 INFO (MainThread) [music_assistant.players] Player unavailable: Web (Chrome on Windows) 2026-02-19 17:09:01.864 WARNING (MainThread) [aiorun] Stopping the loop 2026-02-19 17:09:01.864 INFO (MainThread) [aiorun] Entering shutdown phase. 2026-02-19 17:09:01.865 INFO (MainThread) [aiorun] Executing provided shutdown_callback. 2026-02-19 17:09:01.865 INFO (MainThread) [root] shutdown requested! 2026-02-19 17:09:01.865 INFO (MainThread) [music_assistant] Stop called, cleaning up... 2026-02-19 17:09:01.874 INFO (MainThread) [music_assistant.players] Player unavailable: TV 2026-02-19 17:09:01.876 INFO (MainThread) [music_assistant.players] Player unavailable: Glosnik salon 2026-02-19 17:09:01.879 INFO (MainThread) [music_assistant.players] Player unavailable: Kuchnia 2026-02-19 17:09:01.881 INFO (MainThread) [music_assistant.players] Player unavailable: Wszystkie głośniki 2026-02-19 17:09:01.883 INFO (MainThread) [music_assistant.players] Player unavailable: Sypialnia 2026-02-19 17:09:01.930 INFO (MainThread) [aiorun] Cancelling pending tasks. 2026-02-19 17:09:01.930 INFO (MainThread) [aiorun] Running pending tasks till complete 2026-02-19 17:09:01.930 INFO (MainThread) [aiorun] Waiting for executor shutdown. 2026-02-19 17:09:01.936 INFO (MainThread) [aiorun] Shutting down async generators 2026-02-19 17:09:01.936 INFO (MainThread) [aiorun] Closing the loop. 2026-02-19 17:09:01.937 INFO (MainThread) [aiorun] Leaving. Bye! 2026-02-19 17:09:08.199 INFO (MainThread) [music_assistant] Starting Music Assistant Server (2251e576a2824401a49ecd0713c3b431) version 2.7.8 - HA add-on: True - Safe mode: False 2026-02-19 17:09:08.210 INFO (MainThread) [music_assistant.cache] Initializing cache controller... 2026-02-19 17:09:08.331 INFO (MainThread) [ffmpeg] Detected ffmpeg version 7.1.2 with libsoxr support 2026-02-19 17:09:08.331 INFO (MainThread) [music_assistant.streams] ################################################################################ Starting streamserver on 192.168.100.234:8097 This is the IP address that is communicated to players. If this is incorrect, audio will not play! See the documentation how to configure the publish IP for the Streamserver in Settings --> Core modules --> Streamserver ################################################################################ 2026-02-19 17:09:08.403 INFO (MainThread) [music_assistant.auth] Authentication manager initialized (providers=1) 2026-02-19 17:09:08.407 INFO (MainThread) [music_assistant.webserver] ################################################################################ Webserver available on: http://192.168.100.234:8095 If this address is incorrect, see the documentation on how to configure the Webserver in Settings --> Core modules --> Webserver ################################################################################ 2026-02-19 17:09:08.446 INFO (MainThread) [music_assistant.webserver] WebSocket client authenticated as homeassistant_system 2026-02-19 17:09:10.929 INFO (MainThread) [music_assistant] Loaded metadata provider fanart.tv 2026-02-19 17:09:10.929 INFO (MainThread) [music_assistant] Loaded music provider Music Assistant 2026-02-19 17:09:10.929 INFO (MainThread) [music_assistant] Loaded metadata provider MusicBrainz 2026-02-19 17:09:10.930 INFO (MainThread) [music_assistant] Loaded metadata provider The Audio DB 2026-02-19 17:09:10.937 INFO (MainThread) [music_assistant] Loaded metadata provider LRCLIB 2026-02-19 17:09:10.971 INFO (MainThread) [music_assistant] Loaded player provider Chromecast 2026-02-19 17:09:10.976 INFO (MainThread) [music_assistant] Loaded player provider Sendspin 2026-02-19 17:09:10.976 INFO (MainThread) [music_assistant] Loaded plugin provider Home Assistant 2026-02-19 17:09:10.978 INFO (MainThread) [aiosendspin.server.server] Starting Sendspin server on port 8927 2026-02-19 17:09:11.002 INFO (MainThread) [aiosendspin.server.server] Sendspin server started successfully on 0.0.0.0:8927 2026-02-19 17:09:11.128 INFO (MainThread) [music_assistant.players] Player registered: 61767039-b4d2-ccb4-045e-38254ff749ec/Glosnik salon 2026-02-19 17:09:11.178 INFO (MainThread) [music_assistant] Loaded music provider RadioBrowser 2026-02-19 17:09:11.288 INFO (MainThread) [music_assistant.players] Player registered: c328ec98-7fa9-838e-7217-97212e466bd7/TV 2026-02-19 17:09:11.474 INFO (MainThread) [music_assistant.players] Player registered: 2ffde65f-e2d7-5fb6-d8a8-3f2b1f18bdbd/Kuchnia 2026-02-19 17:09:11.530 INFO (MainThread) [music_assistant.spotify] Successfully logged in to Spotify as L3b 2026-02-19 17:09:11.662 INFO (MainThread) [music_assistant.players] Player registered: e016d101-3889-432e-afed-3074e3945aef/Wszystkie głośniki 2026-02-19 17:09:11.766 INFO (MainThread) [music_assistant.players] Player registered: cf71eb9a-b525-534d-56b3-fa9762f68dfe/Sypialnia 2026-02-19 17:09:13.531 INFO (MainThread) [music_assistant] Loaded music provider Spotify 2026-02-19 17:11:16.717 INFO (MainThread) [aiosendspin.server.client.unknown-127.0.0.1] Connection established 2026-02-19 17:11:16.760 INFO (MainThread) [aiosendspin.models.core] client/hello message used deprecated field names (player_support), please update client to use (player@v1_support) instead 2026-02-19 17:11:16.760 INFO (MainThread) [aiosendspin.server.client.unknown-127.0.0.1] Received client/hello 2026-02-19 17:11:16.760 INFO (MainThread) [aiosendspin.server.client.unknown-127.0.0.1] Client ID set to ma_jj9kcdzbwg 2026-02-19 17:11:16.804 INFO (MainThread) [music_assistant.players] Player registered: ma_jj9kcdzbwg/Web (Chrome on Windows) 2026-02-19 17:11:18.141 INFO (MainThread) [music_assistant.player_queues] Fetching tracks to play for album Chór Uniwersytetu Bielsko-Bialskiego - przesłuchania konkursowe 2024 2026-02-19 17:11:19.183 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:19Z ERROR librespot_core::audio_key] error audio key 0 1 2026-02-19 17:11:19.242 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:19Z ERROR librespot_playback::player] Unable to read audio file: Passthrough Decoder Error: No Ogg capture pattern found 2026-02-19 17:11:29.249 WARNING (MainThread) [music_assistant.audio.media_stream] [in#0 @ 0x55e4f0b1b200] Error opening input: Invalid data found when processing input Error opening input file -. Error opening input files: Invalid data found when processing input 2026-02-19 17:11:29.262 ERROR (MainThread) [music_assistant.streams] Error streaming QueueItem Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - Stars (spotify--tvdExRSa://track/1xJD5xyZFqxxpwQm4jnXul) to Wszystkie głośniki - will try to skip to next item 2026-02-19 17:11:35.650 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:35Z ERROR librespot_core::audio_key] error audio key 0 1 2026-02-19 17:11:35.707 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:35Z ERROR librespot_playback::player] Unable to read audio file: Passthrough Decoder Error: No Ogg capture pattern found 2026-02-19 17:11:37.527 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:37Z ERROR librespot_core::audio_key] error audio key 0 1 2026-02-19 17:11:37.586 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:37Z ERROR librespot_playback::player] Unable to read audio file: Passthrough Decoder Error: No Ogg capture pattern found 2026-02-19 17:11:45.714 WARNING (MainThread) [music_assistant.audio.media_stream] [in#0 @ 0x558c42b8a200] Error opening input: Invalid data found when processing input Error opening input file -. Error opening input files: Invalid data found when processing input 2026-02-19 17:11:45.723 ERROR (MainThread) [music_assistant.streams] Error streaming QueueItem Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - Jubilate Domino omnis terra (spotify--tvdExRSa://track/0LBOxcyVLCt9L88O7IH4BE) to Wszystkie głośniki - will try to skip to next item 2026-02-19 17:11:45.724 WARNING (MainThread) [music_assistant.player_queues] Skipping unplayable item Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - Jubilate Domino omnis terra (spotify--tvdExRSa://track/0LBOxcyVLCt9L88O7IH4BE) 2026-02-19 17:11:46.655 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:46Z ERROR librespot_core::audio_key] error audio key 0 1 2026-02-19 17:11:46.712 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:46Z ERROR librespot_playback::player] Unable to read audio file: Passthrough Decoder Error: No Ogg capture pattern found 2026-02-19 17:11:47.592 WARNING (MainThread) [music_assistant.audio.media_stream] [in#0 @ 0x55cdecf2d200] Error opening input: Invalid data found when processing input Error opening input file -. Error opening input files: Invalid data found when processing input 2026-02-19 17:11:47.599 ERROR (MainThread) [music_assistant.streams] Error streaming QueueItem Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - Jubilate Domino omnis terra (spotify--tvdExRSa://track/0LBOxcyVLCt9L88O7IH4BE) to Wszystkie głośniki - will try to skip to next item 2026-02-19 17:11:52.054 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:52Z ERROR librespot_core::audio_key] error audio key 0 1 2026-02-19 17:11:52.114 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:52Z ERROR librespot_playback::player] Unable to read audio file: Passthrough Decoder Error: No Ogg capture pattern found 2026-02-19 17:11:53.924 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:53Z ERROR librespot_core::audio_key] error audio key 0 1 2026-02-19 17:11:53.989 WARNING (MainThread) [music_assistant.spotify] [librespot] [2026-02-19T16:11:53Z ERROR librespot_playback::player] Unable to read audio file: Passthrough Decoder Error: No Ogg capture pattern found 2026-02-19 17:11:56.717 WARNING (MainThread) [music_assistant.audio.media_stream] [in#0 @ 0x5638ddc93200] Error opening input: Invalid data found when processing input Error opening input file -. Error opening input files: Invalid data found when processing input 2026-02-19 17:11:56.725 ERROR (MainThread) [music_assistant.streams] Error streaming QueueItem Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - O magnum misterium (spotify--tvdExRSa://track/5VWFaHcXB6ttMyM1ZzMEpA) to Wszystkie głośniki - will try to skip to next item 2026-02-19 17:12:02.119 WARNING (MainThread) [music_assistant.audio.media_stream] [in#0 @ 0x560b46805200] Error opening input: Invalid data found when processing input Error opening input file -. Error opening input files: Invalid data found when processing input 2026-02-19 17:12:02.126 ERROR (MainThread) [music_assistant.streams] Error streaming QueueItem Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - Cum Sancto Spiritu (spotify--tvdExRSa://track/2g6CxS8wz7zd2MA98e4zFr) to Wszystkie głośniki - will try to skip to next item 2026-02-19 17:12:03.994 WARNING (MainThread) [music_assistant.audio.media_stream] [in#0 @ 0x563f9bae1200] Error opening input: Invalid data found when processing input Error opening input file -. Error opening input files: Invalid data found when processing input 2026-02-19 17:12:04.006 ERROR (MainThread) [music_assistant.streams] Error streaming QueueItem Grand Prix Polskiej Chóralistyki/University of Bielsko-Biala Choir - Deliver me, o Lord (spotify--tvdExRSa://track/4ZHL1D0XCmSxslnwo08MYo) to Wszystkie głośniki - will try to skip to next item```
Author
Owner

@mijofa commented on GitHub (Feb 21, 2026):

I only just recently (3 days ago) created a Spotify account, and am having this issue all the time, making Librespot impossible to use, ever.
My partner, who's had her account for ~6+ yrs is not having any issues... same Librespot installation/etc.

<!-- gh-comment-id:3938666467 --> @mijofa commented on GitHub (Feb 21, 2026): I only just recently (3 days ago) created a Spotify account, and am having this issue all the time, making Librespot impossible to use, ever. My partner, who's had her account for ~6+ yrs is not having any issues... same Librespot installation/etc.
Author
Owner

@nicolaheile commented on GitHub (Feb 21, 2026):

But with the Sonos speaker there are no issues. It seems that Spotify doesn't break everything. I have an very old Sonos roam still working while librespot works only on old accounts.

<!-- gh-comment-id:3938712280 --> @nicolaheile commented on GitHub (Feb 21, 2026): But with the Sonos speaker there are no issues. It seems that Spotify doesn't break everything. I have an very old Sonos roam still working while librespot works only on old accounts.
Author
Owner

@st4hli commented on GitHub (Feb 25, 2026):

That's a real dealbreaker for new accounts and will be for the whole librespot project soon (if no one finds a solution). Spotify is kicking out the whole open source community by this move.

<!-- gh-comment-id:3961480650 --> @st4hli commented on GitHub (Feb 25, 2026): That's a real dealbreaker for new accounts and will be for the whole librespot project soon (if no one finds a solution). Spotify is kicking out the whole open source community by this move.
Author
Owner

@Ririshi commented on GitHub (Feb 25, 2026):

I just made this issue: https://github.com/kraxarn/spotify-qt/issues/317

The underlying librespot issue that is making the bug show up in spotify-qt may be related? I attached some librespot logs there. I seem to be getting these messages every now and then:

[2026-02-25T20:26:51Z ERROR librespot_core::audio_key] Audio key response timeout
[2026-02-25T20:26:51Z WARN  librespot_playback::player] Unable to load key, continuing without decryption: Operation aborted { audio key response timeout }
[2026-02-25T20:26:58Z WARN  librespot_connect::state::context] couldn't load context info because: context is not available. type: Default
[21:27:05] [err] [2026-02-25T20:27:05Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream

My account is older but I have switched billing a few times so I don't know if that has changed anything. Either way, it's working most of the time, but randomly stops sometimes.

<!-- gh-comment-id:3962108463 --> @Ririshi commented on GitHub (Feb 25, 2026): I just made this issue: https://github.com/kraxarn/spotify-qt/issues/317 The underlying librespot issue that is making the bug show up in spotify-qt may be related? I attached some librespot logs there. I seem to be getting these messages every now and then: ``` [2026-02-25T20:26:51Z ERROR librespot_core::audio_key] Audio key response timeout [2026-02-25T20:26:51Z WARN librespot_playback::player] Unable to load key, continuing without decryption: Operation aborted { audio key response timeout } [2026-02-25T20:26:58Z WARN librespot_connect::state::context] couldn't load context info because: context is not available. type: Default [21:27:05] [err] [2026-02-25T20:27:05Z ERROR librespot_playback::player] Unable to read audio file: Symphonia Decoder Error: end of stream ``` My account is older but I have switched billing a few times so I don't know if that has changed anything. Either way, it's working most of the time, but randomly stops sometimes.
Author
Owner

@kingosticks commented on GitHub (Feb 25, 2026):

I find it strange this would be inconsistent. Do you have a debug log when it's intermittent? Do you see Access Point connection issues in the logs, resulting in re-connections?

Can you answer that one ?

<!-- gh-comment-id:3962469914 --> @kingosticks commented on GitHub (Feb 25, 2026): > I find it strange this would be inconsistent. Do you have a debug log when it's intermittent? Do you see Access Point connection issues in the logs, resulting in re-connections? Can you answer that one ?
Author
Owner

@Ririshi commented on GitHub (Feb 26, 2026):

I can certainly look at that. When you speak of AP disconnections, do you mean my local network, or do you mean a spotty connection to the Spotify servers? I posted a debug log of it happening on the issue I linked in my previous comment, does that clarify anything?

<!-- gh-comment-id:3968340431 --> @Ririshi commented on GitHub (Feb 26, 2026): I can certainly look at that. When you speak of AP disconnections, do you mean my local network, or do you mean a spotty connection to the Spotify servers? I posted a debug log of it happening on the issue I linked in my previous comment, does that clarify anything?
Author
Owner

@kingosticks commented on GitHub (Feb 26, 2026):

I mean a disconnect from the Spotify Access Point that results in librespot having to reconnect to an access point. You log is too small a snippet to show the AP changing between the audo key request working and not working. Prefer entire logs, not snippets.

<!-- gh-comment-id:3968631554 --> @kingosticks commented on GitHub (Feb 26, 2026): I mean a disconnect from the Spotify Access Point that results in librespot having to reconnect to an access point. You log is too small a snippet to show the AP changing between the audo key request working and not working. Prefer entire logs, not snippets.
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/librespot#752
No description provided.