foo_spotify icon indicating copy to clipboard operation
foo_spotify copied to clipboard

issues logging in with WebAPI

Open alnmy opened this issue 3 years ago • 1 comments

i can login using libspotify however when i try login with webapi, i get foo_spotify failed to authenticate! Error: Open failed

i see a ?code= parameter thing in the url, so i'm guessing that's what's needed to login with webapi
is it possible to maybe like login manually or something? ( i see %appdata%\foobar2000\foo_spotify\ls\settings exists )

alnmy avatar May 29 '21 12:05 alnmy

Taken from this thread: https://hydrogenaud.io/index.php?PHPSESSID=nbrhjf579a0gkb38j4mibian00&topic=119972.100

Don't know how long this will last but adding the following to the host file fixed for me.

# apresolve.spotify.com has replaced ap.gslb.spotify.com, but the libspotify has
# the FQDN hard-coded; hence this attempt to alias "ap" to one of the host listed
# from apresolve
35.190.242.176     ap.gslb.spotify.com # gew1-accesspoint-a-dfff.ap.spotify.com

DeathWrench avatar Jun 29 '21 18:06 DeathWrench