The problem happen at this line where it is not able to get the next value “”"
next_page = response.get(‘albums’).get(‘next’) “”" Therefore I’m getting into an infinate loop where it will keep printing URLs
Hello @Ammaro,
Could you check in Exercise 1 get_new_releases when you perform a get() request using the request_url and headers you use the correct url (url=request_url). Thank you
get_new_releases
thanks you so much Mr @Georgios . it works now.