Captcha issues
See original GitHub issueThe latest version of cfscrape should not encounter captchas, unless you’re using Tor or another IP that Cloudflare has blacklisted. If you’re getting a captcha error, first please run pip install -U cfscrape
and try again. If you’re still getting an error, please leave a comment.
Please put all captcha challenge-related issues here.
Please run the following to determine the OpenSSL version compiled with your Python binary and include the output in your comment:
$ python3 -c 'import ssl; print(ssl.OPENSSL_VERSION)'
OpenSSL 1.1.1b 26 Feb 2019
(Or python
instead of python3
if running on Python 2.)
Issue Analytics
- State:
- Created 4 years ago
- Comments:129 (63 by maintainers)
Top Results From Across the Web
FIX: reCAPTCHA not working in Chrome, Firefox, or any browser
One of the methods discussed in this guide to fix reCAPTCHA not working issue in Chrome, Firefox, Edge, etc browser, is sure to...
Read more >Troubleshooting: CAPTCHA - JSTOR Support
What to do when you don't see a CAPTCHA · Clear your cache and cookies · Make sure your browser is up to...
Read more >What to Do When CAPTCHAs Won't Work - LiveAbout
If your CAPTCHA isn't being accepted, the problem might not be with your reading or your typing — the code might simply have...
Read more >reCAPTCHA live status and problems - Downdetector
Real-time status and problems for reCAPTCHA Website down? ... Select the option you are having issues with, and help provide feedback to the...
Read more >How to Fix reCAPTCHA Not Working - Online Tech Tips
How to Fix reCAPTCHA Not Working · Reboot Your Router · Update Your Web Browser Version · Deactivate Your Web Browser's Extensions ·...
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
I’m still curious about that SSLv3 handshake error. The adapter can be toggled on and off so I’m not really worried about it, just curious.
@lukele The PR looks great and is a minimal solution. 🎉