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.

Can not bypass cloudflare captcha

See original GitHub issue

Hi

I got 403 status code from CF when running the following code:

const cloudflareScraper = require('cloudflare-scraper');

(async () => {
  try {
    const response = await cloudflareScraper.get('https://widtodo.com/4c8rx0tt8ek4');
    console.log(response);
  } catch (error) {
    console.log(error)
  }
})();

packages.json

{
  "dependencies": {
    "cloudflare-scraper": "^1.0.4",
    "puppeteer": "^3.3.0"
  }
}

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Cosmysdcommented, Jun 16, 2020

@Cosmysd I’m not available, I already have a fulltime job. I can’t promise anything but I’m ok to try to help you in the measure of possible. Give me your discord, I’ll add you.

@kakaska Do you have a stacktrace ? Did you try from other IPs (different country for example) ?

Alexx#0877

1reaction
kakaskacommented, Jun 16, 2020

Couldn’t reproduce, sorry. The url doesn’t seem to be protected by IUAM. Do you have this error every time ?

yes, I got the 403 http code every time

Read more comments on GitHub >

github_iconTop Results From Across the Web

(2022) Fix: Tachiyomi 'Failed to Bypass Cloudflare' error
Quick Answer: 'Failed to bypass Cloudflare' simply means that Tachiyomi failed to fetch data from the external server as it is protected by...
Read more >
How to Bypass Cloudflare: A Comprehensive Guide - ZenRows
Thankfully, the answer is yes! But, developing a Cloudflare bypass is no simple feat to do on your own. First, you'll need to...
Read more >
Tachiyomi: Failed to bypass cloudflare : r/manhwa - Reddit
Same, but it's in nhentai for me. I've tried updating it and checking it in webview but it loads forever and there is...
Read more >
Is there a solution to bypass Captcha verification to access ...
This answer is so wrong. First, IP address is just a number, it cannot be "suspicious". · >There are several common >reasons a...
Read more >
Cloudflare Bot Protection Bypass: How to setup? - Bobcares
Level of danger. Only if the traffic is suspicious will Cloudflare offer a CAPTCHA. A CAPTCHA, for example, will display if a user...
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