-
Notifications
You must be signed in to change notification settings - Fork 257
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
I am getting "graphql Error" while fetching metaData of videos posts using instalooter 2.4.4. #353
Comments
Same here, and also for pictures. |
Getting graphql errors here too.
|
It seems like instagram now loads "PostPage" contents dynamically so a simple request to https://www.instagram.com/p/XXXXXX/ will not contain the required data |
yeah do you think that there is any way to work around that |
This is correct. If you comment out the offending line (looters.py line 355) and print
It seems this application needs to be significantly re-written to be adapted to the new Instagram API, and it was not written in a modular way that abstracted the API to make it easily swappable. |
It seems to be working again... But only temporarily - after a while the lazyloading kicked in again |
Hey Anyone what the go through of the issue I am facing the issues |
same issue. Implementing the work around from @zambettl results in:
|
debian 9 python 3.5 same issue |
I can't say for sure why this error is coming but it seems like it accounts problem.
I am trying to run the following script from python 3.10.0
Then the Error Rised
The text was updated successfully, but these errors were encountered: