-
-
Notifications
You must be signed in to change notification settings - Fork 996
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
Getting error in Instagram after few pics are downloaded. #1128
Comments
I think so. Happened to me when downloading my saved posts, and my account was blocked (requesting new password and all) because of it. This might suck, but if you are downloading from your Saved, you might want to use the archive option (setting it up on your config). This way, you can cancel manually when reaching +65 images, then start again. The images that were already downloaded will be skipped. |
It seems that since mid-November instagram really tightened their rate-control limits, now it redirects to the login page after ~100 requests, while before it was possible to do hundreds before being redirected to the login page (and for some kind of requests there were actually no limits).
Ouch. Can anyone else confirm that the new limits kick in even when logging in? This would really be bad news... |
For right now, I'd recommend using a really high delay (>= 10s) between downloads and other HTTP requests with |
(#1113, #1122, #1128, #1130, #1149) Rely on the results of GraphQL queries instead of requesting data for each post separately via '/p/<shortcode>/?__a=1'. This might result in some missing metadata, and there might be some issues for '/channel/' and '/saved/' URLs, but at least downloading from the regular post listings should work without issues and without getting users blocked/banned. TODO: reimplement support for stories
Should be fixed with 447488f (See #1149 (comment)) |
There are around 1000 pics in account.
Error: JSONDecodeError: Expecting value: line 1 column 1 (char 0)
First error happened after 65 images downloaded
then I retired another day 105 images downloaded and again error. Is Instagram limiting bulk download from one IP?
The text was updated successfully, but these errors were encountered: