From af988457c7e9e288a633a3735d9007242acb9c0f Mon Sep 17 00:00:00 2001 From: DraftKinner <196864209+DraftKinner@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:12:02 -0500 Subject: [PATCH] Added rate limiter changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcbe701..b75a066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ - Fixed `RuntimeError: Cannot get alternative track` from terminating the program. - Fixed downloading multiple collections from downloading everything twice. - Fixed `-d` or `--download` option not detecting the file. +- Fixed `Failed fetching audio key!` error from continuously hitting API rate limits. Implemented a flat rate limiter on calls to API. When usage traffic is high and rate limits are hit on the server end, the current track is skipped and the program will continue at a reduced internal rate limit. ## v1.0.0