-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Invalid enum value. Expected '2captcha' | 'capsolver', received '' #178
Comments
If you just put 'capsolver' in the solver service entry then it works with a provided token from the dps website. The Wiki has a how to on how to get the proper auth token. |
That works!! Thanks so mcuh |
will fix this soon |
if you do this it will be fine with the next version captcha:
# Avaliable options: solver or browser
strategy: 'browser'
solverOptions:
# Avaliable options: capsolver
solverService: ''
solverApiToken: '' |
I was trying to use the manual token way and I tried putting "solver" / "browser" here but both don't work. I also tried commenting out "captcha" section but also didn't work. I was using codespace. Please help!
The text was updated successfully, but these errors were encountered: