nextcaptcha-python icon indicating copy to clipboard operation
nextcaptcha-python copied to clipboard

Python 3 package for easy integration with the API of nextcaptcha captcha solving service to bypass recaptcha, recaptcha mobile,hcaptcha,funcaptcha/Пакет Python 3 для простой интеграции с API сервиса...

Results 5 nextcaptcha-python issues
Sort by recently updated
recently updated
newest added

hello , ive tried your api for funcaptcha , but got some error , could you pls check and lemme know what is the solution ? `{'errorId': 502, 'errorDescription': 'The...

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':...

The code configures the root logger by running `logging.basicConfig`. This should not happen since it configures the root logger for anyone that imports this library. The library should only emit...

I'm using yous services to bypass a captcha for web scraping task and I think the minimum score is set to 0.9 at least, is there any way to determine...