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

status code 429 #2

Closed
c1h4n61r opened this issue Feb 6, 2021 · 8 comments
Closed

status code 429 #2

c1h4n61r opened this issue Feb 6, 2021 · 8 comments

Comments

@c1h4n61r
Copy link

c1h4n61r commented Feb 6, 2021

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
Copy link
Owner

alperssl commented Feb 6, 2021

Did you try increasing Autosaver Interval ?

@c1h4n61r
Copy link
Author

c1h4n61r commented Feb 7, 2021

Did you try increasing Autosaver Interval ?
image

@c1h4n61r
Copy link
Author

c1h4n61r commented Feb 7, 2021

image
image

@alperssl
Copy link
Owner

alperssl commented Feb 7, 2021

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

@c1h4n61r
Copy link
Author

c1h4n61r commented Feb 7, 2021

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
Copy link
Owner

alperssl commented Feb 7, 2021

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
Copy link
Author

c1h4n61r commented Feb 7, 2021

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
Copy link
Owner

alperssl commented Feb 7, 2021

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.

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

No branches or pull requests

2 participants