ContentMine / quickscrape

A scraping command line tool for the modern web
MIT License
260 stars 43 forks source link

Possible Spooky bug #89

Open petermr opened 7 years ago

petermr commented 7 years ago

[info] [phantom] Running suite: 3 steps [debug] [phantom] opening url: http://journals.humankinetics.com/iscj-back-issues/iscj-volume-2-issue-1-january/borsquos-lasting-lessons-the-legendary-coach-teaches-the-timeless-fundamentals-of-leadership, HTTP GET [debug] [phantom] Navigation requested: url=http://journals.humankinetics.com/iscj-back-issues/iscj-volume-2-issue-1-january/borsquos-lasting-lessons-the-legendary-coach-teaches-the-timeless-fundamentals-of-leadership, type=Other, willNavigate=true, isMainFrame=true [debug] [phantom] url changed to "http://journals.humankinetics.com/iscj-back-issues/iscj-volume-2-issue-1-january/borsquos-lasting-lessons-the-legendary-coach-teaches-the-timeless-fundamentals-of-leadership" error: function status(asString) { "use strict"; var properties = ['currentHTTPStatus', 'loadInProgress', 'navigationRequested', 'options', 'pendingWait', 'requestUrl', 'started', 'step', 'url']; var currentStatus = {}; properties.forEach(function(property) { currentStatus[property] = this[property]; }.bind(this)); return asString === true ? utils.dump(currentStatus) : currentStatus; }: undefined so moving on to next url in list Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL file:///home/pm286/.nvm/versions/node/v6.3.1/lib/node_modules/quickscrape/node_modules/casperjs/bin/bootstrap.js. Domains, protocols and ports must match. Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL file:///home/pm286/.nvm/versions/node/v6.3.1/lib/node_modules/quickscrape/node_modules/casperjs/bin/bootstrap.js. Domains, protocols and ports must match. Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL file:///home/pm286/.nvm/versions/node/v6.3.1/lib/node_modules/quickscrape/node_modules/casperjs/bin/bootstrap.js. Domains, protocols and ports must match. Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL file:///home/pm286/.nvm/versions/node/v6.3.1/lib/node_modules/quickscrape/node_modules/casperjs/bin/bootstrap.js. Domains, protocols and ports must match. /home/pm286/.nvm/versions/node/v6.3.1/lib/node_modules/quickscrape/node_modules/eventemitter2/lib/eventemitter2.js:290 throw arguments[1]; // Unhandled 'error' event ^

Error: Child terminated with non-zero exit code 1 at Spooky. (/home/pm286/.nvm/versions/node/v6.3.1/lib/node_modules/quickscrape/node_modules/spooky/lib/spooky.js:210:17) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:191:7) at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12) finished