Hello i want to solve captcha in my template but it failed with this error
Solve H Captcha (SolveHCaptcha) <<
[DeathByCaptcha] Balance: $XXXX
[Executing block Solve H Captcha] NotSupportedException: Specified method is not supported.
Any idea?
Hello i want to solve captcha in my template but it failed with this error
Solve H Captcha (SolveHCaptcha) <<
[DeathByCaptcha] Balance: $XXXX
[Executing block Solve H Captcha] NotSupportedException: Specified method is not supported.
Any idea?
It means death by captcha with hcaptcha is not supported, you have to use a different provider like 2captcha or anti-captcha
I want to clarify that DBC does indeed support HCaptcha but it was just recently introduced so I have to update CaptchaSharp to support it. The list of supported Captcha tasks and services can be seen here GitHub - openbullet/CaptchaSharp: .NET Standard standalone wrapper for the Web APIs of all major captcha solving services
Executing block Type Human] NotSupportedException: Specified method is not supported
I’m having a problem with the new version of OB2, how do I solve this problem?
#puppeteer
Can you please let us know which specific block is causing the issue?
block TYPE puppeteer
Maybe xpath is not supported for that specific method, can you try with CSS selector? You can use #accountId
as selector
I’ll try here for a moment
in the old version of OB2 it works normally.
this was the problem, it is not accepting xpath
Yeah, then use CSS selector
Is it possible to fix this bug?, as all my config made in puppeert are in xpath
Yes I can fix it in the next version, please open an issue on github (be specific, say exactly which blocks are giving the issue) otherwise I will forget to do it.
It has been partially addressed by this issue in the past, but not completely XPATH on Puppeter · Issue #7 · openbullet/OpenBullet2 · GitHub
Report