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

Error 500 #161

Closed pedropamn closed 7 years ago

pedropamn commented 7 years ago

I have a error 500 while call Instagram::getAccount() and Instagram::getMedias. This occurred in at least 3 different servers (Heroku, AppEngine and Compute Engine), but work fine in Amazon AWS.

What is wrong? Instagram PHP Scrapper require any aditional server configuration?

Thanks

pedropamn commented 7 years ago

Oh, i found the problem. The error was caused by the absence of Curl in PHP. I solve just installing (sudo apt-get install php5-curl)

hrules6872 commented 7 years ago

You should close this issue then ;)