Onlyfans

mrxsal

Новичок
Регистрация
28.07.2022
Сообщения
2
Благодарностей
0
Баллы
1
I'm trying to solve the captcha when logging in to onlyfans. I'm assuming I should use the type "RecaptchaV3TaskProxyless".
Unfortunately, so far all responses from getTaskResult api return the following after about 2 or 3 minutes:
Код:
{'errorId': 1, 'errorCode': 'ERROR_CAPTCHA_UNSOLVABLE', 'errorDescription': 'This type of captchas is not supported by the service or the image does not contain an answer, perhaps it is too noisy. It could also mean that the image is corrupted or was incorrectly rendered. '}
im sending the following payload to the createTask api:
Код:
{
            "clientKey": "MY_KEY"
            "task":
            {
                "type": "RecaptchaV3TaskProxyless",
                "websiteURL": https://onlyfans.com/
                "websiteKey": "6LddGoYgAAAAAHD275rVBjuOYXiofr1u4pFS5lHn",
            }
        }
One thing I noticed was in the documentation the websiteKey should be taken from a google.com url, but I took this websiteKey from
https://recaptcha.net/recaptcha/enterprise.js?render=6LcvNcwdAAAAAMWAuNRXH74u3QePsEzTm6GEjx0J&hl=en

Can you advise me how to proceed?
 

mrxsal

Новичок
Регистрация
28.07.2022
Сообщения
2
Благодарностей
0
Баллы
1
I think I had to use the V2 Enterprise API. I get a positive response now, but when submitting on OnlyFans I get a "Captcha Wrong" error. The result is correctly added to the payload in the login call (in network tab).

Should I maybe be using a V3 Enterprise API? Anti-Captcha has one, but I don't see it in your documentation.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)