Error parsing Cloudflare IUAM Javascript challenge
See original GitHub issuescript was working reliably for weeks, but this morning spit out the above error.
Here is a pastebin of the page text: https://pastebin.com/HXmdsm0E
Page url in the pastebin.
it’s failing at the start of the script, with the line:
cookie_arg, user_agent = cfscrape.get_cookie_string(url)
Issue Analytics
- State:
- Created 5 years ago
- Comments:23 (4 by maintainers)
Top Results From Across the Web
Recent Error parsing Cloudflare IUAM Javascript challenge
Hello, I'm getting the IUAM parsing error since a day. This might be the same as #192. I cannot verify if the remote...
Read more >cloudflare : r/sickrage - Reddit
Error message: 2018-06-23 16:25:29 SEARCHQUEUE-DAILY-SEARCH :: [5066fab] Request failed: Error parsing Cloudflare IUAM Javascript challenge.
Read more >https://raw.githubusercontent.com/lukele/cloudflar...
DOTALL).groups() js = match[0] + match[-1] except Exception: raise ValueError("Error parsing Cloudflare IUAM Javascript challenge. %s" % BUG_REPORT) js ...
Read more >Pathing status - Logs - Cloudflare Docs
Challenge (Captcha or JavaScript) or block visitors who use a browser for which the User-Agent name matches a specific string. EdgePathingStatus ...
Read more >cloudscraper - npm.io
Node.js library to bypass Cloudflare's anti-ddos page. ... See more here; 3 this error is returned when library failed to parse and solve...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks everyone. I’m pre-occupied at the moment, but I’ve identified the change Cloudflare made and will get the module working again in a few hours.
I pushed a change to fix this issue. Can you all please run
pip install cfscrape -U
to update to the latest version and check if the issue is resolved now?Cloudflare made some minor changes to their IUAM challenge, which is what caused the library to break. I also refreshed the user-agent pool and increased the delay to 8 seconds to make it a little bit harder for them to detect.