Gimenz / insta-fetcher

simple instagram metadata scraping
https://www.npmjs.com/package/insta-fetcher
GNU General Public License v3.0
78 stars 36 forks source link

Error: read ECONNRESET at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) #17

Closed otopba closed 2 years ago

otopba commented 2 years ago

Hello!

After upgrading insta-fetcher to ^1.3.22 I started getting the following error:

 Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20)

when calling the getSessionId function

Gimenz commented 2 years ago

check your connection

otopba commented 2 years ago

@Gimenz Oh you are right. Thank you!