我正在尝试使用Twocaptcha来通过Outlook的FunCaptcha,但不起作用。

huangapple go评论60阅读模式
英文:

i am trying to pass outlook funcaptcha using Twocaptcha but not working

问题

I am trying to bypass funcaptcha through twocaptcha using Python. But could not.

Here is my code also:

solver = CaptchaSolver(CaptchaSolvingService.TWOCAPTCHA, api_key='')
solver.get_balance()
solver = solver.solve_funcaptcha('B7D8911C-5CC8-A9A3-35B0-554ACEE604DA', 'https://signup.live.com/signup')
time.sleep(90)
英文:

I am trying to bypass funcaptcha throug twocaptcha using python. But could not

here is my code also

solver = CaptchaSolver(CaptchaSolvingService.TWOCAPTCHA, api_key='')
solver.get_balance()
solver = solver.solve_funcaptcha('B7D8911C-5CC8-A9A3-35B0-554ACEE604DA','https://signup.live.com/signup')
time.sleep(90)

I am trying to bypass funcaptcha throug twocaptcha using python. But could not

here is my code also

solver = CaptchaSolver(CaptchaSolvingService.TWOCAPTCHA, api_key='')
solver.get_balance()
solver = solver.solve_funcaptcha('B7D8911C-5CC8-A9A3-35B0-554ACEE604DA','https://signup.live.com/signup')
time.sleep(90)

答案1

得分: 1

你必须使用网格方法来解决验证码问题,过去几年来,普通的实现方法在Outlook上不起作用。

英文:

You have to use the grid method to solve the captcha, the normal method of implementation does not work for outlook, nor has it for the past couple years.

huangapple
  • 本文由 发表于 2023年4月17日 18:30:21
  • 转载请务必保留本文链接:https://go.coder-hub.com/76034187.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定