gpt4 book ai didi

ubuntu - 在 AWS Ubuntu 实例上的 selenium 中打开 truecaller 时出现 403 错误

转载 作者:行者123 更新时间:2023-12-04 18:32:12 25 4
gpt4 key购买 nike

我对 Selenium 很陌生。我正在尝试访问 [truecaller (http://www.truecaller.com)
我写了以下代码:

from pyvirtualdisplay import Display
from selenium import webdriver

display = Display(visible=0, size=(1024, 768))
display.start()

driver= webdriver.Firefox()
driver.get("http://www.truecaller.com/")
print driver.page_source

driver.close()
display.stop()

在带有 Ubuntu 实例的 AWS 机器上运行脚本返回 403 .
<html xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<body>403</body>
</html>

相同的脚本在我的 Ubuntu 机器上运行良好。我尝试了所有方法,包括 PhantomJS ,但我无法找出解决方案。

最佳答案

看起来他们已经阻止了 AWS 服务器的 IP 地址,我在 AWS 上面临同样的问题,因为它在其中一个 Azure VM 上工作

关于ubuntu - 在 AWS Ubuntu 实例上的 selenium 中打开 truecaller 时出现 403 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34256724/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com