You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing spotctl and clicking the url given by spotctl devices (or login) i was redirected by spotify website to a local URL http://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?
The text was updated successfully, but these errors were encountered:
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:
Run spotctl login, it will generate the login link and start a local server at the port 10028 to check the response;
Do the oAuth at Spotify with the generated URL;
You'll receive a confirmation message at your browser and your terminal communicating the successful login.
After this everything was working as expected, and the best part: I didn't have to clone and build and anything.
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?
The text was updated successfully, but these errors were encountered: