Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot not load the asset file #19

Open
kenfly51 opened this issue Jul 19, 2021 · 9 comments
Open

Cannot not load the asset file #19

kenfly51 opened this issue Jul 19, 2021 · 9 comments

Comments

@kenfly51
Copy link

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
Copy link

jairoxyz commented Aug 25, 2021

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

Sorry wrong url. Try this one.

@fstackgeek
Copy link

@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
Copy link

@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
Copy link

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
Copy link

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
Copy link

@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
Copy link

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

@zaniniarthur
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants