I'm using PhantomJS 1.9.7 under Debian to analyze page content. For some reason it stops loading page on any resource loading failure. For example, if it cannot load .js file, it finishes with status "fail". So I get
FAIL to load the address:xxxx caused by Operation canceled
in page.open() status handler.
How to make PhantomJS go on loading other resources even if some of them cannot be loaded?