dannyvassallo / insta_scrape

The instagram swiss army knife. Restores all deprecated hashtag functionality and grants public api access from instagram's front end without any of the authorization.
https://rubygems.org/gems/insta_scrape
MIT License
60 stars 27 forks source link

insta_scrape gets frozen when running in resque #24

Closed Venca24 closed 7 years ago

Venca24 commented 7 years ago

insta_scrape (version 1.1.3) sometimes get frozen running the method "user_info_and_posts". It doesn't matter if the user has public posts or private posts.

I use it in an application which is running via resque 1.27.4.

Setting Phantomjs timeout nor use of Timeout module around calling the method didn't help.

dannyvassallo commented 7 years ago

@Venca24 do you have a log from resque or any sort of failure reason? Or the job just hangs?

dannyvassallo commented 7 years ago

@Venca24 closing this due to inactivity