You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I gave up using hooman, I use cloudscraper, it work fine for malt but I have tried another site with another cloudflare challenge and it doesn't work with it. I still hope this can be fixed.
Describe the bug
I can't use iot at all.
Afer some digging, it seems this is related to
got
, and got says it's related to something else.Looking at the code, I think it's because
got
(and this module), is not compatible with newest node version.Actual behavior
I am trying to scrap my malt.fr profile and this appeared to be a good client to bypass it's cloudflare security.
Running
hooman.get('https://www.malt.fr')
is throwing error:connect ECONNREFUSED 127.0.0.1:443
Expected behavior
I expect to get a code
200
to this request.Code to reproduce
Checklist
The text was updated successfully, but these errors were encountered: