JimmyLaurent / hcaptcha-solver

A library to solve hCaptcha challenges
194 stars 37 forks source link

Cannot not load the asset file #19

Open kenfly51 opened 3 years ago

kenfly51 commented 3 years ago

Screenshot 2021-07-19 235306

Just follow the guide, but I got this error. It seems like the assets file is out of date?

jairoxyz commented 3 years ago

Asset file is now at https://newassets.hcaptcha.com/c/420b6d0a/hsl.js

Sorry wrong url. Try this one.

fstackgeek commented 3 years ago

@jairoxyz I did this but it doesn't work. Did you manage to get it to work? can you explain what did you do exactly?

jairoxyz commented 3 years ago

@amiiir do you have a site to test with? Please try this url, I accidentally copied the wrong one. https://newassets.hcaptcha.com/c/420b6d0a/hsl.js

fstackgeek commented 3 years ago

I used this new asset, but I got the same error:

  c: {
    type: 'hsj',
    req: '...'
  },
  success: false,
  'error-codes': []
}

This is what is returned in response, but the code expects something else with the properties {key, tasklist, request_type}

jairoxyz commented 3 years ago

Yes, the thing is that uuid() doesn't work for sitekey, so I used the one scraped from the site and I get a good response from getcaptcha but then the last call to checkcaptcha returns 403. Not sure why yet.

fstackgeek commented 3 years ago

@jairoxyz I don't have much experience with this package and the whole mechanism of how hCaptcha works. If you could get it to work, please post your solution here. Thank you so much

jairoxyz commented 3 years ago

I think best is to look into this implementation: https://github.com/aw1875/puppeteer-hcaptcha

zaniniarthur commented 3 years ago

Usei este novo ativo, mas recebi o mesmo erro:

  c: {
    type: 'hsj',
    req: '...'
  },
  success: false,
  'error-codes': []
}

Isso é o que é retornado em resposta, mas o código espera algo diferente com as propriedades {key, tasklist, request_type}

Estou com essa mesma falha... alguem conseguiu resolver?

pythonDLL commented 8 months ago

you guys atleast try to read the code bruh its just random true or false thing it will never work