v1.0.206
[ 1.0.206 ] - 2026/07/21
- Updated
spotifywebapipythonpackage requirement tospotifywebapipython>=1.0.276. UpdatedMakeRequestlogic to check for401 - Access token missingerrors in the Spotify Web API response. Spotify made some sort of change in their API that is not recognizing a valid access token that is passed! The same request can be passed through after a slight delay successfully, which indicates it's a problem on the Spotify side. This logic will retry the request a few times in a row, before giving up. - Updated
updatemethod to retrieve basic playlist details via theGetPlaylistcall. This was causing slow responses for playlists that contain a lot if items, when only basic playlist details are needed. - Updated
get_playlistservice to support the newexclude_itemsargument.