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

The account is private #509

Closed jenovateurs closed 5 years ago

jenovateurs commented 5 years ago

Hi, I try to access to the list of the followers of my account. I have this issue : PHP Fatal error: Uncaught InstagramScraper\Exception\InstagramException: Failed to get followers of account id . The account is private. in //vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php:1244 Stack trace:

0 /*.php(27): InstagramScraper\Instagram->getFollowing(**, 100, 100, true)

1 {main}

thrown in /**/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php on line 1244

My account isn't private and I have no idea to solve this problem. Thanks for your help.

felipe-tonon commented 5 years ago

I am facing the same issue.

felipe-tonon commented 5 years ago

I managed to do a work around by adding this code to the method Instagram::login(...)

$mid = ''; if ($cookies) { $mid = $cookies['mid']; }

Now it allows me to retrieve followers without any issues

raiym commented 5 years ago

Should be closed in v0.8.32. @InNovaTherGames could you please confirm?