-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
Is there an existing issue for this? (Please read the description)
- I have searched the existing issues
Current Behavior
On both desktop and Android versions, opening the artists tab or albums tab in library causes the following error to appear:
DioException [bad response]: This exception was thrown because the response has a status code of 429 and RequestOptions.validateStatus was configured to throw for this status code.
The status code of 429 has the following meaning: "Client error - the request contains bad syntax or cannot be fulfilled"
Read more about status codes at https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
In order to resolve this exception you typically have either to verify and fix your request code or you have to fix the server code.
Expected Behavior
the tabs should display the artists or albums saved in library, instead it shows a wall of errors
Steps to reproduce
- open the app
- log in and do all the basic settup stuff
- click onto the artists page or albums page in library
- experience the error code
Logs
Logs
<Replace this line by pasting your logs here>
Operating System
Android, Windows 11
Spotube version
No response
Installation source
Website (spotube.krtirtho.dev)
Additional information
No response
Self grab
- I'm ready to work on this issue!