无法在ec2上下载scrapyd。

问题描述 投票:4回答:1
sudo apt-get update && sudo apt-get install scrapyd

Err:7 http://archive.scrapy.org/ubuntu precise InRelease
Could not connect to archive.scrapy.org:80 (31.125.20.14), connection timed out
Err:8 http://archive.scrapy.org/ubuntu scrapy InRelease
Unable to connect to archive.scrapy.org:http:
Reading package lists... Done
N: Ignoring file 'scrapy.listecho' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
W: Failed to fetch http://archive.scrapy.org/ubuntu/dists/precise/InRelease  Could not connect to archive.scrapy.org:80 (31.125.20.14), connection timed out
W: Failed to fetch http://archive.scrapy.org/ubuntu/dists/scrapy/InRelease  Unable to connect to archive.scrapy.org:http:
W: Some index files failed to download. They have been ignored, or old ones used instead.
enter code here

我安装scrapy时没有任何错误,现在我想安装scrapyd,但它给出了这样的错误信息

我查过了 无法在EC2上安装Scrapyd。但没有答案

python selenium recaptcha
1个回答
0
投票

不幸的是,我没有API密钥,所以不能自己测试。但似乎你需要以下的Javascript块。

driver.execute_script("grecaptcha.render('dCF_input', {
                        sitekey: '6LdC3UgUAAAAAJIcyA3Ym4j_nCP-ainSgf1NoFku',
                        callback: distilCallbackGuard('distilCaptchaDoneCallback')})"
)
© www.soinside.com 2019 - 2024. All rights reserved.