NoahCardoza / CaptchaHarvester

Solve captchas yourself without having to pay for services like 2captcha for use in automated projects.

Home Page:https://pypi.org/project/captcha-harvester/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Captcha never solve

FuckingToasters opened this issue · comments

Hi, somehow the captcha never solve itself.

            pystyle.Write.Print("\t[*] Solving captcha... please be patient!\n", pystyle.Colors.yellow, interval=0)
            harvester = Harvester('0.0.0.0', 7777)
            captchatokens = harvester.intercept_hcaptcha(domain='discord.com', sitekey=SITE_KEY)
            server_thread = threading.Thread(target=harvester.serve, daemon=True)
            server_thread.start()
            while True:
                print("1")
                captchatoken = captchatokens.get()
                print(captchatoken)

Using this Code above, it print me number 1 after that it's just waiting for a undefined period of time ( unlimited waiting)
Hope that there is a solution for it.

Regards,
FuckingToasters

Are you trying to solve it in the window that opens up?