GithubHelp home page GithubHelp logo

Need some help if is posible about hooman HOT 4 CLOSED

sayem314 avatar sayem314 commented on June 1, 2024
Need some help if is posible

from hooman.

Comments (4)

sayem314 avatar sayem314 commented on June 1, 2024 1

maybe captcha workers are busy. for now, use this one. please don't abuse it. it's free btw. and captcha key is really dummy

captchaKey: 'dummy',
captchaRetry: 2,
onCaptcha: async ({ pageurl, sitekey, method }) => {
  try {
    console.log(`[info] Solving ${method} at ${pageurl} for free!`);
    const { body } = await hooman.post('https://harvest.caddy.eu.org/solve', {
      json: {
        sitekey,
        pageurl,
      },
      responseType: 'json',
    });
    return body.generated_pass_UUID;
  } catch (e) {
    console.log(e.message);
  }
},

from hooman.

sayem314 avatar sayem314 commented on June 1, 2024

did you provide real captchaKey from 2captcha?

from hooman.

sayem314 avatar sayem314 commented on June 1, 2024

and did you get any message like [info] Solving hcaptcha at {pageurl}

from hooman.

Danny1994d avatar Danny1994d commented on June 1, 2024

did you provide real captchaKey from 2captcha?

Yes, i have provide real key, and yes, just console log 'solving hcaptcha etc'' but im waiting up to 3 mins and nothing
Test url : https://habnet.biz/ and https://runo.pw/

from hooman.

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.