laurentj / slimerjs

A scriptable browser like PhantomJS, based on Firefox
http://slimerjs.org
Other
3k stars 258 forks source link

NS_BINDING_ABORTED #480

Closed wskorodecki closed 6 years ago

wskorodecki commented 8 years ago

versions

I don't know how to reproduce the issue but the problem is occurring randomly.

Actual results:

JavaScript error: resource://slimerjs/addon-sdk/toolkit/loader.js -> resource://slimerjs/slimer-sdk/net-log.js, line 473: NS_BINDING_ABORTED: Component returned failure code: 0x804b0002 (NS_BINDING_ABORTED) [nsIStreamListener.onStopRequest]
spyjo commented 7 years ago

I have also almost the same error with current git. This message appears while a page is closing (not every time), just after:

2017-05-20T15:09:49.246Z [DEBUG] webpage: close JavaScript error: resource://slimerjs/addon-sdk/toolkit/loader.js -> resource://slimerjs/slimer-sdk/net-log.js, line 492: NS_ERROR_ABORT: Component returned failure code: 0x80004004 (NS_ERROR_ABORT) [nsIStreamListener.onStopRequest]

The page is not forced to exit with exit() or so, it just exit because there is nothing more to do. I'm using CasperJS current git and Firefox 52.1.1 ESR