Skip to content

fix: auto-solve hCaptcha on 500 error (fixes #7)#32

Open
tlyyxjz wants to merge 1 commit into
flowese:mainfrom
tlyyxjz:main
Open

fix: auto-solve hCaptcha on 500 error (fixes #7)#32
tlyyxjz wants to merge 1 commit into
flowese:mainfrom
tlyyxjz:main

Conversation

@tlyyxjz
Copy link
Copy Markdown

@tlyyxjz tlyyxjz commented Jun 4, 2026

/claim #7

Fix for #7 - 500 Error / hCaptcha Auto-Solve

Added hcaptcha_solver.py with auto-detect + Capsolver/2captcha/manual fallback.
make_request() now retries with solved CAPTCHA token.

Changes

  • hcaptcha_solver module with detect_hcaptcha() and solve_hcaptcha()
  • make_request() retries on CAPTCHA challenges
  • 500 error retry logic with exponential backoff
  • Set CAPSOLVER_API_KEY env var for auto-solve

Fixes: #7
Bounty: $8,000

Add hcaptcha_solver module with Capsolver/2captcha/manual support.
make_request() now detects and retries CAPTCHA challenges automatically.

Fixes flowese#7 - 500 Server Error caused by unhandled hCaptcha challenge.
Bounty: $8,000
@opirebot
Copy link
Copy Markdown

opirebot Bot commented Jun 4, 2026

👀 We've notified the reward creators here.
Make sure your payment account is ready to receive the payment for your hard 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

Successfully merging this pull request may close these issues.

500 Server Error - Auto Solve hcapcha

1 participant