Skip to content
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

Sankaku Channel - [Error] HTTP status "429 Too many requests - please slow down..." #44

Closed
ghost opened this issue Oct 13, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 13, 2017

When downloading many images at once (100+) gallery-dl fails to download some images. It has some errors like this.

[Error] HTTP status "429 Too many requests - please slow down..." (1/5)
[sankaku][error] An unexpected error occurred:
Traceback (most recent call last):
File "E:\gallery-dl\gallery_dl\job.py", line 44, in run
File "E:\gallery-dl\gallery_dl\extractor\common.py", line 89, in iter
File "E:\gallery-dl\gallery_dl\extractor\common.py", line 96, in async_items
File "E:\gallery-dl\gallery_dl\extractor\sankaku.py", line 40, in items
File "E:\gallery-dl\gallery_dl\extractor\sankaku.py", line 63, in get_images
File "E:\gallery-dl\gallery_dl\extractor\sankaku.py", line 72, in get_image_me
tadata
File "E:\gallery-dl\gallery_dl\extractor\common.py", line 65, in request
File "E:\gallery-dl\gallery_dl\extractor\common.py", line 155, in safe_request
File "C:\Python34\lib\site-packages\requests\models.py", line 937, in raise_fo
r_status
requests.exceptions.HTTPError: 429 Client Error: Too many requests - please slow
down... for url: x

@Hrxn
Copy link
Contributor

Hrxn commented Oct 13, 2017

Rate limit by the server..
I guess this probably needs some wait mechanism, similar to Exhentai I think.

@mikf mikf closed this as completed in 6af921a Oct 14, 2017
@ghost
Copy link
Author

ghost commented Oct 16, 2017

Thanks for the fix. :)
Waiting for new compiled build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants