mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #667] Failure to authenticate (first connection) - tried too many access points #1324
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1324
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @qnicoud on GitHub (Jan 16, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/667
Issue description
While attempting to launch the application for the first time, after having installed it via yay (and checked dependencies), the application fails to authenticate with error :
To Reproduce
Install & launch :
Follow up the provided link, authenticate on the official web interface and then go back to terminal as prompted.
This happens even if I tried to execute spotify_player authenticate beforehand. In this particular case, the commands output no additional log in STDOUT & the exit code is 0:
However, running spotify_player afterwards yields the same behavior as described above.
Expected behaviour
I guess a successfull authentication message (never got here yet 😆 )
Log and backtrace
Removed the first line with the loaded config info
Trying to ping those URL gives an answer but I have indeed a timeout with curl.
Environment
Additional context
Nothing to report
@aome510 commented on GitHub (Jan 17, 2025):
Sounds like there is some issue with your network setup. I found this thread which might be helpful for you.
@qnicoud commented on GitHub (Jan 17, 2025):
Oooh you are right!
I had totally forgotten I still had a local DNS server running with pihole!
It seems it could not resolve/reach the URLs used to fetch the credentials.
I temporarily removed it with :
Checked the conf is properly reloaded in /etc/resolv.conf
And that was it ! I'll have to look into pihole to figure out why it couldn't resolve/reach these URLs though.
Thanks a lot !