hrkfdn / ncspot

Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timed out reading response

PrebenL opened this issue · comments

Describe the bug
Seems like information is not getting fetched from the spotify api, lots of timeouts in debug log:

[2024-03-29][15:44:00] [ncspot::spotify_api] [DEBUG] http error: Transport(Transport { kind: Io, message: None, url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("api.spotify.com")), port: None, path: "/v1/me/tracks", query: Some("market=from_token&limit=50&offset=0"), fragment: None }), source: Some(Custom { kind: TimedOut, error: "timed out reading response" }) })

Credentials are checked and correct. No connectivity issues either.

To Reproduce
Steps to reproduce the behavior:

  1. Start ncspot-bin

Expected behavior
Working normally, and succesfully loading playlists/tracks/etc/..

Screenshots
Mar29::155128

System (please complete the following information):

  • OS: Linux
  • Terminal: Alacritty
  • Version: 1.1.0-1
  • Installed from: AUR

Backtrace/Debug log
backtrace.log

Additional context
Add any other context about the problem here.

experiencing this same issue, on latest linux mint, kitty terminal, installed through cargo, both release version and latest git commit

Can anyone at least reply if this a known issue?

Turns out, my system was preferring ipv6 connections instead of ipv4 which solved my issue.

confirmed that the issue is the same here.
I feel like it's still a bug that connection fails if no ipv6 connection can be made, but ipv4 would work.