[GH-ISSUE #55] Rate limit reached :"( #61

Open
opened 2026-03-13 21:22:34 +03:00 by kerem · 1 comment
Owner

Originally created by @CaptainDapper on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/akashrchandran/syrics-web/issues/55

Chromium console errors:

Failed to load resource: the server responded with a status of 429 (https://spotify-lyrics-api-pi.vercel.app/?trackid=14rdCAL0f5jLmr0ucpqRR2&format=lrc)
spotify.js:151 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'unshift')
    at HTMLButtonElement.<anonymous> (spotify.js:151:16)

https://spotify-lyrics-api-pi.vercel.app/?trackid=14rdCAL0f5jLmr0ucpqRR2&format=lrc shows:

{"error":true,"message":"Rate limited by Spotify. Please try again later."}
Originally created by @CaptainDapper on GitHub (Mar 4, 2026). Original GitHub issue: https://github.com/akashrchandran/syrics-web/issues/55 Chromium console errors: ``` Failed to load resource: the server responded with a status of 429 (https://spotify-lyrics-api-pi.vercel.app/?trackid=14rdCAL0f5jLmr0ucpqRR2&format=lrc) spotify.js:151 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'unshift') at HTMLButtonElement.<anonymous> (spotify.js:151:16) ``` `https://spotify-lyrics-api-pi.vercel.app/?trackid=14rdCAL0f5jLmr0ucpqRR2&format=lrc` shows: ``` {"error":true,"message":"Rate limited by Spotify. Please try again later."} ```
Author
Owner

@CaptainDapper commented on GitHub (Mar 4, 2026):

I filed this as an issue because I would assume either A) you're getting bot flooded or B) you need a queueing system for these requests. or C) if the queueing system exists, communication with the user would be good; idk if it's spinning forever or if I'm actually waiting for something.

<!-- gh-comment-id:3999824537 --> @CaptainDapper commented on GitHub (Mar 4, 2026): I filed this as an issue because I would assume either A) you're getting bot flooded or B) you need a queueing system for these requests. or C) if the queueing system exists, communication with the user would be good; idk if it's spinning forever or if I'm actually waiting for something.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/syrics-web#61
No description provided.