Skip to content

v1.0.206

Choose a tag to compare

@thlucas1 thlucas1 released this 21 Jul 17:43

[ 1.0.206 ] - 2026/07/21

  • Updated spotifywebapipython package requirement to spotifywebapipython>=1.0.276. Updated MakeRequest logic to check for 401 - Access token missing errors 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 update method to retrieve basic playlist details via the GetPlaylist call. This was causing slow responses for playlists that contain a lot if items, when only basic playlist details are needed.
  • Updated get_playlist service to support the new exclude_items argument.