-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
API responded with 429 Too Many Requests. #996
Comments
For some reason running it on my vps with linux works |
Since you already got a It's also probably a good idea to wait a day or two so the amount of traffic coming from your end stops triggering the error everytime you run the command; the site might think you're a bot at the moment. Keeping the config file in your USER folder is the best place for it. Does the config detail where to write the cache file? It should be towards the bottom like this (I've set it so that my cache is generated in my USER folder next to my config):
|
This isn't the first time someone had this exact problem, which always resolves itself after some time, and I think I've finally figured out what is going on: The
By using $ gallery-dl -v deviantart.com/user
...
[deviantart][debug] Using custom API credentials (client-id 10608) |
Ok, gotcha, also just wondering, when downloading from some profiles, the images are blurred. Though nsfw pictured are fine. I suspect this is because of watchers only. Can you bypass this by using username and password when using gallery-dl and having the account watch the target account. Or is there a easier fix? |
Watcher-only/premium stuff hasn't been implemented yet. See #995. |
Ok, thanks, issue is resolved. You can close this thread. |
Hello,
I have already searched around quite a lot in order to find out how to fix this but nothing has worked. Downloading galleries from deviantart is extremely slow and changing to your own client-id and client-secret does nothing.
How can i check that the client-id and secret have been correctly loaded into gallery-dl? I have already tried the command line argument for passing a config file but again, using your own account seems to only make it worse.
Currently, I've tried
gallery-dl oauth:deviantart
Nothing makes it better, I've had downloads running for 24 hours straight now and they are basically stuck because of the exponential wait.
How do i fix this, please help
The text was updated successfully, but these errors were encountered: