<?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: 404 Client Error: Not Found in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/404-Client-Error-Not-Found/m-p/6555531#M16047</link>
    <description>&lt;P&gt;@BrokenH&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;BR /&gt;yeah, I hope they will do ...&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2024 10:02:12 GMT</pubDate>
    <dc:creator>hellomyzn</dc:creator>
    <dc:date>2024-12-04T10:02:12Z</dc:date>
    <item>
      <title>404 Client Error: Not Found</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/404-Client-Error-Not-Found/m-p/6554917#M16035</link>
      <description>&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Free&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;BR /&gt;Japan&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;&lt;BR /&gt;MacBook Air M1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;BR /&gt;macOS Sequoia 15.1.1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;BR /&gt;I am experiencing issues with Spotify's Web API when trying to retrieve data for certain playlists. Specifically, requests to the following API endpoint return a 404 Client Error: Not Found for url: error:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;API URL&lt;/STRONG&gt;: &lt;A href="https://api.spotify.com/v1/playlists/37i9dQZF1DXc57cuGAMEkA?additional_types=track" target="_new" rel="noopener"&gt;&lt;SPAN&gt;https&lt;/SPAN&gt;&lt;SPAN&gt;://api&lt;/SPAN&gt;&lt;SPAN&gt;.spotify&lt;/SPAN&gt;&lt;SPAN&gt;.com&lt;/SPAN&gt;&lt;SPAN&gt;/v1&lt;/SPAN&gt;&lt;SPAN&gt;/playlists&lt;/SPAN&gt;&lt;SPAN&gt;/37i9dQZF1DXc57cuGAMEkA&lt;/SPAN&gt;&lt;SPAN&gt;?additional_types&lt;/SPAN&gt;&lt;SPAN&gt;=track&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Web URL&lt;/STRONG&gt;: &lt;A href="https://open.spotify.com/playlist/37i9dQZF1DXc57cuGAMEkA" target="_new" rel="noopener"&gt;&lt;SPAN&gt;https&lt;/SPAN&gt;&lt;SPAN&gt;://open&lt;/SPAN&gt;&lt;SPAN&gt;.spotify&lt;/SPAN&gt;&lt;SPAN&gt;.com&lt;/SPAN&gt;&lt;SPAN&gt;/playlist&lt;/SPAN&gt;&lt;SPAN&gt;/37i9dQZF1DXc57cuGAMEkA&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Playlist Title&lt;/STRONG&gt;: New Music Friday Japan&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Additionally, I have encountered the same issue with other Spotify-created playlists, such as global charts.&lt;/P&gt;&lt;H3&gt;What I Tried&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;I suspected an authorization issue, so I tested the same API URL via the official Spotify API reference page (&lt;A href="https://developer.spotify.com/documentation/web-api/reference/get-playlists-tracks" target="_blank"&gt;https://developer.spotify.com/documentation/web-api/reference/get-playlists-tracks&lt;/A&gt;). However, the 404 error persisted.&lt;/LI&gt;&lt;LI&gt;I confirmed that my script works for other playlists by testing a different playlist (e.g., &lt;A href="https://open.spotify.com/playlist/5dioOAPReQCRR4XCx2DLPQ?trackId=5H6H2pYhX8tYGQ2DG4QeB0" target="_new" rel="noopener"&gt;&lt;SPAN&gt;https&lt;/SPAN&gt;&lt;SPAN&gt;://open&lt;/SPAN&gt;&lt;SPAN&gt;.spotify&lt;/SPAN&gt;&lt;SPAN&gt;.com&lt;/SPAN&gt;&lt;SPAN&gt;/playlist&lt;/SPAN&gt;&lt;SPAN&gt;/5dioOAPReQCRR4XCx2DLPQ&lt;/SPAN&gt;&lt;SPAN&gt;?trackId&lt;/SPAN&gt;&lt;SPAN&gt;=5H6H2pYhX8tYGQ2DG4QeB0&lt;/SPAN&gt;&lt;/A&gt;), which returned the expected data.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;It seems that Spotify-created playlists, when accessed via the Web API (&lt;A href="https://api.spotify.com/v1/playlists/" target="_blank" rel="noopener"&gt;https://api.spotify.com/v1/playlists/&lt;/A&gt;), are consistently returning 404 errors.&lt;/P&gt;&lt;P&gt;Is there something I might be overlooking on my end, or has there been a change to the accessibility of Spotify-created playlists via the API?&lt;/P&gt;&lt;P&gt;I would greatly appreciate your advice or assistance in resolving this issue.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Dec 2024 01:57:39 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/404-Client-Error-Not-Found/m-p/6554917#M16035</guid>
      <dc:creator>hellomyzn</dc:creator>
      <dc:date>2024-12-04T01:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: 404 Client Error: Not Found</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/404-Client-Error-Not-Found/m-p/6555388#M16039</link>
      <description>&lt;P&gt;You have not done anything wrong, this is all related to the recent changes to the Web API,&amp;nbsp;&lt;SPAN&gt;see &lt;A href="https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api" target="_self"&gt;point 8 about algorithmic or Spotify-owned editorial playlists&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 08:29:04 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/404-Client-Error-Not-Found/m-p/6555388#M16039</guid>
      <dc:creator>LambertSpot</dc:creator>
      <dc:date>2024-12-04T08:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: 404 Client Error: Not Found</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/404-Client-Error-Not-Found/m-p/6555408#M16040</link>
      <description>&lt;P&gt;Sadly Spotify removed the endpoint to make it happen.&amp;nbsp;&lt;BR /&gt;Let's hope they reconsider.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 08:44:21 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/404-Client-Error-Not-Found/m-p/6555408#M16040</guid>
      <dc:creator>DisappointedUser1</dc:creator>
      <dc:date>2024-12-04T08:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: 404 Client Error: Not Found</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/404-Client-Error-Not-Found/m-p/6555528#M16046</link>
      <description>&lt;P&gt;＠&lt;SPAN class=""&gt;&lt;A class="" href="https://community.spotify.com/t5/user/viewprofilepage/user-id/19913145" target="_self"&gt;LambertSpot&lt;/A&gt;&lt;BR /&gt;Thanks for your answer and the ref.&lt;BR /&gt;I hope they will reconsider it again...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 10:00:26 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/404-Client-Error-Not-Found/m-p/6555528#M16046</guid>
      <dc:creator>hellomyzn</dc:creator>
      <dc:date>2024-12-04T10:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: 404 Client Error: Not Found</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/404-Client-Error-Not-Found/m-p/6555531#M16047</link>
      <description>&lt;P&gt;@BrokenH&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;BR /&gt;yeah, I hope they will do ...&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 10:02:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/404-Client-Error-Not-Found/m-p/6555531#M16047</guid>
      <dc:creator>hellomyzn</dc:creator>
      <dc:date>2024-12-04T10:02:12Z</dc:date>
    </item>
  </channel>
</rss>

