postaddictme / instagram-php-scraper

Get account information, photos, videos, stories and comments.
https://packagist.org/packages/raiym/instagram-php-scraper
MIT License
3.1k stars 800 forks source link

401 unauthorized #1102

Open choudhury009 opened 2 years ago

choudhury009 commented 2 years ago

Hi, after a couple of successful tries of retrieving media using getMedias() for a public profile. It is now saying 401: Unauthorized.

Any ideas on what the issue is and how to overcome this.

Thanks

carlosanpardo commented 2 years ago

Could this be an IP blocking issue?

choudhury009 commented 2 years ago

@carlosanpardo yes I’m thinking the same, it could be that. Do you know how to add proxies to a server? I’m currently using a Digital Ocean Ubuntu server.

carlosanpardo commented 2 years ago

I test from my laptop with XAMPP and works (without credentials). Using a Web server appear and 401 unauthorized. Any idea to use the proxy?