Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible Spooky bug #89

Open
petermr opened this issue Sep 14, 2016 · 0 comments
Open

Possible Spooky bug #89

petermr opened this issue Sep 14, 2016 · 0 comments
Labels

Comments

@petermr
Copy link
Member

petermr commented Sep 14, 2016

[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

@tarrow tarrow added the bug label Sep 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants