Hello
No matter what I do in this Exercice 1 I get this output : {‘error’: {‘status’: 404, ‘message’: ‘Not Found’}}
Maybe the provided URL is broken ?
I have debug tested all the parameters of the functions for this cell and (the previous ones). I get my access token successfully. The code to replace seams very simple and straighforward with the hints gave in comments. I have no syntax errors…
I tried also to renew the secret from the API, delete and create again the spotify app connection, still the same result…
All is working properly except for this 404 error.
I managed to make it work once before by retrieving numerous playlist in JSON format but now it seems totally broken.
I think this problem may have occured following a change Spotify communicated today (2024 November 27th) 6h ago :
“We want to reiterate the main message from the blog that we’re committed to providing a safe and secure environment for all Spotify stakeholders. As such we have recently made some important changes related to access to some of our endpoints and functionality. You can read the details on the blog: Introducing some changes to our Web API | Spotify for Developers”
Web API endpoint integration
“Effective today, new Web API use cases will no longer be able to access or use the following endpoints and functionality in their third-party applications. Applications with existing extended mode Web API access that were relying on these endpoints remain unaffected by this change.”
Please check also this link about the get-featured-playlists :
https://developer.spotify.com/documentation/web-api/reference/get-featured-playlists
The status of Get Featured Playlists is “OAuth 2.0”,“Deprecated”
Can someone confirm this lab is still working as intended or is it really broken following this change ?
Your help would be greatly appreciated !
Thanks