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

[Question] Challenger is crashing when hcaptcha solves instantly #46

Closed
nicros22 opened this issue Jun 1, 2022 · 6 comments
Closed
Labels
fixed BUG 已修复或问题已解决

Comments

@nicros22
Copy link

nicros22 commented Jun 1, 2022

I found where exception occurs (\services\hcaptcha_challenger\core.py)
изображение
I tried to call the challenge_success function or just return CHALLENGE_SUCCESS but it didn't work for me. What do I need to do? maybe change the exception itself ChallengePassed?

@QIN2DIM
Copy link
Owner

QIN2DIM commented Jun 1, 2022

@nicros22
Copy link
Author

nicros22 commented Jun 1, 2022

When I click on the captcha, it is solved instantly without showing pictures. Because of this, it shows this exception and exits. What do I need to do to make the script work further and ignore this exception?
изображение

@QIN2DIM
Copy link
Owner

QIN2DIM commented Jun 1, 2022

emmmm?

try:
  get_label(ctx)
except ChallengePassed:
  pass

@QIN2DIM
Copy link
Owner

QIN2DIM commented Jun 1, 2022

really? @xxhtx1337 🤦‍♂️Please go and discuss with your TokenMan how to solve your problem.

@QIN2DIM QIN2DIM closed this as completed Jun 1, 2022
@QIN2DIM QIN2DIM added the fixed BUG 已修复或问题已解决 label Jun 1, 2022
@QIN2DIM QIN2DIM reopened this Jun 3, 2022
@QIN2DIM
Copy link
Owner

QIN2DIM commented Jun 3, 2022

You're right, I misjudged it, I'll fix that later. Thank you for the issue.🥂 @xxhtx1337 @nicros22

@QIN2DIM QIN2DIM closed this as completed in bd8a943 Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed BUG 已修复或问题已解决
Projects
None yet
Development

No branches or pull requests

3 participants
@nicros22 @QIN2DIM and others