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

ERROR_TOKEN_EXPIRED when solving geetest slider captcha #90

Open
SouthMemory opened this issue May 21, 2021 · 0 comments
Open

ERROR_TOKEN_EXPIRED when solving geetest slider captcha #90

SouthMemory opened this issue May 21, 2021 · 0 comments

Comments

@SouthMemory
Copy link

SouthMemory commented May 21, 2021

Failed to solve geetest slider captcha

Code:

`
from anticaptchaofficial.geetestproxyless import *

solver = geetestProxyless()
solver.set_verbose(1)
solver.set_key("b98353d5b8cd34864268f2f94fe1853f")
solver.set_website_url("https://www.hermes.com/de/de/")
solver.set_gt_key("1e505deed3832c02c96ca5abe70df9ab")
solver.set_challenge_key("88de46f9cbce2b7e38c1baeecb1b5d05i2")

token = solver.solve_and_return_solution()
if token != 0:
print("result tokens: ")
print(token)
else:
print("task finished with error "+solver.error_code)
`

Output:

making request to createTask
created task with id 197782288
making request to getTaskResult
task is still processing
making request to getTaskResult
task is still processing
making request to getTaskResult
task is still processing
making request to getTaskResult
task is still processing
making request to getTaskResult
task is still processing
making request to getTaskResult
task is still processing
making request to getTaskResult
task is still processing
making request to getTaskResult
task is still processing
making request to getTaskResult
task is still processing
making request to getTaskResult
API error ERROR_TOKEN_EXPIRED: Captcha provider reported that additional variable token has expired.
task finished with error ERROR_TOKEN_EXPIRED

Help

Does anyone know how to get it work?

@SouthMemory SouthMemory changed the title How to solve: ERROR_TOKEN_EXPIRED ERROR_TOKEN_EXPIRED when solving geetest slider captcha May 21, 2021
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

No branches or pull requests

1 participant