postaddictme / instagram-php-scraper

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

Uncaught InstagramScraper\Exception\InstagramNotFoundException: User with this id not found in #85

Closed filippodicostanzo closed 6 years ago

filippodicostanzo commented 7 years ago

When i try to get the username by getAccountById('193886659') the script return this error Uncaught InstagramScraper\Exception\InstagramNotFoundException: User with this id not found

I tried with my id account and the return is same.

raiym commented 7 years ago

@filippodicostanzo could you provide steps to reproduce this issue? Because on test cases everthing works as expected

saeidg95 commented 7 years ago

I have this problem too `[23-Mar-2017 20:42:59 UTC] PHP Fatal error: Uncaught exception 'InstagramScraper\Exception\InstagramNotFoundException' with message 'User with this id not found' in /home/artnema/public_html/instagram/scraper/InstagramScraper/Instagram.php:299 Stack trace:

0 /home/artnema/public_html/instagram/instabot.php(197): InstagramScraper\Instagram->getAccountById('25025320')

1 /home/artnema/public_html/instagram/instabot.php(224): callback(Array)

2 {main}

thrown in /home/artnema/public_html/instagram/scraper/InstagramScraper/Instagram.php on line 299`

and this

[23-Mar-2017 20:34:53 UTC] PHP Strict Standards: Non-static method InstagramScraper\Instagram::getAccountById() should not be called statically in /home/artnema/public_html/instagram/instabot.php on line 197 [23-Mar-2017 20:34:53 UTC] PHP Strict Standards: Non-static method InstagramScraper\Instagram::getContentsFromUrl() should not be called statically in /home/artnema/public_html/instagram/scraper/InstagramScraper/Instagram.php on line 294

raiym commented 6 years ago

Update to the last library version