<?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: Getting error 429 only when requesting audio features from a track in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/7310583#M19729</link>
    <description>&lt;P&gt;Hey, Is anyone fix it?&lt;BR /&gt;have the same problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jan 2026 10:18:09 GMT</pubDate>
    <dc:creator>l1ke_a_l1ght</dc:creator>
    <dc:date>2026-01-20T10:18:09Z</dc:date>
    <item>
      <title>Getting error 429 only when requesting audio features from a track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5586239#M9328</link>
      <description>&lt;P&gt;I'm basically working with the API for a data mining university project.&lt;BR /&gt;I'm getting error 429 on a piece of code that extracts the audio features from some tracks. Can't perform a single request, the first one gets automatically blocked.&lt;/P&gt;&lt;P&gt;The thing is that I don't get 429 when running another piece of code that uses the same exact client id / secret token (this one extracts all the tracks from some playlists).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like I'm just blocked from performing audio feature requests.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 17:36:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5586239#M9328</guid>
      <dc:creator>Tonetron</dc:creator>
      <dc:date>2023-05-24T17:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error 429 only when requesting audio features from a track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5643753#M10925</link>
      <description>&lt;P&gt;I've got the same problem. Actually seemed to work fine yesterday night (in batches of 100) but now today it fails for even a single request. As OP said, other requests (fetching user library songs in batches of 50 for instance) still work fine, with the same id/secret token pair. It's driving me nuts.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 14:53:40 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5643753#M10925</guid>
      <dc:creator>eldonvez</dc:creator>
      <dc:date>2023-09-29T14:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error 429 only when requesting audio features from a track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5643781#M10927</link>
      <description>&lt;P&gt;I eventually got around the problem by using other machines (in this case it was a matter of time until I was blocked on those too) and by using google colab to run my code for a few days, which is not optimal for every case but for my project it worked just fine as I never got blocked there&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 15:31:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5643781#M10927</guid>
      <dc:creator>Tonetron</dc:creator>
      <dc:date>2023-09-29T15:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error 429 only when requesting audio features from a track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5643795#M10928</link>
      <description>&lt;P&gt;I've read recently that someone solved it by rotating their &lt;EM&gt;client secret&lt;/EM&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 16:07:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5643795#M10928</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2023-09-29T16:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error 429 only when requesting audio features from a track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5643847#M10933</link>
      <description>&lt;P&gt;Didn't work for me at the time&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 18:17:43 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5643847#M10933</guid>
      <dc:creator>Tonetron</dc:creator>
      <dc:date>2023-09-29T18:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error 429 only when requesting audio features from a track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5643981#M10937</link>
      <description>&lt;P&gt;A 429 status code indicates that your app has been rate-limited. See &lt;A href="https://developer.spotify.com/documentation/web-api/concepts/rate-limits#" target="_self"&gt;this&lt;/A&gt; article for more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rate-limiting applies on a per-client id basis (as opposed to, for example, a per-Spotify user basis). This explains why rotating your client id will increase your effective rate limit.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 00:48:04 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5643981#M10937</guid>
      <dc:creator>Peter_Schorn</dc:creator>
      <dc:date>2023-09-30T00:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error 429 only when requesting audio features from a track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5890112#M12718</link>
      <description>&lt;P&gt;Having the same problem and looking for any clarity, resetting the client secret doesn't seem to be working. Will the audio feature rate limit for these creds reset after a certain amount of time or are they cooked?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Feb 2024 01:06:08 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5890112#M12718</guid>
      <dc:creator>sam275</dc:creator>
      <dc:date>2024-02-17T01:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error 429 only when requesting audio features from a track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5937077#M13098</link>
      <description>&lt;P&gt;Any solution? I have the same problem where my code was running just fine until it suddenly kept getting 429 errors in the same random line of fetching small amounts of data and it just seems like I've been blocked or something.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 17:57:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/5937077#M13098</guid>
      <dc:creator>stefanobras</dc:creator>
      <dc:date>2024-03-11T17:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error 429 only when requesting audio features from a track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/6506177#M15504</link>
      <description>&lt;P&gt;Hey did you ever figure it out?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 23:48:27 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/6506177#M15504</guid>
      <dc:creator>jmaloto1</dc:creator>
      <dc:date>2024-11-13T23:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error 429 only when requesting audio features from a track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/7310583#M19729</link>
      <description>&lt;P&gt;Hey, Is anyone fix it?&lt;BR /&gt;have the same problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 10:18:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Getting-error-429-only-when-requesting-audio-features-from-a/m-p/7310583#M19729</guid>
      <dc:creator>l1ke_a_l1ght</dc:creator>
      <dc:date>2026-01-20T10:18:09Z</dc:date>
    </item>
  </channel>
</rss>

