MuPiBox
MuPiBox copied to clipboard
Spotify 429 if a lot of navigation happens
We should probably optimize and cache the spotify requests since sometimes it can happen that there is a 429 if fast navigation happens. This is reproducible when opening multiple artists with a lot of entries right after each other (e.g., Paw Patrol).
Finally, even if there is a 429 error, we should recover gracefully without needing a service restart.
might have been improved with https://github.com/splitti/MuPiBox/pull/92 since media is no longer fetched on every navigation event to home. real improvement will only be there when we implement API request caching