PSSpotify icon indicating copy to clipboard operation
PSSpotify copied to clipboard

Connect-Spotify Unable to Redirect

Open backlash52 opened this issue 7 years ago • 1 comments

Hi there, love your code and gave it my best shot combing it through it to see the error. It looks like it may not be passing any properties correctly the the redirect URI under the Connect-Spotify process. As a result im getting bad page requests after submitting my username and password. It never shows the auth screen for me to confirm it can have access and there never connects and/or gets a token. let me know if im doing anything wrong.

Also, i noticed the strings file the system is pulling from and referencing is empty. not sure if that's intentional or not.

backlash52 avatar Aug 18 '17 16:08 backlash52

Hey Backlash,

It should be working fine. The RedirectURI is defaulted to https://localhost:8001, so make sure that is set in your Spotify dev portal. Of course you can use your own if you wish.

FYI, I just made a massive update to the code base before a conference at expertslive. A lot of updates you might like.

rdbartram avatar Aug 21 '17 22:08 rdbartram