alperssl / InstagramBlack

Autosave instagram stories anonymously, or surf on instagram as ghost. And get notifications via Telegram.
GNU General Public License v3.0
34 stars 5 forks source link

status code 429 #2

Closed c1h4n61r closed 3 years ago

c1h4n61r commented 3 years ago

background.js:1572 GET https://www.instagram.com/graphql/query/?query_hash=24a36f49b32dea22e33c2e6e35bad4d3&variables=%7B%22only_stories%22%3Atrue%2C%22stories_prefetch%22%3Afalse%2C%22stories_video_dash_manifest%22%3Afalse%7D 429 check @ background.js:1572 autoCheck @ background.js:1187 (anonymous) @ background.js:1165 background.js:1572 GET https://www.instagram.com/graphql/query/?query_hash=24a36f49b32dea22e33c2e6e35bad4d3&variables=%7B%22only_stories%22%3Atrue%2C%22stories_prefetch%22%3Afalse%2C%22stories_video_dash_manifest%22%3Afalse%7D 429 check @ background.js:1572 autoCheck @ background.js:1187 (anonymous) @ background.js:1197 setInterval (async) (anonymous) @ background.js:1196 background.js:1572 GET https://www.instagram.com/graphql/query/?query_hash=24a36f49b32dea22e33c2e6e35bad4d3&variables=%7B%22only_stories%22%3Atrue%2C%22stories_prefetch%22%3Afalse%2C%22stories_video_dash_manifest%22%3Afalse%7D 429 check @ background.js:1572 autoCheck @ background.js:1187 (anonymous) @ background.js:1197 setInterval (async) (anonymous) @ background.js:1196 background.js:1572 GET https://www.instagram.com/graphql/query/?query_hash=24a36f49b32dea22e33c2e6e35bad4d3&variables=%7B%22only_stories%22%3Atrue%2C%22stories_prefetch%22%3Afalse%2C%22stories_video_dash_manifest%22%3Afalse%7D 429

alperssl commented 3 years ago

Did you try increasing Autosaver Interval ?

c1h4n61r commented 3 years ago

Did you try increasing Autosaver Interval ? image

c1h4n61r commented 3 years ago

image image

alperssl commented 3 years ago

you have to be following the people you add to watchlist.

c1h4n61r commented 3 years ago

yes, the people I follow. The list is long. 200 people are on the list. It starts working after a certain period of time. after that. I saw you download the same story records again.

alperssl commented 3 years ago

It's not build for that long list actually, it seems that is the reason you got 429 code. Instagram is not providing official APIs for that kind of applications and I'm using just the same query method with web app of instagram. About downloading same records; There is no way to get records after any update so it is getting all data on interval time and checking it, if it has any update, sending message to your Telegram chat and/or downloading these updates.

c1h4n61r commented 3 years ago

If a time interval is put in the query part or in the consecutive download part, do you think this problem will be corrected?

alperssl commented 3 years ago

First of all IMO it's not possible to query 200 accounts with this query method or even if it's possible probably your account will be disabled by Instagram due to suspicious activity.