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
Could not open 'http://www.curseforge.com/wow/addons/bagnon/files', retrying... (0) Could not open 'http://www.curseforge.com/wow/addons/bagnon/files', retrying... (1) Could not open 'http://www.curseforge.com/wow/addons/bagnon/files', retrying... (2) Could not open 'http://www.curseforge.com/wow/addons/bagnon/files', retrying... (3) Could not open 'http://www.curseforge.com/wow/addons/bagnon/files', retrying... (4) Curse Update Exception Cloudflare captcha challenge presented for www.curseforge.com (cfscrape cannot solve captchas)
Only on Debian10. On Debian9 - same machine - everything works.
The text was updated successfully, but these errors were encountered:
When I edit waitdlg.py to set
cfscrape.DEFAULT_CIPHERS = 'TLS_AES_256_GCM_SHA384:ECDHE-ECDSA-AES256-SHA384'
I'm getting rid of the cannot solve captchas error but instead I get this Anorov/cloudflare-scrape#310 - which is the exact problem I'm having. I'm just wondering why this still doesn't happen under Debian9.
ilu33
changed the title
cfscrape cannot solve captchas
cfscrape cannot solve captchas - SSLv3 handshake failure
Dec 12, 2019
My main problem with finding the correct ciphers was that I thought www.curseforge.com was the relevant server but it's not. Downloads come from edge.forgecdn.net which accepts only TLS 1.2 and only few ciphers.
Maybe patching waitdlg.py would be a good idea? kECDHE is the relevant cipher. @ephraim@timwienk ?
I'm getting this error - anybody else too?
Could not open 'http://www.curseforge.com/wow/addons/bagnon/files', retrying... (0) Could not open 'http://www.curseforge.com/wow/addons/bagnon/files', retrying... (1) Could not open 'http://www.curseforge.com/wow/addons/bagnon/files', retrying... (2) Could not open 'http://www.curseforge.com/wow/addons/bagnon/files', retrying... (3) Could not open 'http://www.curseforge.com/wow/addons/bagnon/files', retrying... (4) Curse Update Exception Cloudflare captcha challenge presented for www.curseforge.com (cfscrape cannot solve captchas)
Only on Debian10. On Debian9 - same machine - everything works.
The text was updated successfully, but these errors were encountered: