FuckingToasters / discord-phone-verifier

Mass Verifing a list of discord tokens by phone.
Creative Commons Zero v1.0 Universal
65 stars 13 forks source link

Solving Captcha #15

Closed GiftStein1 closed 1 year ago

GiftStein1 commented 1 year ago

It stops by Solving the Captcha, I use capmonster with vaksms.

image

FuckingToasters commented 1 year ago

Could you please try out the new dev branch? i fixed multiple things there, maybe the issue you had is fixed too: https://github.com/FuckingToasters/discord-phone-verifier/tree/dev

GiftStein1 commented 1 year ago

Hello still seems to be the same issue

image

FuckingToasters commented 1 year ago

Hello still seems to be the same issue

image

The issue seem to be in the captchatools libary and not in my script itself. which version of captchatools do you have installed? Personally i have installed version 1.2.1

you can try to uninstall captchatools and then install version 1.2.1

pip uninstall captchatools pip install captchatools==1.2.1

GiftStein1 commented 1 year ago

That was the fix! Thank you for the information!