aw1875 / puppeteer-hcaptcha

A library to solve hcaptcha challenges that are automated within puppeteer. You can automatically set response values where they should be so the only thing left for you is submitting the page or you can get the response token.
https://www.npmjs.com/package/puppeteer-hcaptcha
138 stars 38 forks source link

[Bug]: completed: token returned as undefined #72

Closed PYTHON17912 closed 1 year ago

PYTHON17912 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Code block(s) with your code.

Example:

const { hcaptchaToken } = require('puppeteer-hcaptcha');

(async () => {
    let token = await hcaptchaToken(<URL>);
    console.log(token);
})();
  1. Description of your files hierarchy (either a photo or markdown).

Example:

exampleproject
│
└───node_modules
└───folder
│   │   file.txt
│   │   file2.txt
│   solve.js
  1. Any other steps needed to reproduce issue.

Screenshots If applicable, add screenshots to help explain your problem.

Errors Received If no screenshots available then please send the error received.

Additional context Add any other context about the problem here.

aw1875 commented 1 year ago

You didn't fill out any of the issue template, I have no idea what the context behind the issue is.

PYTHON17912 commented 1 year ago

Please update it 🥺 , coco-ssd is useless now

aw1875 commented 1 year ago

I'm aware that coco-ssd hasn't been working great for some time now. I haven't had any other model recommendations and unfortunately don't have the time to focus on training a decent model for this task. Since you've provided nothing else for me to help you I'm going to close this issue.