aaronauyoong / afflatus-music

Afflatus Music is a web application that allows users to listen to music, view their Spotify playlists, and share them as posts with other users.
https://afflatus-music.herokuapp.com/
1 stars 0 forks source link

Get Playlist is being rejected by Spotify's API (Frontend) #3

Closed aaronauyoong closed 3 years ago

aaronauyoong commented 3 years ago

Error 400 code appears when attempting to retrieve list of user's public playlists from Spotify. Need to revise SpotifyGetPlaylist.js and review Spotify's API documentation.

Possible useful links to help with debugging: https://www.youtube.com/watch?v=dGFUQf5pcpk&t=612s&ab_channel=CarmelleCodes

aaronauyoong commented 3 years ago

Solved issue - playlists are now being extracted with each fetch call, and displaying as intended on the console.