| ============================= test session starts ==============================
|
| platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.6.0 -- /opt/testbed/bin/python3
|
| cachedir: .pytest_cache
|
| rootdir: /testbed
|
| configfile: pyproject.toml
|
| plugins: asyncio-0.23.8
|
| asyncio: mode=auto
|
| collecting ... collected 233 items
|
|
|
| tests/test_akamai.py::TestAkamaiBase::test_captcha_handler_exist PASSED [ 0%]
|
| tests/test_akamai.py::TestAkamaiBase::test_aio_captcha_handler_exist PASSED [ 0%]
|
| tests/test_akamai.py::TestAkamaiBase::test_wrong_captcha_type PASSED [ 1%]
|
| tests/test_akamai.py::TestAkamaiBase::test_no_captcha_type PASSED [ 1%]
|
| tests/test_akamai.py::TestAkamaiBMPBase::test_solve FAILED [ 2%]
|
| tests/test_akamai.py::TestAkamaiBMPBase::test_aio_solve FAILED [ 2%]
|
| tests/test_akamai.py::TestAkamaiBMPBase::test_solve_context FAILED [ 3%]
|
| tests/test_akamai.py::TestAkamaiBMPBase::test_aio_solve_context FAILED [ 3%]
|
| tests/test_akamai.py::TestAkamaiWebBase::test_solve FAILED [ 3%]
|
| tests/test_akamai.py::TestAkamaiWebBase::test_aio_solve FAILED [ 4%]
|
| tests/test_akamai.py::TestAkamaiWebBase::test_solve_context FAILED [ 4%]
|
| tests/test_akamai.py::TestAkamaiWebBase::test_aio_solve_context FAILED [ 5%]
|
| tests/test_binance.py::TestBinanceBase::test_captcha_handler_exist PASSED [ 5%]
|
| tests/test_binance.py::TestBinanceBase::test_aio_captcha_handler_exist PASSED [ 6%]
|
| tests/test_binance.py::TestBinanceBase::test_wrong_captcha_type PASSED [ 6%]
|
| tests/test_binance.py::TestBinanceBase::test_no_captcha_type PASSED [ 6%]
|
| tests/test_binance.py::TestBinanceBase::test_no_websiteURL PASSED [ 7%]
|
| tests/test_binance.py::TestBinanceBase::test_no_validateId PASSED [ 7%]
|
| tests/test_binance.py::TestBinanceCaptchaTaskBase::test_instance PASSED [ 8%]
|
| tests/test_binance.py::TestBinanceCaptchaTaskBase::test_solve FAILED [ 8%]
|
| tests/test_binance.py::TestBinanceCaptchaTaskBase::test_aio_solve FAILED [ 9%]
|
| tests/test_cloudflare.py::TestCloudflareBase::test_captcha_handler_exist PASSED [ 9%]
|
| tests/test_cloudflare.py::TestCloudflareBase::test_aio_captcha_handler_exist PASSED [ 9%]
|
| tests/test_cloudflare.py::TestCloudflareBase::test_wrong_captcha_type PASSED [ 10%]
|
| tests/test_cloudflare.py::TestCloudflareBase::test_no_captcha_type PASSED [ 10%]
|
| tests/test_cloudflare.py::TestCloudflareBase::test_no_websiteURL PASSED [ 11%]
|
| tests/test_cloudflare.py::TestAntiCloudflareTaskBase::test_instance PASSED [ 11%]
|
| tests/test_cloudflare.py::TestAntiCloudflareTaskBase::test_solve FAILED [ 12%]
|
| tests/test_cloudflare.py::TestAntiCloudflareTaskBase::test_aio_solve FAILED [ 12%]
|
| tests/test_control.py::TestControl::test_get_balance_exist PASSED [ 12%]
|
| tests/test_control.py::TestControl::test_aio_get_balance_exist PASSED [ 13%]
|
| tests/test_control.py::TestControl::test_get_balance FAILED [ 13%]
|
| tests/test_control.py::TestControl::test_aio_get_balance FAILED [ 14%]
|
| tests/test_control.py::TestControl::test_get_balance_api_key_err PASSED [ 14%]
|
| tests/test_control.py::TestControl::test_aio_get_balance_api_key_err PASSED [ 15%]
|
| tests/test_core.py::TestCore::test_retries PASSED [ 15%]
|
| tests/test_core.py::TestCore::test_async_retries PASSED [ 15%]
|
| tests/test_core.py::TestCore::test_create_base PASSED [ 16%]
|
| tests/test_core.py::TestCore::test_aio_create_base PASSED [ 16%]
|
| tests/test_core.py::TestCore::test_create_base_context PASSED [ 17%]
|
| tests/test_core.py::TestCore::test_aio_create_base_context PASSED [ 17%]
|
| tests/test_core.py::TestCore::test_no_key_err PASSED [ 18%]
|
| tests/test_core.py::TestCore::test_no_key_err_context PASSED [ 18%]
|
| tests/test_core.py::TestCore::test_aio_no_key_err_context PASSED [ 18%]
|
| tests/test_core.py::TestCore::test_create_base_err_context PASSED [ 19%]
|
| tests/test_core.py::TestCore::test_aio_create_base_err_context PASSED [ 19%]
|
| tests/test_core.py::TestCore::test_wrong_sleep_time[-2] PASSED [ 20%]
|
| tests/test_core.py::TestCore::test_wrong_sleep_time[-1] PASSED [ 20%]
|
| tests/test_core.py::TestCore::test_wrong_sleep_time[0] PASSED [ 21%]
|
| tests/test_core.py::TestCore::test_wrong_sleep_time[1] PASSED [ 21%]
|
| tests/test_core.py::TestCore::test_wrong_sleep_time[2] PASSED [ 21%]
|
| tests/test_core.py::TestCore::test_wrong_sleep_time[3] PASSED [ 22%]
|
| tests/test_core.py::TestCore::test_wrong_sleep_time[4] PASSED [ 22%]
|
| tests/test_core.py::TestEnum::test_enum_list PASSED [ 23%]
|
| tests/test_core.py::TestEnum::test_enum_list_values PASSED [ 23%]
|
| tests/test_core.py::TestEnum::test_enum_list_names PASSED [ 24%]
|
| tests/test_core.py::TestConfig::test_attempts_generator PASSED [ 24%]
|
| tests/test_datadome_slider.py::TestDatadomeSliderBase::test_captcha_handler_exist PASSED [ 24%]
|
| tests/test_datadome_slider.py::TestDatadomeSliderBase::test_aio_captcha_handler_exist PASSED [ 25%]
|
| tests/test_datadome_slider.py::TestDatadomeSliderBase::test_wrong_captcha_type PASSED [ 25%]
|
| tests/test_datadome_slider.py::TestDatadomeSlider::test_params[socks5] PASSED [ 26%]
|
| tests/test_datadome_slider.py::TestDatadomeSlider::test_params[http] PASSED [ 26%]
|
| tests/test_datadome_slider.py::TestDatadomeSlider::test_params[https] PASSED [ 27%]
|
| tests/test_datadome_slider.py::TestDatadomeSlider::test_params_context[socks5] PASSED [ 27%]
|
| tests/test_datadome_slider.py::TestDatadomeSlider::test_params_context[http] PASSED [ 27%]
|
| tests/test_datadome_slider.py::TestDatadomeSlider::test_params_context[https] PASSED [ 28%]
|
| tests/test_datadome_slider.py::TestDatadomeSlider::test_aio_proxy_err[socks5] FAILED [ 28%]
|
| tests/test_datadome_slider.py::TestDatadomeSlider::test_aio_proxy_err[http] FAILED [ 29%]
|
| tests/test_datadome_slider.py::TestDatadomeSlider::test_aio_proxy_err[https] FAILED [ 29%]
|
| tests/test_datadome_slider.py::TestDatadomeSlider::test_proxy_err[socks5] FAILED [ 30%]
|
| tests/test_datadome_slider.py::TestDatadomeSlider::test_proxy_err[http] FAILED [ 30%]
|
| tests/test_datadome_slider.py::TestDatadomeSlider::test_proxy_err[https] FAILED [ 30%]
|
| tests/test_fun_captcha.py::TestFunCaptchaBase::test_captcha_handler_exist PASSED [ 31%]
|
| tests/test_fun_captcha.py::TestFunCaptchaBase::test_aio_captcha_handler_exist PASSED [ 31%]
|
| tests/test_fun_captcha.py::TestFunCaptchaBase::test_wrong_captcha_type PASSED [ 32%]
|
| tests/test_fun_captcha.py::TestFunCaptchaBase::test_wrong_type_params PASSED [ 32%]
|
| tests/test_fun_captcha.py::TestFunCaptchaBase::test_aio_wrong_type_params PASSED [ 33%]
|
| tests/test_fun_captcha.py::TestFunCaptchaBase::test_no_captcha_type PASSED [ 33%]
|
| tests/test_fun_captcha.py::TestFunCaptchaProxyless::test_params PASSED [ 33%]
|
| tests/test_fun_captcha.py::TestFunCaptchaProxyless::test_params_context PASSED [ 34%]
|
| tests/test_fun_captcha.py::TestFunCaptchaProxyless::test_no_website_key PASSED [ 34%]
|
| tests/test_fun_captcha.py::TestFunCaptchaProxyless::test_no_website_url PASSED [ 35%]
|
| tests/test_fun_captcha.py::TestFunCaptchaProxyless::test_aio_api_key_err PASSED [ 35%]
|
| tests/test_fun_captcha.py::TestFunCaptchaProxyless::test_api_key_err PASSED [ 36%]
|
| tests/test_fun_captcha.py::TestFunCaptchaClassification::test_params PASSED [ 36%]
|
| tests/test_fun_captcha.py::TestFunCaptchaClassification::test_params_context PASSED [ 36%]
|
| tests/test_fun_captcha.py::TestFunCaptchaClassification::test_solve PASSED [ 37%]
|
| tests/test_fun_captcha.py::TestFunCaptchaClassification::test_solve_context PASSED [ 37%]
|
| tests/test_fun_captcha.py::TestFunCaptchaClassification::test_aio_solve PASSED [ 38%]
|
| tests/test_fun_captcha.py::TestFunCaptchaClassification::test_aio_solve_context PASSED [ 38%]
|
| tests/test_fun_captcha.py::TestFunCaptchaClassification::test_no_image PASSED [ 39%]
|
| tests/test_fun_captcha.py::TestFunCaptchaClassification::test_no_question PASSED [ 39%]
|
| tests/test_fun_captcha.py::TestFunCaptchaClassification::test_wrong_type_params PASSED [ 39%]
|
| tests/test_fun_captcha.py::TestFunCaptchaClassification::test_aio_wrong_type_params PASSED [ 40%]
|
| tests/test_gee_test.py::TestGeeTestBase::test_captcha_handler_exist PASSED [ 40%]
|
| tests/test_gee_test.py::TestGeeTestBase::test_aio_captcha_handler_exist PASSED [ 41%]
|
| tests/test_gee_test.py::TestGeeTestBase::test_wrong_captcha_type PASSED [ 41%]
|
| tests/test_gee_test.py::TestGeeTestBase::test_wrong_type_params PASSED [ 42%]
|
| tests/test_gee_test.py::TestGeeTestBase::test_aio_wrong_type_params PASSED [ 42%]
|
| tests/test_gee_test.py::TestGeeTestBase::test_no_captcha_type PASSED [ 42%]
|
| tests/test_gee_test.py::TestGeeTestBase::test_no_gt_key[GeeTestTask] PASSED [ 43%]
|
| tests/test_gee_test.py::TestGeeTestBase::test_no_gt_key[GeeTestTaskProxyLess] PASSED [ 43%]
|
| tests/test_gee_test.py::TestGeeTestBase::test_no_website_url[GeeTestTask] PASSED [ 44%]
|
| tests/test_gee_test.py::TestGeeTestBase::test_no_website_url[GeeTestTaskProxyLess] PASSED [ 44%]
|
| tests/test_gee_test.py::TestGeeTestBase::test_no_challenge[GeeTestTask] PASSED [ 45%]
|
| tests/test_gee_test.py::TestGeeTestBase::test_no_challenge[GeeTestTaskProxyLess] PASSED [ 45%]
|
| tests/test_gee_test.py::TestGeeTestProxyLess::test_params PASSED [ 45%]
|
| tests/test_gee_test.py::TestGeeTestProxyLess::test_params_context PASSED [ 46%]
|
| tests/test_gee_test.py::TestGeeTestProxyLess::test_aio_api_key_err PASSED [ 46%]
|
| tests/test_gee_test.py::TestGeeTestProxyLess::test_api_key_err FAILED [ 47%]
|
| tests/test_gee_test.py::TestGeeTest::test_params[socks5] PASSED [ 47%]
|
| tests/test_gee_test.py::TestGeeTest::test_params[http] PASSED [ 48%]
|
| tests/test_gee_test.py::TestGeeTest::test_params[https] PASSED [ 48%]
|
| tests/test_gee_test.py::TestGeeTest::test_params_context[socks5] PASSED [ 48%]
|
| tests/test_gee_test.py::TestGeeTest::test_params_context[http] PASSED [ 49%]
|
| tests/test_gee_test.py::TestGeeTest::test_params_context[https] PASSED [ 49%]
|
| tests/test_gee_test.py::TestGeeTest::test_aio_api_key_err[socks5] FAILED [ 50%]
|
| tests/test_gee_test.py::TestGeeTest::test_aio_api_key_err[http] FAILED [ 50%]
|
| tests/test_gee_test.py::TestGeeTest::test_aio_api_key_err[https] FAILED [ 51%]
|
| tests/test_gee_test.py::TestGeeTest::test_api_key_err[socks5] FAILED [ 51%]
|
| tests/test_gee_test.py::TestGeeTest::test_api_key_err[http] FAILED [ 51%]
|
| tests/test_gee_test.py::TestGeeTest::test_api_key_err[https] FAILED [ 52%]
|
| tests/test_hcaptcha.py::TestHCaptchaBase::test_captcha_handler_exist PASSED [ 52%]
|
| tests/test_hcaptcha.py::TestHCaptchaBase::test_aio_captcha_handler_exist PASSED [ 53%]
|
| tests/test_hcaptcha.py::TestHCaptchaBase::test_wrong_captcha_type PASSED [ 53%]
|
| tests/test_hcaptcha.py::TestHCaptchaBase::test_no_captcha_type PASSED [ 54%]
|
| tests/test_hcaptcha.py::TestHCaptchaProxyless::test_params PASSED [ 54%]
|
| tests/test_hcaptcha.py::TestHCaptchaProxyless::test_params_context PASSED [ 54%]
|
| tests/test_hcaptcha.py::TestHCaptchaProxyless::test_no_website_key PASSED [ 55%]
|
| tests/test_hcaptcha.py::TestHCaptchaProxyless::test_no_website_url PASSED [ 55%]
|
| tests/test_hcaptcha.py::TestHCaptchaProxyless::test_aio_api_key_err PASSED [ 56%]
|
| tests/test_hcaptcha.py::TestHCaptchaProxyless::test_api_key_err PASSED [ 56%]
|
| tests/test_hcaptcha.py::TestHCaptcha::test_params[socks5] PASSED [ 57%]
|
| tests/test_hcaptcha.py::TestHCaptcha::test_params[http] PASSED [ 57%]
|
| tests/test_hcaptcha.py::TestHCaptcha::test_params[https] PASSED [ 57%]
|
| tests/test_hcaptcha.py::TestHCaptcha::test_params_context[socks5] PASSED [ 58%]
|
| tests/test_hcaptcha.py::TestHCaptcha::test_params_context[http] PASSED [ 58%]
|
| tests/test_hcaptcha.py::TestHCaptcha::test_params_context[https] PASSED [ 59%]
|
| tests/test_hcaptcha.py::TestHCaptcha::test_no_website_key PASSED [ 59%]
|
| tests/test_hcaptcha.py::TestHCaptcha::test_no_website_url PASSED [ 60%]
|
| tests/test_hcaptcha.py::TestHCaptchaClassification::test_params PASSED [ 60%]
|
| tests/test_hcaptcha.py::TestHCaptchaClassification::test_params_context PASSED [ 60%]
|
| tests/test_hcaptcha.py::TestHCaptchaClassification::test_aio_params_context PASSED [ 61%]
|
| tests/test_hcaptcha.py::TestHCaptchaClassification::test_wrong_captcha_type PASSED [ 61%]
|
| tests/test_hcaptcha.py::TestHCaptchaClassification::test_no_queries PASSED [ 62%]
|
| tests/test_hcaptcha.py::TestHCaptchaClassification::test_no_question PASSED [ 62%]
|
| tests/test_hcaptcha.py::TestHCaptchaClassification::test_api_key_err FAILED [ 63%]
|
| tests/test_hcaptcha.py::TestHCaptchaClassification::test_aio_api_key_err FAILED [ 63%]
|
| tests/test_image_to_text.py::TestImageToTextBase::test_captcha_handler_exist PASSED [ 63%]
|
| tests/test_image_to_text.py::TestImageToTextBase::test_aio_captcha_handler_exist PASSED [ 64%]
|
| tests/test_image_to_text.py::TestImageToTextBase::test_wrong_captcha_type PASSED [ 64%]
|
| tests/test_image_to_text.py::TestImageToText::test_solve_image FAILED [ 65%]
|
| tests/test_image_to_text.py::TestImageToText::test_solve_image_context FAILED [ 65%]
|
| tests/test_image_to_text.py::TestImageToText::test_aio_solve_image FAILED [ 66%]
|
| tests/test_image_to_text.py::TestImageToText::test_aio_solve_image_context FAILED [ 66%]
|
| tests/test_image_to_text.py::TestImageToText::test_captcha_handler_api_key_err PASSED [ 66%]
|
| tests/test_image_to_text.py::TestImageToText::test_aio_captcha_handler_api_key_err PASSED [ 67%]
|
| tests/test_imperva.py::TestImpervaBase::test_captcha_handler_exist PASSED [ 67%]
|
| tests/test_imperva.py::TestImpervaBase::test_aio_captcha_handler_exist PASSED [ 68%]
|
| tests/test_imperva.py::TestImpervaBase::test_wrong_captcha_type PASSED [ 68%]
|
| tests/test_imperva.py::TestImpervaBase::test_no_captcha_type PASSED [ 69%]
|
| tests/test_imperva.py::TestImpervaBase::test_no_websiteUrl PASSED [ 69%]
|
| tests/test_imperva.py::TestImpervaBase::test_no_userAgent PASSED [ 69%]
|
| tests/test_imperva.py::TestAntiImpervaTaskBase::test_instance PASSED [ 70%]
|
| tests/test_imperva.py::TestAntiImpervaTaskBase::test_solve FAILED [ 70%]
|
| tests/test_imperva.py::TestAntiImpervaTaskBase::test_aio_solve FAILED [ 71%]
|
| tests/test_mt_captcha.py::TestMtCaptchaBase::test_captcha_handler_exist PASSED [ 71%]
|
| tests/test_mt_captcha.py::TestMtCaptchaBase::test_aio_captcha_handler_exist PASSED [ 72%]
|
| tests/test_mt_captcha.py::TestMtCaptchaBase::test_wrong_captcha_type PASSED [ 72%]
|
| tests/test_mt_captcha.py::TestMtCaptchaBase::test_no_website_url[MtCaptchaTask] PASSED [ 72%]
|
| tests/test_mt_captcha.py::TestMtCaptchaBase::test_no_website_url[MtCaptchaTaskProxyLess] PASSED [ 73%]
|
| tests/test_mt_captcha.py::TestMtCaptchaBase::test_no_website_key[MtCaptchaTask] PASSED [ 73%]
|
| tests/test_mt_captcha.py::TestMtCaptchaBase::test_no_website_key[MtCaptchaTaskProxyLess] PASSED [ 74%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_params[MtCaptchaTask-socks5] PASSED [ 74%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_params[MtCaptchaTask-http] PASSED [ 75%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_params[MtCaptchaTask-https] PASSED [ 75%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_params[MtCaptchaTaskProxyLess-socks5] PASSED [ 75%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_params[MtCaptchaTaskProxyLess-http] PASSED [ 76%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_params[MtCaptchaTaskProxyLess-https] PASSED [ 76%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_params_context[MtCaptchaTask-socks5] PASSED [ 77%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_params_context[MtCaptchaTask-http] PASSED [ 77%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_params_context[MtCaptchaTask-https] PASSED [ 78%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_params_context[MtCaptchaTaskProxyLess-socks5] PASSED [ 78%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_params_context[MtCaptchaTaskProxyLess-http] PASSED [ 78%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_params_context[MtCaptchaTaskProxyLess-https] PASSED [ 79%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_proxy_err FAILED [ 79%]
|
| tests/test_mt_captcha.py::TestMtCaptcha::test_aio_proxy_err FAILED [ 80%]
|
| tests/test_recaptcha.py::TestReCaptchaBase::test_captcha_handler_exist PASSED [ 80%]
|
| tests/test_recaptcha.py::TestReCaptchaBase::test_aio_captcha_handler_exist PASSED [ 81%]
|
| tests/test_recaptcha.py::TestReCaptchaBase::test_wrong_captcha_type PASSED [ 81%]
|
| tests/test_recaptcha.py::TestReCaptchaBase::test_no_captcha_type PASSED [ 81%]
|
| tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_params[ReCaptchaV2TaskProxyLess] PASSED [ 82%]
|
| tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_params[ReCaptchaV2EnterpriseTaskProxyLess] PASSED [ 82%]
|
| tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_params_context[ReCaptchaV2TaskProxyLess] PASSED [ 83%]
|
| tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_params_context[ReCaptchaV2EnterpriseTaskProxyLess] PASSED [ 83%]
|
| tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_solve[ReCaptchaV2TaskProxyLess] FAILED [ 84%]
|
| tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_solve[ReCaptchaV2EnterpriseTaskProxyLess] FAILED [ 84%]
|
| tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_aio_solve[ReCaptchaV2TaskProxyLess] FAILED [ 84%]
|
| tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_aio_solve[ReCaptchaV2EnterpriseTaskProxyLess] FAILED [ 85%]
|
| tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_no_website_key[ReCaptchaV2TaskProxyLess] PASSED [ 85%]
|
| tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_no_website_key[ReCaptchaV2EnterpriseTaskProxyLess] PASSED [ 86%]
|
| tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_no_website_url[ReCaptchaV2TaskProxyLess] PASSED [ 86%]
|
| tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_no_website_url[ReCaptchaV2EnterpriseTaskProxyLess] PASSED [ 87%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_params[socks5-ReCaptchaV2Task] PASSED [ 87%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_params[socks5-ReCaptchaV2EnterpriseTask] PASSED [ 87%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_params[http-ReCaptchaV2Task] PASSED [ 88%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_params[http-ReCaptchaV2EnterpriseTask] PASSED [ 88%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_params[https-ReCaptchaV2Task] PASSED [ 89%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_params[https-ReCaptchaV2EnterpriseTask] PASSED [ 89%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_params_context[socks5-ReCaptchaV2Task] PASSED [ 90%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_params_context[socks5-ReCaptchaV2EnterpriseTask] PASSED [ 90%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_params_context[http-ReCaptchaV2Task] PASSED [ 90%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_params_context[http-ReCaptchaV2EnterpriseTask] PASSED [ 91%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_params_context[https-ReCaptchaV2Task] PASSED [ 91%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_params_context[https-ReCaptchaV2EnterpriseTask] PASSED [ 92%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_no_website_key[ReCaptchaV2Task] PASSED [ 92%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_no_website_key[ReCaptchaV2EnterpriseTask] PASSED [ 93%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_no_website_url[ReCaptchaV2Task] PASSED [ 93%]
|
| tests/test_recaptcha.py::TestReCaptchaV2::test_no_website_url[ReCaptchaV2EnterpriseTask] PASSED [ 93%]
|
| tests/test_recaptcha.py::TestReCaptchaV3ProxyLess::test_params PASSED [ 94%]
|
| tests/test_recaptcha.py::TestReCaptchaV3ProxyLess::test_params_context PASSED [ 94%]
|
| tests/test_recaptcha.py::TestReCaptchaV3ProxyLess::test_no_website_key PASSED [ 95%]
|
| tests/test_recaptcha.py::TestReCaptchaV3ProxyLess::test_no_website_url PASSED [ 95%]
|
| tests/test_recaptcha.py::TestReCaptchaV3ProxyLess::test_no_page_action PASSED [ 96%]
|
| tests/test_recaptcha.py::TestReCaptchaV3::test_params[socks5] PASSED [ 96%]
|
| tests/test_recaptcha.py::TestReCaptchaV3::test_params[http] PASSED [ 96%]
|
| tests/test_recaptcha.py::TestReCaptchaV3::test_params[https] PASSED [ 97%]
|
| tests/test_recaptcha.py::TestReCaptchaV3::test_params_context[socks5] PASSED [ 97%]
|
| tests/test_recaptcha.py::TestReCaptchaV3::test_params_context[http] PASSED [ 98%]
|
| tests/test_recaptcha.py::TestReCaptchaV3::test_params_context[https] PASSED [ 98%]
|
| tests/test_recaptcha.py::TestReCaptchaV3::test_no_website_key PASSED [ 99%]
|
| tests/test_recaptcha.py::TestReCaptchaV3::test_no_website_url PASSED [ 99%]
|
| tests/test_recaptcha.py::TestReCaptchaV3::test_no_page_action PASSED [100%]
|
|
|
| =================================== FAILURES ===================================
|
| _________________________ TestAkamaiBMPBase.test_solve _________________________
|
| tests/test_akamai.py:35: in test_solve
|
| assert result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None).errorId
|
| instance = <python3_capsolver.akamai.Akamai object at 0x7f74392df700>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_akamai.TestAkamaiBMPBase object at 0x7f74395f0cd0>
|
| _______________________ TestAkamaiBMPBase.test_aio_solve _______________________
|
| tests/test_akamai.py:44: in test_aio_solve
|
| assert result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None).errorId
|
| instance = <python3_capsolver.akamai.Akamai object at 0x7f7439412560>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_akamai.TestAkamaiBMPBase object at 0x7f74395f1090>
|
| _____________________ TestAkamaiBMPBase.test_solve_context _____________________
|
| tests/test_akamai.py:53: in test_solve_context
|
| assert result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None).errorId
|
| instance = <python3_capsolver.akamai.Akamai object at 0x7f74392de3e0>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_akamai.TestAkamaiBMPBase object at 0x7f74395f0a30>
|
| ___________________ TestAkamaiBMPBase.test_aio_solve_context ___________________
|
| tests/test_akamai.py:62: in test_aio_solve_context
|
| assert result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None).errorId
|
| instance = <python3_capsolver.akamai.Akamai object at 0x7f7439410610>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_akamai.TestAkamaiBMPBase object at 0x7f74395f0880>
|
| _________________________ TestAkamaiWebBase.test_solve _________________________
|
| tests/test_akamai.py:76: in test_solve
|
| assert result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None).errorId
|
| instance = <python3_capsolver.akamai.Akamai object at 0x7f74392de140>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_akamai.TestAkamaiWebBase object at 0x7f74395f0400>
|
| _______________________ TestAkamaiWebBase.test_aio_solve _______________________
|
| tests/test_akamai.py:85: in test_aio_solve
|
| assert result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None).errorId
|
| instance = <python3_capsolver.akamai.Akamai object at 0x7f74394136d0>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_akamai.TestAkamaiWebBase object at 0x7f74395f0250>
|
| _____________________ TestAkamaiWebBase.test_solve_context _____________________
|
| tests/test_akamai.py:94: in test_solve_context
|
| assert result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None).errorId
|
| instance = <python3_capsolver.akamai.Akamai object at 0x7f74394c8040>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_akamai.TestAkamaiWebBase object at 0x7f74395de740>
|
| ___________________ TestAkamaiWebBase.test_aio_solve_context ___________________
|
| tests/test_akamai.py:103: in test_aio_solve_context
|
| assert result.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None).errorId
|
| instance = <python3_capsolver.akamai.Akamai object at 0x7f7439413f70>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_KEY_DENIED_ACCESS', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_akamai.TestAkamaiWebBase object at 0x7f74395ded70>
|
| ____________________ TestBinanceCaptchaTaskBase.test_solve _____________________
|
| tests/test_binance.py:70: in test_solve
|
| assert result.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| instance = <python3_capsolver.binance.Binance object at 0x7f743947e440>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_binance.TestBinanceCaptchaTaskBase object at 0x7f74395dc8b0>
|
| __________________ TestBinanceCaptchaTaskBase.test_aio_solve ___________________
|
| tests/test_binance.py:83: in test_aio_solve
|
| assert result.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| instance = <python3_capsolver.binance.Binance object at 0x7f743947ed10>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_binance.TestBinanceCaptchaTaskBase object at 0x7f74395df7f0>
|
| ____________________ TestAntiCloudflareTaskBase.test_solve _____________________
|
| tests/test_cloudflare.py:60: in test_solve
|
| assert result.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| instance = <python3_capsolver.cloudflare.Cloudflare object at 0x7f743942b400>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_cloudflare.TestAntiCloudflareTaskBase object at 0x7f7439637ac0>
|
| __________________ TestAntiCloudflareTaskBase.test_aio_solve ___________________
|
| tests/test_cloudflare.py:73: in test_aio_solve
|
| assert result.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| instance = <python3_capsolver.cloudflare.Cloudflare object at 0x7f743947c640>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_cloudflare.TestAntiCloudflareTaskBase object at 0x7f7439635120>
|
| _________________________ TestControl.test_get_balance _________________________
|
| tests/test_control.py:20: in test_get_balance
|
| assert resp.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = ControlResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='clientKey is invalid', balance=0).errorId
|
| resp = ControlResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='clientKey is invalid', balance=0)
|
| self = <tests.test_control.TestControl object at 0x7f7439634730>
|
| _______________________ TestControl.test_aio_get_balance _______________________
|
| tests/test_control.py:27: in test_aio_get_balance
|
| assert resp.errorId == 0
|
| E AssertionError: assert 1 == 0
|
| E + where 1 = ControlResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='clientKey is invalid', balance=0).errorId
|
| resp = ControlResponseSer(errorId=1, errorCode='ERROR_KEY_DOES_NOT_EXIST', errorDescription='clientKey is invalid', balance=0)
|
| self = <tests.test_control.TestControl object at 0x7f74396368c0>
|
| ________________ TestDatadomeSlider.test_aio_proxy_err[socks5] _________________
|
| tests/test_datadome_slider.py:78: in test_aio_proxy_err
|
| assert resp.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| proxy_type = 'socks5'
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_datadome_slider.TestDatadomeSlider object at 0x7f7439682ad0>
|
| _________________ TestDatadomeSlider.test_aio_proxy_err[http] __________________
|
| tests/test_datadome_slider.py:78: in test_aio_proxy_err
|
| assert resp.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| proxy_type = 'http'
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_datadome_slider.TestDatadomeSlider object at 0x7f7439682bc0>
|
| _________________ TestDatadomeSlider.test_aio_proxy_err[https] _________________
|
| tests/test_datadome_slider.py:78: in test_aio_proxy_err
|
| assert resp.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| proxy_type = 'https'
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_datadome_slider.TestDatadomeSlider object at 0x7f74396829e0>
|
| __________________ TestDatadomeSlider.test_proxy_err[socks5] ___________________
|
| tests/test_datadome_slider.py:95: in test_proxy_err
|
| assert resp.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| proxy_type = 'socks5'
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_datadome_slider.TestDatadomeSlider object at 0x7f7439681510>
|
| ___________________ TestDatadomeSlider.test_proxy_err[http] ____________________
|
| tests/test_datadome_slider.py:95: in test_proxy_err
|
| assert resp.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| proxy_type = 'http'
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_datadome_slider.TestDatadomeSlider object at 0x7f7439681360>
|
| ___________________ TestDatadomeSlider.test_proxy_err[https] ___________________
|
| tests/test_datadome_slider.py:95: in test_proxy_err
|
| assert resp.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| proxy_type = 'https'
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_datadome_slider.TestDatadomeSlider object at 0x7f7439682c80>
|
| ____________________ TestGeeTestProxyLess.test_api_key_err _____________________
|
| tests/test_gee_test.py:133: in test_api_key_err
|
| assert result.errorCode == "ERROR_KEY_DENIED_ACCESS"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_KEY_DENIED_ACCESS'
|
| E - ERROR_KEY_DENIED_ACCESS
|
| E + ERROR_INVALID_TASK_DATA
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='invalid task data: challenge cannot be submitted more than once', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_gee_test.TestGeeTestProxyLess object at 0x7f7439643250>
|
| ___________________ TestGeeTest.test_aio_api_key_err[socks5] ___________________
|
| tests/test_gee_test.py:189: in test_aio_api_key_err
|
| assert result.errorCode == "ERROR_KEY_DENIED_ACCESS"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_KEY_DENIED_ACCESS'
|
| E - ERROR_KEY_DENIED_ACCESS
|
| E + ERROR_INVALID_TASK_DATA
|
| proxy_type = 'socks5'
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='invalid task data: challenge cannot be submitted more than once', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_gee_test.TestGeeTest object at 0x7f7439642f50>
|
| ____________________ TestGeeTest.test_aio_api_key_err[http] ____________________
|
| tests/test_gee_test.py:189: in test_aio_api_key_err
|
| assert result.errorCode == "ERROR_KEY_DENIED_ACCESS"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_KEY_DENIED_ACCESS'
|
| E - ERROR_KEY_DENIED_ACCESS
|
| E + ERROR_INVALID_TASK_DATA
|
| proxy_type = 'http'
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='invalid task data: challenge cannot be submitted more than once', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_gee_test.TestGeeTest object at 0x7f7439640400>
|
| ___________________ TestGeeTest.test_aio_api_key_err[https] ____________________
|
| tests/test_gee_test.py:189: in test_aio_api_key_err
|
| assert result.errorCode == "ERROR_KEY_DENIED_ACCESS"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_KEY_DENIED_ACCESS'
|
| E - ERROR_KEY_DENIED_ACCESS
|
| E + ERROR_INVALID_TASK_DATA
|
| proxy_type = 'https'
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='invalid task data: challenge cannot be submitted more than once', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_gee_test.TestGeeTest object at 0x7f7439640040>
|
| _____________________ TestGeeTest.test_api_key_err[socks5] _____________________
|
| tests/test_gee_test.py:206: in test_api_key_err
|
| assert result.errorCode == "ERROR_KEY_DENIED_ACCESS"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_KEY_DENIED_ACCESS'
|
| E - ERROR_KEY_DENIED_ACCESS
|
| E + ERROR_INVALID_TASK_DATA
|
| proxy_type = 'socks5'
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='invalid task data: challenge cannot be submitted more than once', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_gee_test.TestGeeTest object at 0x7f7439681db0>
|
| ______________________ TestGeeTest.test_api_key_err[http] ______________________
|
| tests/test_gee_test.py:206: in test_api_key_err
|
| assert result.errorCode == "ERROR_KEY_DENIED_ACCESS"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_KEY_DENIED_ACCESS'
|
| E - ERROR_KEY_DENIED_ACCESS
|
| E + ERROR_INVALID_TASK_DATA
|
| proxy_type = 'http'
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='invalid task data: challenge cannot be submitted more than once', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_gee_test.TestGeeTest object at 0x7f7439683d90>
|
| _____________________ TestGeeTest.test_api_key_err[https] ______________________
|
| tests/test_gee_test.py:206: in test_api_key_err
|
| assert result.errorCode == "ERROR_KEY_DENIED_ACCESS"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_KEY_DENIED_ACCESS'
|
| E - ERROR_KEY_DENIED_ACCESS
|
| E + ERROR_INVALID_TASK_DATA
|
| proxy_type = 'https'
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='invalid task data: challenge cannot be submitted more than once', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_gee_test.TestGeeTest object at 0x7f74396805e0>
|
| _________________ TestHCaptchaClassification.test_api_key_err __________________
|
| tests/test_hcaptcha.py:281: in test_api_key_err
|
| assert result.errorCode == "ERROR_KEY_DENIED_ACCESS"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_KEY_DENIED_ACCESS'
|
| E - ERROR_KEY_DENIED_ACCESS
|
| E + ERROR_INVALID_TASK_DATA
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='HCaptchaClassification is under maintenance', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_hcaptcha.TestHCaptchaClassification object at 0x7f743966b2e0>
|
| _______________ TestHCaptchaClassification.test_aio_api_key_err ________________
|
| tests/test_hcaptcha.py:293: in test_aio_api_key_err
|
| assert result.errorCode == "ERROR_KEY_DENIED_ACCESS"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_KEY_DENIED_ACCESS'
|
| E - ERROR_KEY_DENIED_ACCESS
|
| E + ERROR_INVALID_TASK_DATA
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='HCaptchaClassification is under maintenance', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_hcaptcha.TestHCaptchaClassification object at 0x7f743966bbe0>
|
| _______________________ TestImageToText.test_solve_image _______________________
|
| tests/test_image_to_text.py:37: in test_solve_image
|
| assert resp.errorCode in (None, "ERROR_ZERO_BALANCE")
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' in (None, 'ERROR_ZERO_BALANCE')
|
| E + where 'ERROR_INVALID_TASK_DATA' = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None).errorCode
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_image_to_text.TestImageToText object at 0x7f743966a1d0>
|
| ___________________ TestImageToText.test_solve_image_context ___________________
|
| tests/test_image_to_text.py:46: in test_solve_image_context
|
| assert resp.errorCode in (None, "ERROR_ZERO_BALANCE")
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' in (None, 'ERROR_ZERO_BALANCE')
|
| E + where 'ERROR_INVALID_TASK_DATA' = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None).errorCode
|
| instance = <python3_capsolver.image_to_text.ImageToText object at 0x7f743942b970>
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_image_to_text.TestImageToText object at 0x7f7439669ea0>
|
| _____________________ TestImageToText.test_aio_solve_image _____________________
|
| tests/test_image_to_text.py:54: in test_aio_solve_image
|
| assert resp.errorCode in (None, "ERROR_ZERO_BALANCE")
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' in (None, 'ERROR_ZERO_BALANCE')
|
| E + where 'ERROR_INVALID_TASK_DATA' = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None).errorCode
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_image_to_text.TestImageToText object at 0x7f74396406d0>
|
| _________________ TestImageToText.test_aio_solve_image_context _________________
|
| tests/test_image_to_text.py:63: in test_aio_solve_image_context
|
| assert resp.errorCode in (None, "ERROR_ZERO_BALANCE")
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' in (None, 'ERROR_ZERO_BALANCE')
|
| E + where 'ERROR_INVALID_TASK_DATA' = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None).errorCode
|
| instance = <python3_capsolver.image_to_text.ImageToText object at 0x7f7438a1d570>
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_image_to_text.TestImageToText object at 0x7f74396408e0>
|
| ______________________ TestAntiImpervaTaskBase.test_solve ______________________
|
| tests/test_imperva.py:77: in test_solve
|
| assert result.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| instance = <python3_capsolver.imperva.Imperva object at 0x7f74389e0d60>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_imperva.TestAntiImpervaTaskBase object at 0x7f7439457220>
|
| ____________________ TestAntiImpervaTaskBase.test_aio_solve ____________________
|
| tests/test_imperva.py:93: in test_aio_solve
|
| assert result.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| instance = <python3_capsolver.imperva.Imperva object at 0x7f74392f2710>
|
| result = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_imperva.TestAntiImpervaTaskBase object at 0x7f74394564a0>
|
| _________________________ TestMtCaptcha.test_proxy_err _________________________
|
| tests/test_mt_captcha.py:79: in test_proxy_err
|
| assert resp.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_mt_captcha.TestMtCaptcha object at 0x7f74394545e0>
|
| _______________________ TestMtCaptcha.test_aio_proxy_err _______________________
|
| tests/test_mt_captcha.py:93: in test_aio_proxy_err
|
| assert resp.errorCode == "ERROR_PROXY_CONNECT_REFUSED"
|
| E AssertionError: assert 'ERROR_INVALID_TASK_DATA' == 'ERROR_PROXY_CONNECT_REFUSED'
|
| E - ERROR_PROXY_CONNECT_REFUSED
|
| E + ERROR_INVALID_TASK_DATA
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_mt_captcha.TestMtCaptcha object at 0x7f7439455ea0>
|
| ________ TestReCaptchaV2ProxyLess.test_solve[ReCaptchaV2TaskProxyLess] _________
|
| tests/test_recaptcha.py:67: in test_solve
|
| assert resp.status == ResponseStatusEnm.Ready
|
| E AssertionError: assert <ResponseStatusEnm.Processing: 'processing'> == <ResponseStatusEnm.Ready: 'ready'>
|
| E - ready
|
| E + processing
|
| captcha_type = <ReCaptchaV2TypeEnm.ReCaptchaV2TaskProxyLess: 'ReCaptchaV2TaskProxyLess'>
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_recaptcha.TestReCaptchaV2ProxyLess object at 0x7f7439452440>
|
| ___ TestReCaptchaV2ProxyLess.test_solve[ReCaptchaV2EnterpriseTaskProxyLess] ____
|
| tests/test_recaptcha.py:67: in test_solve
|
| assert resp.status == ResponseStatusEnm.Ready
|
| E AssertionError: assert <ResponseStatusEnm.Processing: 'processing'> == <ResponseStatusEnm.Ready: 'ready'>
|
| E - ready
|
| E + processing
|
| captcha_type = <ReCaptchaV2TypeEnm.ReCaptchaV2EnterpriseTaskProxyLess: 'ReCaptchaV2EnterpriseTaskProxyLess'>
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_recaptcha.TestReCaptchaV2ProxyLess object at 0x7f7439452200>
|
| ______ TestReCaptchaV2ProxyLess.test_aio_solve[ReCaptchaV2TaskProxyLess] _______
|
| tests/test_recaptcha.py:82: in test_aio_solve
|
| assert resp.status == ResponseStatusEnm.Ready
|
| E AssertionError: assert <ResponseStatusEnm.Processing: 'processing'> == <ResponseStatusEnm.Ready: 'ready'>
|
| E - ready
|
| E + processing
|
| captcha_type = <ReCaptchaV2TypeEnm.ReCaptchaV2TaskProxyLess: 'ReCaptchaV2TaskProxyLess'>
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_recaptcha.TestReCaptchaV2ProxyLess object at 0x7f7439450460>
|
| _ TestReCaptchaV2ProxyLess.test_aio_solve[ReCaptchaV2EnterpriseTaskProxyLess] __
|
| tests/test_recaptcha.py:82: in test_aio_solve
|
| assert resp.status == ResponseStatusEnm.Ready
|
| E AssertionError: assert <ResponseStatusEnm.Processing: 'processing'> == <ResponseStatusEnm.Ready: 'ready'>
|
| E - ready
|
| E + processing
|
| captcha_type = <ReCaptchaV2TypeEnm.ReCaptchaV2EnterpriseTaskProxyLess: 'ReCaptchaV2EnterpriseTaskProxyLess'>
|
| resp = CaptchaResponseSer(errorId=1, errorCode='ERROR_INVALID_TASK_DATA', errorDescription='clientKey is invalid', taskId=None, status=<ResponseStatusEnm.Processing: 'processing'>, solution=None)
|
| self = <tests.test_recaptcha.TestReCaptchaV2ProxyLess object at 0x7f7439451de0>
|
| ============================= slowest 10 durations =============================
|
| 3.00s setup tests/test_recaptcha.py::TestReCaptchaV3::test_params[socks5]
|
| 3.00s setup tests/test_hcaptcha.py::TestHCaptchaProxyless::test_params
|
| 3.00s setup tests/test_recaptcha.py::TestReCaptchaV2::test_params[socks5-ReCaptchaV2Task]
|
| 3.00s setup tests/test_akamai.py::TestAkamaiBase::test_captcha_handler_exist
|
| 3.00s setup tests/test_mt_captcha.py::TestMtCaptchaBase::test_captcha_handler_exist
|
| 3.00s setup tests/test_hcaptcha.py::TestHCaptcha::test_params[socks5]
|
| 3.00s setup tests/test_core.py::TestConfig::test_attempts_generator
|
| 3.00s setup tests/test_hcaptcha.py::TestHCaptchaClassification::test_params
|
| 3.00s setup tests/test_mt_captcha.py::TestMtCaptcha::test_params[MtCaptchaTask-socks5]
|
| 3.00s setup tests/test_gee_test.py::TestGeeTestBase::test_captcha_handler_exist
|
| =========================== short test summary info ============================
|
| FAILED tests/test_akamai.py::TestAkamaiBMPBase::test_solve - AssertionError: ...
|
| FAILED tests/test_akamai.py::TestAkamaiBMPBase::test_aio_solve - AssertionErr...
|
| FAILED tests/test_akamai.py::TestAkamaiBMPBase::test_solve_context - Assertio...
|
| FAILED tests/test_akamai.py::TestAkamaiBMPBase::test_aio_solve_context - Asse...
|
| FAILED tests/test_akamai.py::TestAkamaiWebBase::test_solve - AssertionError: ...
|
| FAILED tests/test_akamai.py::TestAkamaiWebBase::test_aio_solve - AssertionErr...
|
| FAILED tests/test_akamai.py::TestAkamaiWebBase::test_solve_context - Assertio...
|
| FAILED tests/test_akamai.py::TestAkamaiWebBase::test_aio_solve_context - Asse...
|
| FAILED tests/test_binance.py::TestBinanceCaptchaTaskBase::test_solve - Assert...
|
| FAILED tests/test_binance.py::TestBinanceCaptchaTaskBase::test_aio_solve - As...
|
| FAILED tests/test_cloudflare.py::TestAntiCloudflareTaskBase::test_solve - Ass...
|
| FAILED tests/test_cloudflare.py::TestAntiCloudflareTaskBase::test_aio_solve
|
| FAILED tests/test_control.py::TestControl::test_get_balance - AssertionError:...
|
| FAILED tests/test_control.py::TestControl::test_aio_get_balance - AssertionEr...
|
| FAILED tests/test_datadome_slider.py::TestDatadomeSlider::test_aio_proxy_err[socks5]
|
| FAILED tests/test_datadome_slider.py::TestDatadomeSlider::test_aio_proxy_err[http]
|
| FAILED tests/test_datadome_slider.py::TestDatadomeSlider::test_aio_proxy_err[https]
|
| FAILED tests/test_datadome_slider.py::TestDatadomeSlider::test_proxy_err[socks5]
|
| FAILED tests/test_datadome_slider.py::TestDatadomeSlider::test_proxy_err[http]
|
| FAILED tests/test_datadome_slider.py::TestDatadomeSlider::test_proxy_err[https]
|
| FAILED tests/test_gee_test.py::TestGeeTestProxyLess::test_api_key_err - Asser...
|
| FAILED tests/test_gee_test.py::TestGeeTest::test_aio_api_key_err[socks5] - As...
|
| FAILED tests/test_gee_test.py::TestGeeTest::test_aio_api_key_err[http] - Asse...
|
| FAILED tests/test_gee_test.py::TestGeeTest::test_aio_api_key_err[https] - Ass...
|
| FAILED tests/test_gee_test.py::TestGeeTest::test_api_key_err[socks5] - Assert...
|
| FAILED tests/test_gee_test.py::TestGeeTest::test_api_key_err[http] - Assertio...
|
| FAILED tests/test_gee_test.py::TestGeeTest::test_api_key_err[https] - Asserti...
|
| FAILED tests/test_hcaptcha.py::TestHCaptchaClassification::test_api_key_err
|
| FAILED tests/test_hcaptcha.py::TestHCaptchaClassification::test_aio_api_key_err
|
| FAILED tests/test_image_to_text.py::TestImageToText::test_solve_image - Asser...
|
| FAILED tests/test_image_to_text.py::TestImageToText::test_solve_image_context
|
| FAILED tests/test_image_to_text.py::TestImageToText::test_aio_solve_image - A...
|
| FAILED tests/test_image_to_text.py::TestImageToText::test_aio_solve_image_context
|
| FAILED tests/test_imperva.py::TestAntiImpervaTaskBase::test_solve - Assertion...
|
| FAILED tests/test_imperva.py::TestAntiImpervaTaskBase::test_aio_solve - Asser...
|
| FAILED tests/test_mt_captcha.py::TestMtCaptcha::test_proxy_err - AssertionErr...
|
| FAILED tests/test_mt_captcha.py::TestMtCaptcha::test_aio_proxy_err - Assertio...
|
| FAILED tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_solve[ReCaptchaV2TaskProxyLess]
|
| FAILED tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_solve[ReCaptchaV2EnterpriseTaskProxyLess]
|
| FAILED tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_aio_solve[ReCaptchaV2TaskProxyLess]
|
| FAILED tests/test_recaptcha.py::TestReCaptchaV2ProxyLess::test_aio_solve[ReCaptchaV2EnterpriseTaskProxyLess]
|
| ================== 41 failed, 192 passed in 322.84s (0:05:22) ==================
|