cloudflare-scrape icon indicating copy to clipboard operation
cloudflare-scrape copied to clipboard

No check for missing Node installed

Open mrx23dot opened this issue 5 years ago • 0 comments

cfscrape==2.1.1 doesn't give error on missing Node installed, but tries to run and fails with:

Traceback (most recent call last): File "C:\Python36-64\lib\site-packages\cfscrape_init_.py", line 255, in solve_challenge javascript, flags=re.S AttributeError: 'NoneType' object has no attribute 'groups'

mrx23dot avatar Apr 30 '20 14:04 mrx23dot