<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HTTPError: 403 Client Error: Forbidden for url: &amp;lt;PLAYLISTID&amp;gt;/tracks?position=0 in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/HTTPError-403-Client-Error-Forbidden-for-url-lt-PLAYLISTID-gt/m-p/5915205#M12922</link>
    <description>&lt;P&gt;Hi, I have the same issue but the upgrade didn't fix it - any ideas ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ERROR&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;spotipy.client&lt;/SPAN&gt;&lt;SPAN&gt;:HTTP &lt;/SPAN&gt;&lt;SPAN&gt;Error&lt;/SPAN&gt;&lt;SPAN&gt; for POST to &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://api.spotify.com/v1/playlists/" target="_blank"&gt;https://api.spotify.com/v1/playlists/&lt;/A&gt;&amp;lt;PLAYLISTID&amp;gt;/tracks&lt;/SPAN&gt;&lt;SPAN&gt; with Params: {&lt;/SPAN&gt;&lt;SPAN&gt;'position'&lt;/SPAN&gt;&lt;SPAN&gt;: None} returned &lt;/SPAN&gt;&lt;SPAN&gt;403&lt;/SPAN&gt;&lt;SPAN&gt; due to Insufficient client scope.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ERROR&lt;/SPAN&gt;&lt;SPAN&gt;:root:Spotify API error in /saveRecommendations: http status: &lt;/SPAN&gt;&lt;SPAN&gt;403&lt;/SPAN&gt;&lt;SPAN&gt;, code:-&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt; - &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://api.spotify.com/v1/playlists/" target="_blank"&gt;https://api.spotify.com/v1/playlists/&lt;/A&gt;&amp;lt;PLAYLISTID&amp;gt;/tracks&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Insufficient client scope., reason: None&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 29 Feb 2024 13:52:37 GMT</pubDate>
    <dc:creator>Lkole</dc:creator>
    <dc:date>2024-02-29T13:52:37Z</dc:date>
    <item>
      <title>HTTPError: 403 Client Error: Forbidden for url: &lt;PLAYLISTID&gt;/tracks?position=0</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/HTTPError-403-Client-Error-Forbidden-for-url-lt-PLAYLISTID-gt/m-p/5914238#M12909</link>
      <description>&lt;P&gt;My Python script that uses Spotipy stopped working yesterday after working fine for months.&lt;BR /&gt;&lt;BR /&gt;The full error message is...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;HTTP Error for POST to https://api.spotify.com/v1/playlists/&amp;lt;PLAYLISTID&amp;gt;/tracks with Params: {'position': 0} returned 403 due to Insufficient client scope.&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "C:\Program Files\Python310\lib\site-packages\spotipy\client.py", line 245, in _internal_call&lt;BR /&gt;response.raise_for_status()&lt;BR /&gt;File "C:\Program Files\Python310\lib\site-packages\requests\models.py", line 1021, in raise_for_status&lt;BR /&gt;raise HTTPError(http_error_msg, response=self)&lt;BR /&gt;requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.spotify.com/v1/playlists/&amp;lt;PLAYLISTID&amp;gt;/tracks?position=0&lt;BR /&gt;&lt;BR /&gt;During handling of the above exception, another exception occurred:&lt;BR /&gt;&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "UpdatePlaylist.py", line 195, in &amp;lt;module&amp;gt;&lt;BR /&gt;spotify.playlist_add_items(PlayListID, TrackID1List, 0)&lt;BR /&gt;File "C:\Program Files\Python310\lib\site-packages\spotipy\client.py", line 1031, in playlist_add_items&lt;BR /&gt;return self._post(&lt;BR /&gt;File "C:\Program Files\Python310\lib\site-packages\spotipy\client.py", line 302, in _post&lt;BR /&gt;return self._internal_call("POST", url, payload, kwargs)&lt;BR /&gt;File "C:\Program Files\Python310\lib\site-packages\spotipy\client.py", line 267, in _internal_call&lt;BR /&gt;raise SpotifyException(&lt;BR /&gt;spotipy.exceptions.SpotifyException: http status: 403, code:-1 - https://api.spotify.com/v1/playlists/&amp;lt;PLAYLISTID&amp;gt;/tracks?position=0:&lt;BR /&gt;Insufficient client scope., reason: None&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The command that is failing is...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;spotify.playlist_add_items(PlayListID, TrackID1List, 0)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 01:21:15 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/HTTPError-403-Client-Error-Forbidden-for-url-lt-PLAYLISTID-gt/m-p/5914238#M12909</guid>
      <dc:creator>SApJoNtAiUfy</dc:creator>
      <dc:date>2024-02-29T01:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPError: 403 Client Error: Forbidden for url: &lt;PLAYLISTID&gt;/tracks?position=0</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/HTTPError-403-Client-Error-Forbidden-for-url-lt-PLAYLISTID-gt/m-p/5914454#M12912</link>
      <description>&lt;P&gt;Upgrading spotipy resolved the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 03:52:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/HTTPError-403-Client-Error-Forbidden-for-url-lt-PLAYLISTID-gt/m-p/5914454#M12912</guid>
      <dc:creator>SApJoNtAiUfy</dc:creator>
      <dc:date>2024-02-29T03:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPError: 403 Client Error: Forbidden for url: &lt;PLAYLISTID&gt;/tracks?position=0</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/HTTPError-403-Client-Error-Forbidden-for-url-lt-PLAYLISTID-gt/m-p/5915205#M12922</link>
      <description>&lt;P&gt;Hi, I have the same issue but the upgrade didn't fix it - any ideas ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ERROR&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;spotipy.client&lt;/SPAN&gt;&lt;SPAN&gt;:HTTP &lt;/SPAN&gt;&lt;SPAN&gt;Error&lt;/SPAN&gt;&lt;SPAN&gt; for POST to &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://api.spotify.com/v1/playlists/" target="_blank"&gt;https://api.spotify.com/v1/playlists/&lt;/A&gt;&amp;lt;PLAYLISTID&amp;gt;/tracks&lt;/SPAN&gt;&lt;SPAN&gt; with Params: {&lt;/SPAN&gt;&lt;SPAN&gt;'position'&lt;/SPAN&gt;&lt;SPAN&gt;: None} returned &lt;/SPAN&gt;&lt;SPAN&gt;403&lt;/SPAN&gt;&lt;SPAN&gt; due to Insufficient client scope.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ERROR&lt;/SPAN&gt;&lt;SPAN&gt;:root:Spotify API error in /saveRecommendations: http status: &lt;/SPAN&gt;&lt;SPAN&gt;403&lt;/SPAN&gt;&lt;SPAN&gt;, code:-&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt; - &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://api.spotify.com/v1/playlists/" target="_blank"&gt;https://api.spotify.com/v1/playlists/&lt;/A&gt;&amp;lt;PLAYLISTID&amp;gt;/tracks&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Insufficient client scope., reason: None&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Feb 2024 13:52:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/HTTPError-403-Client-Error-Forbidden-for-url-lt-PLAYLISTID-gt/m-p/5915205#M12922</guid>
      <dc:creator>Lkole</dc:creator>
      <dc:date>2024-02-29T13:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPError: 403 Client Error: Forbidden for url: &lt;PLAYLISTID&gt;/tracks?position=0</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/HTTPError-403-Client-Error-Forbidden-for-url-lt-PLAYLISTID-gt/m-p/5915245#M12928</link>
      <description>&lt;P&gt;The issue seems to be fixed on Spotify's side !&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 14:22:19 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/HTTPError-403-Client-Error-Forbidden-for-url-lt-PLAYLISTID-gt/m-p/5915245#M12928</guid>
      <dc:creator>Lkole</dc:creator>
      <dc:date>2024-02-29T14:22:19Z</dc:date>
    </item>
  </channel>
</rss>

