-
Bug
-
Resolution: Incomplete
-
Normal
-
None
-
None
-
None
I hadn't realized because my listens are so often from Spotify (in which case we load the image art from their API) that when you have a full page of listens with a matched release MBID, the number of calls to the CAA results in a lot of them erroring with status code 429 (too many requests).
We should rate-limit the calls to the CAA, but I'm not sure how to do that considering currently each ListenCard component does its own call without knowledge of the other components.
At the very least, we can special-case a 429 status and retry after a bit. Eventually the cover art will all be loaded.
- has related issue
-
IMG-141 Too many 429 when viewing cover art
- Closed