Captcha issues on ww1.torrent9.nz
See original GitHub issueRelated #235
The error is occurring on version 2.0.5, at least when using older openssl versions. Currently unable to reproduce on my own system.
Steps to reproduce outside of SickChill:
Code snippet
import uuid
import platform
import cfscrape
INSTANCE_ID = str(uuid.uuid1())
USER_AGENT = ('SickChill.CE.1/(' + platform.system() + '; ' + platform.release() + '; ' + INSTANCE_ID + ')')
scraper = cfscrape.create_scraper()
scraper.headers.update({'User-Agent': USER_AGENT, 'Accept-Encoding': 'gzip,deflate'})
scraper.get('https://ww1.torrent9.nz')
First reported here: https://github.com/SickChill/SickChill/issues/5512 and here: https://github.com/SickChill/SickChill/issues/5515
Please generate a report with this script.
This must be ran from within the cloned cloudflare-scrape repo if you haven’t pip installed cfscrape
git clone https://gist.github.com/pro-src/17654ec3f949b0b17bd1a4aa1b4136b9 temp
cp temp/report.py report.py
python report.py
Report: http://dpaste.com/0FEE3BX
Issue Analytics
- State:
- Created 4 years ago
- Comments:10
Top Results From Across the Web
groups-212.txt - Peatix
... https://mods-not-working-skyrim-special-edition85590.peatix.com ... https://captcha-sniper-777-full-crack-44.peatix.com https://jstbcc.peatix.com ...
Read more >Wiping Your Hands Clean of Paper Towel Transmitted Bacteria
Cascades Anti-Bacterial Paper Towels compensate for improper hand washing by killing 99.99 percent of harmful bacteria.
Read more >whitelist.txt - GitHub
... party scripts are blocked on a website @@||gstatic.com/recaptcha/$script ... ,torrent9.ec,torrent9.nz,torrent9.pe,torrent9.ph,torrent9.top,torrent9.uno ...
Read more >Experts for mongoose pt - Linknovate
Name Score News
Amazon 48.2 2
Paramount Pictures 48.2 2
James Williams 48.2 2
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
@jansun,
I’ve determined the problem. The CacheControl adapter used by SickChill is replacing the adapter used by cloudflare-scrape. https://github.com/SickChill/SickChill/blob/master/lib/cachecontrol/wrapper.py
I’ll send a PR downstream to fix this up. Thanks for your patience and troubleshooting!
@janusn https://github.com/SickChill/SickChill/pull/5516