[GH-ISSUE #812] Getting Error: Dropping OutputStream, audio playing through this stream will stop #1417

Closed
opened 2026-03-14 14:51:27 +03:00 by kerem · 3 comments
Owner

Originally created by @ecabigting on GitHub (Aug 25, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/812

Describe the bug
Launch spotify_player getting this error:

Image

To Reproduce
Installed spotify_player with either of these:

cargo install --git https://github.com/aome510/spotify-player.git --features image                                                                       
cargo install --git https://github.com/aome510/spotify-player.git --no-default-features --features pulseaudio-backend,streaming,media-control,fzf,notify 
cargo install --git https://github.com/aome510/spotify-player.git --features pulseaudio-backend,media-control,fzf,notify                                 
cargo install --git https://github.com/aome510/spotify-player.git --features media-control,fzf,notify    

Expected behaviour
run spotify_player

Log and backtrace
Log and backtrace of a run reproducing the bug to help debug the issue, which are usually located in $HOME/.cache/spotify-player/.

Log:

2025-08-25T14:30:34.723373Z  INFO spotify_player: Configurations: Configs { app_config: AppConfig { theme: "tokyonight", client_id: Some("81ea7////  }
2025-08-25T14:30:34.723521Z  INFO spotify_player::state::data: Loading Playlists data from /home/user001/.cache/spotify-player/Playlists_cache.json...
2025-08-25T14:30:34.723572Z  INFO spotify_player::state::data: Successfully loaded Playlists data!
2025-08-25T14:30:34.723579Z  INFO spotify_player::state::data: Loading FollowedArtists data from /home/user001/.cache/spotify-player/FollowedArtists_cache.json...
2025-08-25T14:30:34.723608Z  INFO spotify_player::state::data: Successfully loaded FollowedArtists data!
2025-08-25T14:30:34.723612Z  INFO spotify_player::state::data: Loading SavedShows data from /home/user001/.cache/spotify-player/SavedShows_cache.json...
2025-08-25T14:30:34.723624Z  INFO spotify_player::state::data: Successfully loaded SavedShows data!
2025-08-25T14:30:34.723628Z  INFO spotify_player::state::data: Loading SavedAlbums data from /home/user001/.cache/spotify-player/SavedAlbums_cache.json...
2025-08-25T14:30:34.723644Z  INFO spotify_player::state::data: Successfully loaded SavedAlbums data!
2025-08-25T14:30:34.723648Z  INFO spotify_player::state::data: Loading SavedTracks data from /home/user001/.cache/spotify-player/SavedTracks_cache.json...
2025-08-25T14:30:34.723655Z  INFO spotify_player::state::data: Successfully loaded SavedTracks data!
2025-08-25T14:30:34.763923Z  INFO spotify_player::auth: Using cached credentials
2025-08-25T14:30:34.763947Z  INFO spotify_player::streaming: Application's connect configurations: ConnectConfig { name: "sportify-on-Host", device_type: Speaker, is_group: false, initial_volume: 45875, disable_volume: false, volume_steps: 64 }
2025-08-25T14:30:34.763960Z  INFO librespot_playback::mixer::softmixer: Mixing with softvol and volume control: Log(60.0)    
2025-08-25T14:30:34.763981Z  INFO spotify_player::streaming: Initializing a new integrated player with device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e
2025-08-25T14:30:34.764046Z  INFO spotify_player::streaming: Starting an integrated Spotify player using librespot's spirc protocol
2025-08-25T14:30:34.764085Z  INFO librespot_playback::convert: Converting with ditherer: tpdf    
2025-08-25T14:30:34.764105Z  INFO librespot_playback::audio_backend::rodio: Using Rodio sink with format S16 and cpal host: ALSA    
2025-08-25T14:30:34.764111Z  INFO librespot_playback::audio_backend::rodio: Using audio device: default    
2025-08-25T14:30:35.477877Z  WARN librespot_core::apresolve: Failed to resolve all access points, using fallbacks    
2025-08-25T14:30:35.477900Z  WARN librespot_core::apresolve: Resolve access points error: Service unavailable { client error (Connect) }    
2025-08-25T14:30:35.477908Z  INFO librespot_core::session: Connecting to AP "ap.spotify.com:443"    
2025-08-25T14:30:36.011577Z  INFO librespot_core::session: Authenticated as 'n49bkwboh6n' !    
2025-08-25T14:30:36.011671Z  INFO librespot_core::session: Country: "US"    
2025-08-25T14:30:36.740374Z  INFO spotify_player::streaming: New streaming connection has been established!
2025-08-25T14:30:36.740398Z  INFO spotify_player::client: Used a new session for Spotify client.
2025-08-25T14:30:36.740404Z  INFO spotify_player::token: Getting a new authentication token...
2025-08-25T14:30:36.740418Z  INFO spotify_player::token: Got new token: Token { access_token: "xnfHC////VmmDHA", expires_in: TimeDelta { secs: 3600, nanos: 0 }, expires_at: Some(2025-08-25T15:30:36.740417556Z), refresh_token: None, scopes: {} }
2025-08-25T14:30:36.740491Z  INFO spotify_player: Starting a client socket at 127.0.0.1:8080
2025-08-25T14:30:36.740636Z  WARN librespot_core::apresolve: Failed to resolve all access points, using fallbacks    
2025-08-25T14:30:36.740644Z  WARN librespot_core::apresolve: Resolve access points error: Service unavailable { client error (Connect) }    
2025-08-25T14:30:36.740877Z  INFO spotify_player::media_control: Initializing application's media control event watcher...
2025-08-25T14:30:37.390729Z  INFO client_request{request=GetCurrentUser}: spotify_player::client: Successfully handled the client request, took: 650ms
2025-08-25T14:30:37.391913Z  INFO client_request{request=GetUserSavedTracks}: spotify_player::client: Successfully handled the client request, took: 651ms
2025-08-25T14:30:37.545085Z  INFO client_request{request=GetUserSavedShows}: spotify_player::client: Successfully handled the client request, took: 804ms
2025-08-25T14:30:37.621094Z  INFO client_request{request=GetUserPlaylists}: spotify_player::client: Successfully handled the client request, took: 880ms
2025-08-25T14:30:37.799078Z  INFO client_request{request=GetUserSavedAlbums}: spotify_player::client: Successfully handled the client request, took: 1058ms
2025-08-25T14:30:38.283788Z  INFO client_request{request=GetUserFollowedArtists}: spotify_player::client: Successfully handled the client request, took: 1543ms
2025-08-25T14:30:38.529665Z  INFO spotify_player::client: Available devices: []
2025-08-25T14:30:38.529689Z  INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e)
2025-08-25T14:30:38.529821Z  INFO spotify_player::client: Available devices: []
2025-08-25T14:30:38.529840Z  INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e)
2025-08-25T14:30:38.934062Z  WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found
2025-08-25T14:30:38.964368Z  WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found
2025-08-25T14:30:39.109731Z ERROR librespot_connect::spirc: starting dealer failed: Invalid state { Websocket couldn't be started because: Unknown error { No route to host (os error 113) } }    
2025-08-25T14:30:40.239057Z  INFO spotify_player::client: Available devices: []
2025-08-25T14:30:40.239082Z  INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e)
2025-08-25T14:30:40.270632Z  INFO spotify_player::client: Available devices: []
2025-08-25T14:30:40.270642Z  INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e)
2025-08-25T14:30:40.646328Z  WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found
2025-08-25T14:30:40.679492Z  WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found
2025-08-25T14:30:41.947514Z  INFO spotify_player::client: Available devices: []
2025-08-25T14:30:41.947561Z  INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e)
2025-08-25T14:30:41.985679Z  INFO spotify_player::client: Available devices: []
2025-08-25T14:30:41.985699Z  INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e)
2025-08-25T14:30:42.345955Z  WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found
2025-08-25T14:30:42.381143Z  WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found
2025-08-25T14:30:43.649166Z  INFO spotify_player::client: Available devices: []
2025-08-25T14:30:43.649189Z  INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e)
2025-08-25T14:30:43.683437Z  INFO spotify_player::client: Available devices: []
2025-08-25T14:30:43.683459Z  INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e)
2025-08-25T14:30:44.050335Z  WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found
2025-08-25T14:30:44.082810Z  WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found
2025-08-25T14:30:45.361206Z  INFO spotify_player::client: Available devices: []
2025-08-25T14:30:45.361230Z  INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e)
2025-08-25T14:30:45.393088Z  INFO spotify_player::client: Available devices: []
2025-08-25T14:30:45.393107Z  INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e)
2025-08-25T14:30:45.759281Z  WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found
2025-08-25T14:30:45.792284Z  WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found

.backtrace is empty

Please refer to this URL for more details.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment

  • OS: Arch linux 6.16.3-arch1-1
  • Application version: 0.20.7
  • Application features: if applicable, provide cargo features used to build spotify_player

Additional context

Originally created by @ecabigting on GitHub (Aug 25, 2025). Original GitHub issue: https://github.com/aome510/spotify-player/issues/812 **Describe the bug** Launch `spotify_player` getting this error: <img width="692" height="45" alt="Image" src="https://github.com/user-attachments/assets/1c653fc0-06eb-4d2d-9a98-78d4f1b398d6" /> **To Reproduce** Installed `spotify_player` with either of these: ```bash cargo install --git https://github.com/aome510/spotify-player.git --features image cargo install --git https://github.com/aome510/spotify-player.git --no-default-features --features pulseaudio-backend,streaming,media-control,fzf,notify cargo install --git https://github.com/aome510/spotify-player.git --features pulseaudio-backend,media-control,fzf,notify cargo install --git https://github.com/aome510/spotify-player.git --features media-control,fzf,notify ``` **Expected behaviour** run spotify_player **Log and backtrace** Log and backtrace of a run reproducing the bug to help debug the issue, which are usually located in `$HOME/.cache/spotify-player/`. Log: ```bash 2025-08-25T14:30:34.723373Z INFO spotify_player: Configurations: Configs { app_config: AppConfig { theme: "tokyonight", client_id: Some("81ea7//// } 2025-08-25T14:30:34.723521Z INFO spotify_player::state::data: Loading Playlists data from /home/user001/.cache/spotify-player/Playlists_cache.json... 2025-08-25T14:30:34.723572Z INFO spotify_player::state::data: Successfully loaded Playlists data! 2025-08-25T14:30:34.723579Z INFO spotify_player::state::data: Loading FollowedArtists data from /home/user001/.cache/spotify-player/FollowedArtists_cache.json... 2025-08-25T14:30:34.723608Z INFO spotify_player::state::data: Successfully loaded FollowedArtists data! 2025-08-25T14:30:34.723612Z INFO spotify_player::state::data: Loading SavedShows data from /home/user001/.cache/spotify-player/SavedShows_cache.json... 2025-08-25T14:30:34.723624Z INFO spotify_player::state::data: Successfully loaded SavedShows data! 2025-08-25T14:30:34.723628Z INFO spotify_player::state::data: Loading SavedAlbums data from /home/user001/.cache/spotify-player/SavedAlbums_cache.json... 2025-08-25T14:30:34.723644Z INFO spotify_player::state::data: Successfully loaded SavedAlbums data! 2025-08-25T14:30:34.723648Z INFO spotify_player::state::data: Loading SavedTracks data from /home/user001/.cache/spotify-player/SavedTracks_cache.json... 2025-08-25T14:30:34.723655Z INFO spotify_player::state::data: Successfully loaded SavedTracks data! 2025-08-25T14:30:34.763923Z INFO spotify_player::auth: Using cached credentials 2025-08-25T14:30:34.763947Z INFO spotify_player::streaming: Application's connect configurations: ConnectConfig { name: "sportify-on-Host", device_type: Speaker, is_group: false, initial_volume: 45875, disable_volume: false, volume_steps: 64 } 2025-08-25T14:30:34.763960Z INFO librespot_playback::mixer::softmixer: Mixing with softvol and volume control: Log(60.0) 2025-08-25T14:30:34.763981Z INFO spotify_player::streaming: Initializing a new integrated player with device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e 2025-08-25T14:30:34.764046Z INFO spotify_player::streaming: Starting an integrated Spotify player using librespot's spirc protocol 2025-08-25T14:30:34.764085Z INFO librespot_playback::convert: Converting with ditherer: tpdf 2025-08-25T14:30:34.764105Z INFO librespot_playback::audio_backend::rodio: Using Rodio sink with format S16 and cpal host: ALSA 2025-08-25T14:30:34.764111Z INFO librespot_playback::audio_backend::rodio: Using audio device: default 2025-08-25T14:30:35.477877Z WARN librespot_core::apresolve: Failed to resolve all access points, using fallbacks 2025-08-25T14:30:35.477900Z WARN librespot_core::apresolve: Resolve access points error: Service unavailable { client error (Connect) } 2025-08-25T14:30:35.477908Z INFO librespot_core::session: Connecting to AP "ap.spotify.com:443" 2025-08-25T14:30:36.011577Z INFO librespot_core::session: Authenticated as 'n49bkwboh6n' ! 2025-08-25T14:30:36.011671Z INFO librespot_core::session: Country: "US" 2025-08-25T14:30:36.740374Z INFO spotify_player::streaming: New streaming connection has been established! 2025-08-25T14:30:36.740398Z INFO spotify_player::client: Used a new session for Spotify client. 2025-08-25T14:30:36.740404Z INFO spotify_player::token: Getting a new authentication token... 2025-08-25T14:30:36.740418Z INFO spotify_player::token: Got new token: Token { access_token: "xnfHC////VmmDHA", expires_in: TimeDelta { secs: 3600, nanos: 0 }, expires_at: Some(2025-08-25T15:30:36.740417556Z), refresh_token: None, scopes: {} } 2025-08-25T14:30:36.740491Z INFO spotify_player: Starting a client socket at 127.0.0.1:8080 2025-08-25T14:30:36.740636Z WARN librespot_core::apresolve: Failed to resolve all access points, using fallbacks 2025-08-25T14:30:36.740644Z WARN librespot_core::apresolve: Resolve access points error: Service unavailable { client error (Connect) } 2025-08-25T14:30:36.740877Z INFO spotify_player::media_control: Initializing application's media control event watcher... 2025-08-25T14:30:37.390729Z INFO client_request{request=GetCurrentUser}: spotify_player::client: Successfully handled the client request, took: 650ms 2025-08-25T14:30:37.391913Z INFO client_request{request=GetUserSavedTracks}: spotify_player::client: Successfully handled the client request, took: 651ms 2025-08-25T14:30:37.545085Z INFO client_request{request=GetUserSavedShows}: spotify_player::client: Successfully handled the client request, took: 804ms 2025-08-25T14:30:37.621094Z INFO client_request{request=GetUserPlaylists}: spotify_player::client: Successfully handled the client request, took: 880ms 2025-08-25T14:30:37.799078Z INFO client_request{request=GetUserSavedAlbums}: spotify_player::client: Successfully handled the client request, took: 1058ms 2025-08-25T14:30:38.283788Z INFO client_request{request=GetUserFollowedArtists}: spotify_player::client: Successfully handled the client request, took: 1543ms 2025-08-25T14:30:38.529665Z INFO spotify_player::client: Available devices: [] 2025-08-25T14:30:38.529689Z INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e) 2025-08-25T14:30:38.529821Z INFO spotify_player::client: Available devices: [] 2025-08-25T14:30:38.529840Z INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e) 2025-08-25T14:30:38.934062Z WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found 2025-08-25T14:30:38.964368Z WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found 2025-08-25T14:30:39.109731Z ERROR librespot_connect::spirc: starting dealer failed: Invalid state { Websocket couldn't be started because: Unknown error { No route to host (os error 113) } } 2025-08-25T14:30:40.239057Z INFO spotify_player::client: Available devices: [] 2025-08-25T14:30:40.239082Z INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e) 2025-08-25T14:30:40.270632Z INFO spotify_player::client: Available devices: [] 2025-08-25T14:30:40.270642Z INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e) 2025-08-25T14:30:40.646328Z WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found 2025-08-25T14:30:40.679492Z WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found 2025-08-25T14:30:41.947514Z INFO spotify_player::client: Available devices: [] 2025-08-25T14:30:41.947561Z INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e) 2025-08-25T14:30:41.985679Z INFO spotify_player::client: Available devices: [] 2025-08-25T14:30:41.985699Z INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e) 2025-08-25T14:30:42.345955Z WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found 2025-08-25T14:30:42.381143Z WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found 2025-08-25T14:30:43.649166Z INFO spotify_player::client: Available devices: [] 2025-08-25T14:30:43.649189Z INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e) 2025-08-25T14:30:43.683437Z INFO spotify_player::client: Available devices: [] 2025-08-25T14:30:43.683459Z INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e) 2025-08-25T14:30:44.050335Z WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found 2025-08-25T14:30:44.082810Z WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found 2025-08-25T14:30:45.361206Z INFO spotify_player::client: Available devices: [] 2025-08-25T14:30:45.361230Z INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e) 2025-08-25T14:30:45.393088Z INFO spotify_player::client: Available devices: [] 2025-08-25T14:30:45.393107Z INFO spotify_player::client: Trying to connect to device (id=707094ad-268d-4ed8-a4e4-de8e8aae114e) 2025-08-25T14:30:45.759281Z WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found 2025-08-25T14:30:45.792284Z WARN spotify_player::client: Connection failed (device_id=707094ad-268d-4ed8-a4e4-de8e8aae114e): http error: status code 404 Not Found ``` .backtrace is empty Please refer to [this URL](https://github.com/aome510/spotify-player?tab=readme-ov-file#logging) for more details. **Screenshots** If applicable, add screenshots to help explain your problem. **Environment** - OS: Arch linux 6.16.3-arch1-1 - Application version: 0.20.7 - Application features: if applicable, provide [cargo features](https://doc.rust-lang.org/cargo/reference/features.html) used to build `spotify_player` **Additional context**
kerem 2026-03-14 14:51:27 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@KUHLwasStolen commented on GitHub (Aug 25, 2025):

I also saw this message earlier today, but I didn't get it consistently.
I'll try out some stuff to see what exactly I need to do to reproduce this.

<!-- gh-comment-id:3220597934 --> @KUHLwasStolen commented on GitHub (Aug 25, 2025): I also saw this message earlier today, but I didn't get it consistently. I'll try out some stuff to see what exactly I need to do to reproduce this.
Author
Owner

@aome510 commented on GitHub (Aug 25, 2025):

2025-08-25T14:30:35.477877Z WARN librespot_core::apresolve: Failed to resolve all access points, using fallbacks
2025-08-25T14:30:35.477900Z WARN librespot_core::apresolve: Resolve access points error: Service unavailable { client error (Connect) }
...
2025-08-25T14:30:39.109731Z ERROR librespot_connect::spirc: starting dealer failed: Invalid state { Websocket couldn't be started because: Unknown error { No route to host (os error 113) } }

Possibly relevant error messages. Sound like a firewall/connection block issue. Might be worth to search for those errors in https://github.com/librespot-org/librespot/issues to see if anyone encounters similar issues before

<!-- gh-comment-id:3220619566 --> @aome510 commented on GitHub (Aug 25, 2025): > 2025-08-25T14:30:35.477877Z WARN librespot_core::apresolve: Failed to resolve all access points, using fallbacks > 2025-08-25T14:30:35.477900Z WARN librespot_core::apresolve: Resolve access points error: Service unavailable { client error (Connect) } > ... > 2025-08-25T14:30:39.109731Z ERROR librespot_connect::spirc: starting dealer failed: Invalid state { Websocket couldn't be started because: Unknown error { No route to host (os error 113) } } Possibly relevant error messages. Sound like a firewall/connection block issue. Might be worth to search for those errors in https://github.com/librespot-org/librespot/issues to see if anyone encounters similar issues before
Author
Owner

@ecabigting commented on GitHub (Aug 25, 2025):

WARN librespot_core::apresolve: Failed to resolve all access points, using fallbacks

Good catch. I looked on the librespot issues. No relevant issues so far. Specially 2025-08-25T14:30:39.109731Z ERROR librespot_connect::spirc: starting dealer failed: Invalid state { Websocket couldn't be started because: Unknown error { No route to host (os error 113) } } Ill prolly make one.

Thanks @aome510

<!-- gh-comment-id:3220706198 --> @ecabigting commented on GitHub (Aug 25, 2025): > WARN librespot_core::apresolve: Failed to resolve all access points, using fallbacks Good catch. I looked on the librespot issues. No relevant issues so far. Specially `2025-08-25T14:30:39.109731Z ERROR librespot_connect::spirc: starting dealer failed: Invalid state { Websocket couldn't be started because: Unknown error { No route to host (os error 113) } }` Ill prolly make one. Thanks @aome510
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#1417
No description provided.