-
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 200 #756
Comments
I get the same error |
me too |
Seems Instagram blocks too much IPs. Try to use a proxy. |
Same problem faced. |
after instagram new update , you must login first to use script . in first login after that you can use script
|
I've made this: And always get this error:
I don't know why |
I've encountered the same issues from my server, this happens because Instagram actively bans datacenter ip ranges. So I've implemented proxified version of scraper, feel free to try it out: https://github.com/restyler/instagram-php-scraper/tree/proxified (this requires RapidAPI account). I use it successfully for my own project (public Instagram analyzer bot https://t.me/instalyzebot ) |
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. |
InstagramScraper\Exception\InstagramException Now this problem is relevant to me. |
hi
i use this sample:
'$instagram = new \InstagramScraper\Instagram();
$nonPrivateAccountMedias = $instagram->getMedias('kevin');
echo $nonPrivateAccountMedias[0]->getLink();`
but
Uncaught InstagramScraper\Exception\InstagramException: Response code is 200. Body:
<title> Login • Instagram </title>please help me``
The text was updated successfully, but these errors were encountered: