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
$instagram = new \InstagramScraper\Instagram();
$comments = $instagram->getMediaCommentsById('1130748710921700586', 10000);
result:
Fatal error: Uncaught InstagramScraper\Exception\InstagramException: Response code is 429. Body: message => rate limited; status => fail; Something went wrong. Please report issue. in C:\xampp\htdocs\shop\insta\vendor\raiym\instagram-php-scraper\src\InstagramScraper\Instagram.php:723 Stack trace: #0 C:\xampp\htdocs\shop\insta\vendor\raiym\instagram-php-scraper\src\InstagramScraper\Instagram.php(690): InstagramScraper\Instagram->getMediaCommentsByCode('-xOfYsuATq', 10000, NULL) #1 C:\xampp\htdocs\shop\insta\ex\getMediaComments.php(11): InstagramScraper\Instagram->getMediaCommentsById('113074871092170...', 10000) #2 {main} thrown in C:\xampp\htdocs\shop\insta\vendor\raiym\instagram-php-scraper\src\InstagramScraper\Instagram.php on line 723
so its about rate limited how much i can have request per day? thx
The text was updated successfully, but these errors were encountered:
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.
when i execute bellow code i face err
result:
Fatal error: Uncaught InstagramScraper\Exception\InstagramException: Response code is 429. Body: message => rate limited; status => fail; Something went wrong. Please report issue. in C:\xampp\htdocs\shop\insta\vendor\raiym\instagram-php-scraper\src\InstagramScraper\Instagram.php:723 Stack trace: #0 C:\xampp\htdocs\shop\insta\vendor\raiym\instagram-php-scraper\src\InstagramScraper\Instagram.php(690): InstagramScraper\Instagram->getMediaCommentsByCode('-xOfYsuATq', 10000, NULL) #1 C:\xampp\htdocs\shop\insta\ex\getMediaComments.php(11): InstagramScraper\Instagram->getMediaCommentsById('113074871092170...', 10000) #2 {main} thrown in C:\xampp\htdocs\shop\insta\vendor\raiym\instagram-php-scraper\src\InstagramScraper\Instagram.php on line 723
so its about rate limited how much i can have request per day?
thx
The text was updated successfully, but these errors were encountered: