You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a feature to pull in most recent posts from an instagram account based on the username. The feature works great locally however displays the following error that claims the account doesn't exist? (the username is valid) The request is possibly being blocked by Instagram? Not sure...
Any direction or help would be awesome. thanks.
Fatal error
: Uncaught InstagramScraper\Exception\InstagramNotFoundException: Account with this username does not exist in /home4/bengrzybow/skinny.bgrzdesigns.com/wp-content/themes/understrap/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php:353 Stack trace: #0 /home4/bengrzybow/skinny.bgrzdesigns.com/wp-content/themes/understrap/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php(328): InstagramScraper\Instagram->getAccount('skinnybuddhatat...') #1 /home4/bengrzybow/skinny.bgrzdesigns.com/wp-content/themes/understrap/front-page.php(144): InstagramScraper\Instagram->getMedias('skinnybuddhatat...') #2 /home4/bengrzybow/skinny.bgrzdesigns.com/wp-content/themes/understrap/front-page.php(165): instagram_content('skinnybuddhatat...') #3 /home4/bengrzybow/skinny.bgrzdesigns.com/wp-includes/template-loader.php(98): include('/home4/bengrzyb...') #4 /home4/bengrzybow/skinny.bgrzdesigns.com/wp-blog-header.php(19): require_once('/home4/bengrzyb...') #5 /home4/bengrzybow/skinny.bgrzdesigns.com/in in
/home4/bengrzybow/skinny.bgrzdesigns.com/wp-content/themes/understrap/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php
on line
353
The text was updated successfully, but these errors were encountered:
Yes, the request could be blocked by Instagram (possibly by IP).
Also the incorrect exception type (InstagramNotFoundException) was a bug fixed in #592. Update to the latest version and you should see InstagramException with response code / body.
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.
I'm working on a feature to pull in most recent posts from an instagram account based on the username. The feature works great locally however displays the following error that claims the account doesn't exist? (the username is valid) The request is possibly being blocked by Instagram? Not sure...
Any direction or help would be awesome. thanks.
Fatal error
: Uncaught InstagramScraper\Exception\InstagramNotFoundException: Account with this username does not exist in /home4/bengrzybow/skinny.bgrzdesigns.com/wp-content/themes/understrap/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php:353 Stack trace: #0 /home4/bengrzybow/skinny.bgrzdesigns.com/wp-content/themes/understrap/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php(328): InstagramScraper\Instagram->getAccount('skinnybuddhatat...') #1 /home4/bengrzybow/skinny.bgrzdesigns.com/wp-content/themes/understrap/front-page.php(144): InstagramScraper\Instagram->getMedias('skinnybuddhatat...') #2 /home4/bengrzybow/skinny.bgrzdesigns.com/wp-content/themes/understrap/front-page.php(165): instagram_content('skinnybuddhatat...') #3 /home4/bengrzybow/skinny.bgrzdesigns.com/wp-includes/template-loader.php(98): include('/home4/bengrzyb...') #4 /home4/bengrzybow/skinny.bgrzdesigns.com/wp-blog-header.php(19): require_once('/home4/bengrzyb...') #5 /home4/bengrzybow/skinny.bgrzdesigns.com/in in
/home4/bengrzybow/skinny.bgrzdesigns.com/wp-content/themes/understrap/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php
on line
353
The text was updated successfully, but these errors were encountered: