-
-
Notifications
You must be signed in to change notification settings - Fork 780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spotify Stopped because of rate limiting. #1814
Comments
Yeah same here I was able to download a lot of my spotify playlist then all of the sudden this morning it gave me that error. And I am running samsung galaxy note 10 5g USA latest Android software. |
Yes it is. |
I just dug a bit through the source code wondering if all SpotiFlyer users share the same authentication token. Because even after changing my IP address, I am still getting rate-limited. From what I can tell, a unique token is retrieved for each user. But every token is retrieved through the same client ID and client secret: Lines 48 to 49 in 73bd43d
We might be able to bypass the rate-limiting by using our own client ID and client secret which can be created here. This would however require rebuilding the app. Adding an option to SpotiFlyer to allow using our own id/secret would be neat. Edit: |
I'm not sure, but my guess is that SpotiFlyer is registered as a development app and applying for extended quota has a high chance of getting declined since downloading songs from Spotify outside of their ecosystem is probably against the ToS. |
will update the clientId and secret and make them configurable and do a release in coming day. |
Client request(...) invalid: 429 . Text: "Too many requests"
when opening any playlist
Please fix this issue cause i can't download a single song because of it |
Do u know where can i find that section in the Windows version? |
hopefully he'll fix it soon |
when will it be released cuz I am still getting that problem |
I'd say it uses the same source file for all operating systems. The Database.db file is probably in On Linux you can overwrite the access token by running this form the terminal:
|
I have managed to get the client id and edit the code. Can you please tell me how to build the project as there is no .sln file. |
No, I couldn't. I've never looked into how to build it. Maybe start by looking at the gradlew.bat file. |
Ended up finding it on "CD:\Users\username\SpotiFlyer\Database\Database.db" |
Well finally got it done using android studio. Thanks for the tip tho |
anything for noobs?? |
noob here. I'm still looking for a way to modify the file on Windows and they already gave a somewhat simple tutorial for Android. if you need more help just reply to my comment. |
it seems all the fixes will work for an hour only... |
If you build using ur own personal key, It will work fine as it did earlier. nothing like an hour or so limit. |
This is only true for my workarounds regarding the database manipulations. Manipulating the auth key in the database has to be redone once an hour. If you rebuild the project using your own client id and secret id in the source code, it will automatically refresh your auth token. But admittedly, none of these methods are noob-friendly. For now the only noob-friendly solution is to patiently wait for Shabinder's update. :) |
I know this is too noob to ask but what can I use to modify the database file?1 |
I used |
Hey, can someone write a summary on the android tutorial to solve the error? I cant seem to understand what to do |
for a while use> https://www.soundloaders.com/spotify-downloader/ |
Thx a lot |
Keep up the work, THANK YOU FOR THE APP!!!!!! |
Here we go guys: v3.6.2 is released 🚀 fixing this issue. A rewrite of the whole app is also in progress, its still in early stages but Stay Tuned to see what it brings when it lands 👀 . |
Is it out yet? |
:( |
Yes it is, you'll find it in settings. |
Hello If Anyone Want To Change The Following Things Then You Must Download Apktool_M on Android and then decompile the app. Then you have to search for the same token above here by copy paste. It will show you option for |
Is there a solution already? I'm sorry, also technical noob here. |
Describe the bug:
Opening a playlist results in this error:
I got this after downloading roughly 20 songs earlier that day. In the past I was able to download hundreds of songs without any issues.
Media Links Used:
Not specific to one link. This happens with every playlist link.
Expected behavior
Shows list of songs of a playlist
Screenshots:
StackTrace:
No errors in Logcat...
Device Info (please complete the following information):
The text was updated successfully, but these errors were encountered: