gpt4 book ai didi

phantomjs - 网页上的 Casperjs 状态失败

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

访问链接https://disqus.com/profile/login/从 Casperjs 不断返回以下内容

[warning] [phantom] Loading resource failed with status=fail: https://disqus.com/profile/login/



ensnare.js
var casper = require("casper").create({
verbose: true,
logLevel: "debug"
});

casper.options.timeout = 15000;

casper.start("https://disqus.com/profile/login/", function() {
this.echo("YES!", "GREEN_BAR");
this.echo(this.getTitle());
});

casper.run();

config.json
{"ignoreSslErrors": true, "cookiesFile": "biscuit", "maxDiskCacheSize": 1000, "diskCache": true}

请注意,我将“ignoreSslErrors”更改为 false,但它不起作用。

从终端调用脚本
./phantomjs --config=config.json casperjs/bin/bootstrap.js --casper-path=casperjs --cli ensnare.js

截图

enter image description here
我该如何解决这个问题?我可以毫无问题地访问其他页面。

最佳答案

试试这个(它在 Mac OS X 上帮助了我):

casperjs --debug=yes --ignore-ssl-errors=true --ssl-protocol=any XYZ.j


其中 XYZ.js 是您的文件。

关于phantomjs - 网页上的 Casperjs 状态失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22461345/

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