Hello,
Whenever I am trying to request the url using offset greater than 0, it always response that the request url with offset 0. I think it is a bug on Spotify side. I am unable to complete the lab.
Can someone please help me out?
Thanks
Hello,
Whenever I am trying to request the url using offset greater than 0, it always response that the request url with offset 0. I think it is a bug on Spotify side. I am unable to complete the lab.
Can someone please help me out?
Thanks
Hello @Md_Rashidul_Hasan,
Could you check Exercise 1 when you Perform a get() request using the request_url and headers
you used the correct url= request_url
. Thank you
Yes, I was using wrong url. It worked when I used url = request_url
. Thank you very much!