InstagramScraper\Exception\InstagramException: Response code is 200: OK.Something went wrong.
Please report issue. in instagram-php-scraper/src/InstagramScraper/Instagram.php on line 795
The resultant content has:
Sorry, this page isn't available.
The link you followed may be broken, or the page may have been removed. Go back to Instagram.
If I try to login:
InstagramScraper\Exception\InstagramAuthException: Response code is 403: Forbidden.Something went wrong.
Please report issue. in instagram-php-scraper/src/InstagramScraper/Instagram.php on line 2442
If I try do read a single account I get:
InstagramScraper\Exception\InstagramException: Response code is 200: OK.Something went wrong. Please report issue. in instagram-php-scraper/src/InstagramScraper/Instagram.php on line 795
The resultant content has: Sorry, this page isn't available.
The link you followed may be broken, or the page may have been removed. Go back to Instagram.
If I try to login:
InstagramScraper\Exception\InstagramAuthException: Response code is 403: Forbidden.Something went wrong. Please report issue. in instagram-php-scraper/src/InstagramScraper/Instagram.php on line 2442
Can I get any help?