question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Scrapes are no longer working

See original GitHub issue

I’ve been running your tool successfully for the last month, but today it’s no longer following the pass through to scrape the target. Right now running the following (replace the site) results in just scraping the redirect waiting page:

import cfscrape

scraper = cfscrape.create_scraper()  # returns a CloudflareScraper instance
# Or: scraper = cfscrape.CloudflareScraper()  # CloudflareScraper inherits from requests.Session
print scraper.get("http://somesite.com").content  # => "<!DOCTYPE html><h

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
veteranbvcommented, Dec 21, 2017

@anorov just tested your push. Works great. Thanks for your work on this project!

0reactions
Anorovcommented, Dec 21, 2017

I have pushed a new version which now checks if the Server header starts with "cloudflare".

https://pypi.python.org/pypi/cfscrape/1.9.1 https://github.com/Anorov/cloudflare-scrape/releases/tag/1.9.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Scrapes (Abrasions): Care Instructions - My Health Alberta
Most scrapes heal well and may not need a bandage. They usually heal within 3 to 7 days. A large, deep scrape may...
Read more >
Why is My Wound or Cut Not Healing? - Johnson & Johnson
When everything goes well, most basic cuts and scrapes typically take about one to two weeks to heal, and those that are particularly...
Read more >
Scrapes - Kaiser Permanente
Briefly discusses types of scrapes and how they heal. Offers interactive tool to help decide when to seek care. Also offers home treatment...
Read more >
How a Scrape Heals – Health Information Library | PeaceHealth
Most scrapes heal well with home treatment and do not scar. Minor scrapes may be uncomfortable, but they usually heal within 3 to...
Read more >
Cuts, Scratches, and Scrapes (for Teens) - Nemours KidsHealth
You might think a cut or scrape is no big deal. But any time the skin gets broken, there's a risk of infection....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found