Giter Club home page Giter Club logo

Comments (9)

coinproduct avatar coinproduct commented on June 3, 2024

I have the same error. Did you manage to fix it?

from cloudflare-scraper.

kopax avatar kopax commented on June 3, 2024

No i use some other library for this, cloudscraper

from cloudflare-scraper.

coinproduct avatar coinproduct commented on June 3, 2024

Can you use cloudscraper for puppeteer like this library?

from cloudflare-scraper.

coinproduct avatar coinproduct commented on June 3, 2024

I am actually getting this error when using that library: ### Cloudflare may have changed their technique, or there may be a bug.

arent you getting the same?

from cloudflare-scraper.

kopax avatar kopax commented on June 3, 2024

No it keeped working since I implemented it last week

from cloudflare-scraper.

Cosmysd avatar Cosmysd commented on June 3, 2024

No it keeped working since I implemented it last week

You can share your cloudscraper fixed vers?
https://github.com/bestplay9384/cloudscraper
this vers has working since 2 month ago, now full patched

from cloudflare-scraper.

kopax avatar kopax commented on June 3, 2024

I've tested with @coinproduct and for some reason, the challenge was different and it was not passing. Perhaps coinproduct you could try with the version from bestplay9384 using my code sample?

from cloudflare-scraper.

RamBoFe avatar RamBoFe commented on June 3, 2024

Hi,

I had got the same probleme and it seems fix with this following trick in fillCookiesJar.js at line 21 :

  return new Cookie({
    key: name,
    value,
    expires: expiresDate,
    domain: domain.startsWith('.') ? domain.substring(1) : domain,
    path
  }).toString();

Just add .toString() it's done.

Try this and tell me if this works for you.

from cloudflare-scraper.

blacksmithHub avatar blacksmithHub commented on June 3, 2024

Bump to this issue

from cloudflare-scraper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.