C2w2 stuck infinite loop

Hi there,

I am stuck in infinite loop in exercise 2.

It seems that the pagination is not working. Not sure what the problem is. Or the offset is not passed to the response object. or its not retrieved well back.

the print(response.get(‘albums’).get(‘offset’)) returns 0 every time even when i call the endpoint_request with the updated offset in kwargs

Hello @Hennie,
Could you check in exercise 1 you are using the correct url (url=request_url). Thank you