Hi just finish the project but I am not getting authenticated on Spotify.
When I inspect the page I get this error:
Couldn’t find authed_user when parsing the JSON for PasswordVault Field Checker.
Hey, just one last try: Can you post the code with the corrections you did yesterday here, too? Let’s check if you missed a correction or if that code works on my end.
I recommend that you go back to your post from yesterday: When you corrected the formatting, you forgot to edit your sensitive accessToken it seems…
Ok, I try that, but with my own client id. Please remove yours from this post (and from the one from yesterday. That is sensitive data and should not be exposed publicly.
ok, I followed the video and create an account then created an app, then change the redirect to localhost. do I need to do anything else like create a token manually?
I think the client secret is generated by Spotify. You should see it when you click show ‘client secret’. Nothing you need in the app.
Looking at the error message: Maybe you did not authorize your computer to use the saved Spotify password for this app? I assume that has something to do with the security settings on your computer.
It may be then one of the other files like search
I don’t know how to authorize my computer the password is saved I go strait on the website so the password must be saved.
There is something odd, because there should not be a file named password-vault-file-checker.js. I wonder why there is a log from that file in your console.
What does your package.js look like?
Did you install the app by downloading it from Codecademy and then running ‘npm install’?