You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
Which version of PhantomJS are you using? Tip: run phantomjs --version.
2.1.1
What steps will reproduce the problem?
test.js var page = require("webpage").create(); var url = "http://m.esprit.co.uk"; page.open(url, function(status) {console.log(status); setTimeout(function() { if (status !== 'success') { console.error('FAIL to load the address', status, url); phantom.exit(1); } else { console.log('Page Loaded', new Date().getTime().toLocaleString(), url); phantom.exit(0); } }, 6000); });
=> phantomjs test.js fail PhantomJS has crashed. Please read the bug reporting guide at <http://phantomjs.org/bug-reporting.html> and file a bug report.
Which operating system are you using?
OSTYPE=linux-gnu
HOSTTYPE=x86_64
Did you use binary PhantomJS or did you compile it from source?
binary
Please provide any additional information below.
The text was updated successfully, but these errors were encountered:
Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!
Which version of PhantomJS are you using? Tip: run
phantomjs --version
.2.1.1
What steps will reproduce the problem?
test.js
var page = require("webpage").create(); var url = "http://m.esprit.co.uk"; page.open(url, function(status) {console.log(status); setTimeout(function() { if (status !== 'success') { console.error('FAIL to load the address', status, url); phantom.exit(1); } else { console.log('Page Loaded', new Date().getTime().toLocaleString(), url); phantom.exit(0); } }, 6000); });
=>
phantomjs test.js fail PhantomJS has crashed. Please read the bug reporting guide at <http://phantomjs.org/bug-reporting.html> and file a bug report.
Which operating system are you using?
OSTYPE=linux-gnu
HOSTTYPE=x86_64
Did you use binary PhantomJS or did you compile it from source?
binary
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: