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

Missing Cast #139

Closed inkrement closed 7 years ago

inkrement commented 7 years ago

I want to report a bug in the newest master version. Seems like a cast went wrong:

PHP Catchable fatal error: Object of class stdClass could not be converted to string in /.../vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php on line 312

elliott-beach commented 7 years ago

This looks like getAccountById. Can you please give the id that caused the bug?

elliott-beach commented 7 years ago

As in, this error is a problem, but it also indicates that the getAccountById function cannot collect the required data, so the id of the account will be helpful even when this particular bug is solved.