Hello @T_Goldson,
Do you get offset 0 in paginated_featured_playlists after each iteration? Could you check in the exercise 1 get_featured_playlists, you need to set url=request_url when you Perform a GET request using the request_url and headers
Hello @T_Goldson ,
Sorry for the incovenience, I can see the lab is working properly but make sure you have the correct outputs and saved the notebook before you run the last cell to be graded.
@juandevprojects,
I am using my old developer ID/secret and the offset is working fine. If your offset is not increasing when you use paginated_featured_playlists .The issue must be in exercise 1 get_featured_playlists function check the output of playlists_response: the next field should be a url and previous is None(the other way around with last_playlists_response). Then it goes from offset to offset +limit with each next_playlists_response.