Closed mnmkng closed 3 years ago
We fixed it by pinning the version to 2.0.3
, but I assume other users might be affected as well. https://github.com/apify/got-scraping/pull/18
Released 2.0.5
. I recommend switching at least to Node.js 15. HTTP/2 is extremely unreliable under Node.js <15.
This commit 23ff7f7906d735cb25b9cd88ab665bafa2cbd1c9 introduced this piece of code:
Which causes our usage of this package to fail with:
I suggest reverting the latest release before a solution to the Node.js bug you reported can be found.
Thanks!