-
-
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
instagram: An unexpected error occurred: KeyError - 'data' (GRAPHQL) #7202
Comments
I confirm the problem, I was using gallery-dl 1.29.1 , got the problem, updated to 1.29.2 , same thing. CMD: gallery-dl --verbose -A 1 -c ./gallery-dl.conf https://www.instagram.com/PROFILE OUTPUT: |
The legacy GraphQL API endpoints seem to be entirely broken now. When requesting 24 posts at once, I now get a "Try Again Later" error {
"message": "feedback_required",
"spam": true,
"feedback_title": "Try Again Later",
"feedback_message": "We limit how often you can do certain things on Instagram to protect our community. Tell us if you think we made a mistake.",
"feedback_url": "",
"feedback_action": "report_problem",
"feedback_appeal_label": "Let us know",
"restriction_enrollment_data": "",
"status": "fail"
} With only 12, it reports "Incorrect Query": {
"errors": [
{
"message": "execution error",
"code": 1675002,
"summary": "Incorrect Query",
"description": "The query provided was invalid.",
"extensions": {},
"severity": "CRITICAL"
}
],
"status": "ok"
} |
Not sure if I should put this in this previous issue: #5920
Output for instagram.com account:
and for individual post:
Is graphql working for anyone at this point?
edit: version was outdated but same output after updating
The text was updated successfully, but these errors were encountered: