Open ssbarnea opened 5 years ago
Hi @ssbarnea !
I've stumbled upon the same problem just now. I was trying to setup BitBar with spotctl and wasn't able to login. Same problem with Spotify redirecting to -> localhost.
Reading through the code before cloning the repo to build locally I've came across this line of code and a light appears 💡:
And then I realised I was doing it wrong.
So the process is:
spotctl login
, it will generate the login link and start a local server at the port 10028 to check the response;After this everything was working as expected, and the best part: I didn't have to clone and build and anything.
Hope this helps.
try to close your Spotify app, this worked for me.
I still get "Missing required parameter: client_id" when I click on the URL
After installing spotctl and clicking the url given by
spotctl devices
(or login) i was redirected by spotify website to a local URLhttp://localhost:10028/callback?code=...
but there is nothing running locally on that port.And to be clear, I have no proxy configured in the browser. Any ideas?