使用Python Apify:在系统中找不到帐户授权密钥



我在下面的页面上通过apify尝试免费试用版的recatcha solverhttps://www.google.com/recaptcha/api2/demo

输入:

{
"key": "apify_api_KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK",
"webUrl": "https://www.google.com/recaptcha/api2/demo",
"siteKey": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-"
}

我试着用上面的输入运行同样的程序,但我得到了错误

2022-08-14T10:13:34.970Z ACTOR: Pulling Docker image from repository.
2022-08-14T10:13:35.109Z ACTOR: Creating Docker container.
2022-08-14T10:13:35.168Z ACTOR: Starting Docker container.
2022-08-14T10:13:36.323Z 
2022-08-14T10:13:36.327Z WARNING: The npm start script not found in package.json. Using "node main.js" instead. Please update your package.json file. For more information see https://github.com/apifytech/apify-cli/blob/master/MIGRATIONS.md
2022-08-14T10:13:36.330Z 
2022-08-14T10:13:38.579Z Solving re-captcha with Anticaptcha: https://www.google.com/recaptcha/api2/demo
2022-08-14T10:13:38.780Z User function threw an exception:
2022-08-14T10:13:38.782Z Account authorization key not found in the system

您需要有一个反captcha订阅才能使用它。https://apify.com/petr_cermak/anti-captcha-recaptcha

"key": ANTI_CAPTCHA_KEY

您试图使用Apify API密钥授权访问anticapcha.com服务,失败,错误Account authorization key not found in the system

相关内容

  • 没有找到相关文章

最新更新