-
Notifications
You must be signed in to change notification settings - Fork 2
Description
java.lang.RuntimeException: com.spotifyxp.deps.se.michaelthelin.spotify.exceptions.detailed.TooManyRequestsException: API rate limit exceeded
at com.spotifyxp.utils.SpotifyUtils.getAllTracksAlbum(SpotifyUtils.java:80)
at com.spotifyxp.panels.TrackPanel.open(TrackPanel.java:171)
at com.spotifyxp.panels.HomePanel$4.mouseClicked(HomePanel.java:217)
at com.spotifyxp.utils.AsyncMouseListener.lambda$mouseClicked$0(AsyncMouseListener.java:30)
at java.lang.Thread.run(Unknown Source)
Caused by: com.spotifyxp.deps.se.michaelthelin.spotify.exceptions.detailed.TooManyRequestsException: API rate limit exceeded
at com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.getResponseBody(SpotifyHttpManager.java:274)
at com.spotifyxp.deps.se.michaelthelin.spotify.SpotifyHttpManager.get(SpotifyHttpManager.java:82)
at com.spotifyxp.deps.se.michaelthelin.spotify.requests.AbstractRequest.getJson(AbstractRequest.java:107)
at com.spotifyxp.deps.se.michaelthelin.spotify.requests.data.albums.GetAlbumsTracksRequest.execute(GetAlbumsTracksRequest.java:36)
at com.spotifyxp.utils.SpotifyUtils.getAllTracksAlbum(SpotifyUtils.java:60)
... 4 more
