Ic3Ninj4 / bwa-u3-jammming-prj

0 stars 0 forks source link

Spotify API #3

Open ghost opened 6 years ago

ghost commented 6 years ago

It looks like you're properly using the Spotify API to pull track information, but you're definitely not saving playlists to the Spotify account.

You may want to look into the files and lines pointed out in these error messages to diagnose the problem.

screen shot 2017-09-07 at 12 01 45 pm

hint: You should probably call Spotify.getAccessToken() then put the code below in a .then():

https://github.com/Ic3Ninj4/bwa-u3-jammming-prj/blob/master/Project%20Turn-in/src/util/Spotify.js#L94

Ic3Ninj4 commented 6 years ago

I'm confused as to why you are getting these errors. I tested out the code before I submitted and I did not get those errors and confirmed several times that I was saving a playlist into my Spotify account by logging in and making sure it was there after I hit the save button in the app.