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.
version 2.1.1
What steps will reproduce the problem?
call page.open() on a private URI, with logging enabled
Which operating system are you using?
windows
Did you use binary PhantomJS or did you compile it from source?
used binary from PhantomJS
Please provide any additional information below.
Based on the log messages I'm getting, I can call page.open() on several pages on an internal (classified) site, but when I get to one of the pages I normally hit without any problems, it fails and for no apparent reason.
How do I get the reason for failure? The return status code is 200, so it doesn't make any sense. The only oddity about this URL that would distinguish it from others is that it is html content that gets sent as if it were an excel attachment. I've been able to pull the content in the past, but it started failing a couple days ago, leading me to believe the problem is not related to this oddity, but some other server side problem.
Unfortunately the log messages tell me nothing that I can see which could help me in diagnosing the issue or formulating a workaround. How do I find the cause of the failure?
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
.version 2.1.1
What steps will reproduce the problem?
call page.open() on a private URI, with logging enabled
Which operating system are you using?
windows
Did you use binary PhantomJS or did you compile it from source?
used binary from PhantomJS
Please provide any additional information below.
Based on the log messages I'm getting, I can call page.open() on several pages on an internal (classified) site, but when I get to one of the pages I normally hit without any problems, it fails and for no apparent reason.
How do I get the reason for failure? The return status code is 200, so it doesn't make any sense. The only oddity about this URL that would distinguish it from others is that it is html content that gets sent as if it were an excel attachment. I've been able to pull the content in the past, but it started failing a couple days ago, leading me to believe the problem is not related to this oddity, but some other server side problem.
Unfortunately the log messages tell me nothing that I can see which could help me in diagnosing the issue or formulating a workaround. How do I find the cause of the failure?
The text was updated successfully, but these errors were encountered: