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

Fatal error: Uncaught exception #600

Closed mega94 closed 4 years ago

mega94 commented 4 years ago

Fatal error: Uncaught exception 'InstagramScraper\Exception\InstagramAuthException' with message 'Something went wrong. Please report issue.' in /home/n/dir/dir/public_html/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php:1449 Stack trace: #0 /home/n/dir/dir/public_html/index.php(9): InstagramScraper\Instagram->login() #1 {main} thrown in /home/n/dir/dir/public_html/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php on line 1449

require 'vendor/autoload.php';
use phpFastCache\Helper\Psr16Adapter;

$instagram = \InstagramScraper\Instagram::withCredentials('***', '***', new Psr16Adapter('Files'));
$instagram->login(); // will use cached session if you can force login $instagram->login(true)
$account = $instagram->getAccountById(3);
echo $account->getUsername();
stale[bot] commented 4 years ago

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.