-
Notifications
You must be signed in to change notification settings - Fork 800
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
Response code is 429 #1000
Comments
I used a searchAccountsByUsername.php it was working fine but it's stop working from yesterday. |
Same problem. As far as I understand, Instagram is blocking requests. Everything goes fine from the local machine. I tried through the withCredentials () function, but there are messages about a suspicious login attempt on the instagram side. I confirm, but the following request also raises suspicions on Instagram. Perhaps it's time to give up this venture |
Same problem. |
Try this variant:
$instagram = \InstagramScraper\Instagram::withCredentials(new \GuzzleHttp\Client(), '', '', null); Important. Upgrade this extension to last version |
an error occurs Fatal error: Uncaught InstagramScraper\Exception\InstagramAuthException: Login with session went wrong. Please report issue. in /home/rudis/www/test3/src/InstagramScraper/Instagram.php:2038 |
Instagram is very picky on your ip address.. Try https://github.com/skmachine/instagram-php-scraper it uses proxy rotation and works pretty reliable now. |
I am trying to follow 200 accounts at once. I'm getting this error after looping follow method and after it reached 40 follows it giving me this error. So your solution with proxies will solve that? Or my scenario instagram will block anyway like spam? Thanks you |
or if anybody knows, how many seconds i should wait between each follow/unfollow method execution to avoid this "ban"? |
You can not do that, Instagram will ban follow a action 24 hours...
Then ban the account.
Regard
…On Sun, Dec 26, 2021, 10:09 PM svonjoi ***@***.***> wrote:
or if anybody knows, how many seconds i should wait between each
follow/unfollow method execution to avoid this "ban"?
—
Reply to this email directly, view it on GitHub
<#1000 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDLT23KZVGRLQJO6LCLHQ3US5Y53ANCNFSM5ISUOUUQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
So in other words, if im getting this message, my acc will be banned while this 24 hours passing? or this is a warning, and if i still attempting that, ill get ban? |
= permanent account ban, if I understand you correctly I didnt find nothing about permanent account ban, can you share source please? PD. I dont understand how this work (liking, following , etc) with this library if i havent create token, client id, etc....? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Getting this error in all pages. Api was working fine just stop working without any changes
Uncaught InstagramScraper\Exception\InstagramException: Response code is 429. Body: <title> Page Not Found • Instagram </title> <script type="text/javascript"> (function() { var docElement = document.documentElement; var classRE = new RegExp('(^|\s)no-js(\s|$)'); var className = docElement.cl
The text was updated successfully, but these errors were encountered: