welp, just had to logout of the app manually and log back in. Exiting and reopening the app did not work. Logout is under the blue “star” icon in the top right.
After turning on “Save Response” it did remove the error but I am not getting the desired output. In my case I am using a simple spotify web API to get audio features of a track. (using desktop agent of postman). Example - https://api.spotify.com/v1/audio-features?ids=4aTtHoSBB0CuQGA6vXBNyp when I run it for the first time I get the right required output(i.e features corresponding to this song id). But, when I enter a new song id, the output doesn’t change! It shows same old output for any new value of ids. Am I doing anything wrong?
Can you provide more details please, screenshots or a video showing what’s happening, it will make it easier to give a better answer to the problem you’re facing.
Can you provide more details please, screenshots or a video showing what’s happening, it will make it easier to give a better answer to the problem you’re facing.
Song1 ID - 6ytsH3HsHxz3TYVOiaBSA7
Song2 ID - 4S3aU06ISAWFb0hIdZ4WL8 @danny-dainton
Both pics are taken after sending the GET request. You can see that pic 1 and pic 2 have same output even though the GET request has 2 different song IDs.