nextcaptcha-python
nextcaptcha-python copied to clipboard
Funcaptcha is not working !
I keep getting this error :
ERROR:root:Error: 400 {"errorCode":"ERROR_BAD_PARAMETERS","errorDescription":"There appears to be an issue with the parameters submitted for the task.(10)","errorId":22}
ERROR:root:Data: {'clientKey': 'next_bfb06238a4e429bb29a06f037455883bcc', 'solftId': '', 'callbackUrl': '', 'task': {'type': 'FunCaptchaTaskProxyless', 'websiteURL': 'https://twitter.com/i/flow/signup', 'websitePublicKey': '2CB16598-CB82-4CF7-B332-5990DB66F3AB', 'data': ''}}
here is my code :
next_api = NextCaptchaAPI(client_key="next_bfb06238a4e429bb29a06f037455883bcc")
result = next_api.funcaptcha(website_url=website_url, website_public_key=sitekey)
what's the issue ???