Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECONNRESET problem #22

Open
ilyanoskov opened this issue Dec 5, 2016 · 0 comments
Open

ECONNRESET problem #22

ilyanoskov opened this issue Dec 5, 2016 · 0 comments

Comments

@ilyanoskov
Copy link

I get this whenever I try to get all the posts for an account with a lot of posts (more than 1K).

Error: read ECONNRESET
    at exports._errnoException (util.js:1022:11)
    at TLSWrap.onread (net.js:572:26)

just run this command in CLI :

instagram-screen-scrape posts -u instagram

which in turn will try to grab all posts for official instagram account. This is a common issue tbh, I tried to write my own scraper today that would count all the likes for all the posts and ECONNRESET comes up all the time. It seems like there is no reliable way to get all likes from the posts unless you do it through the official API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant