-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Failed to get user data from page #124
Comments
Any chance you could get the html from the page or a screenshot? |
I will try Also, it randomly happened till the time where it happen everytime |
Here is a screenshot (I am unable to get the follower list) It look like HTTP 429 mean To many request |
Oh yea, maybe we need to have a global event that gets triggered and handled if any request fails with 429 |
Here is a new error I encounter, I think about se same "softban" from IG as #112
Using await instauto.unfollowNonMutualFollowers();
2022-08-31T05:54:26.085Z Trying to get user data from HTML
2022-08-31T05:54:26.085Z Navigating to user eduardo_frn
2022-08-31T05:54:26.085Z Goto https://www.instagram.com/eduardo_frn
2022-08-31T05:54:31.791Z Page loaded
2022-08-31T05:54:31.791Z Waiting 3.21 sec
2022-08-31T05:54:35.036Z Failed to get user data from page SyntaxError: Unexpected token O in JSON at position 72189
at JSON.parse ()
at getUserDataFromPage (C:\Users\User\Desktop\Instauto\node_modules\instauto\src\index.js:277:22)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async navigateToUserAndGetData (C:\Users\User\Desktop\Instauto\node_modules\instauto\src\index.js:325:20)
at async doesUserFollowMe (C:\Users\User\Desktop\Instauto\node_modules\instauto\src\index.js:1060:30)
at async condition (C:\Users\User\Desktop\Instauto\node_modules\instauto\src\index.js:1104:25)
at async safelyUnfollowUserList (C:\Users\User\Desktop\Instauto\node_modules\instauto\src\index.js:803:13)
The text was updated successfully, but these errors were encountered: