Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. (node:21) UnhandledPromiseRejectionWarning: Error: Protocol error (Runtime.callFunctionOn): Target closed. at Promise (/app/node_modules/puppeteer/lib/Connection.js:183:56) at new Promise (<anonymous>) at CDPSession.send (/app/node_modules/puppeteer/lib/Connection.js:182:12) at ExecutionContext.evaluateHandle (/app/node_modules/puppeteer/lib/ExecutionContext.js:106:44) at ExecutionContext.<anonymous> (/app/node_modules/puppeteer/lib/helper.js:111:23) at ExecutionContext.evaluate (/app/node_modules/puppeteer/lib/ExecutionContext.js:48:31) at ExecutionContext.<anonymous> (/app/node_modules/puppeteer/lib/helper.js:111:23) at DOMWorld.evaluate (/app/node_modules/puppeteer/lib/DOMWorld.js:112:20) at process._tickCallback (internal/process/next_tick.js:68:7)
  2. 2019-06-10 17:58:11.154 EDT
  3. at Frame.<anonymous> (/app/node_modules/puppeteer/lib/helper.js:110:27)
  4. 2019-06-10 17:58:11.154 EDT
  5. at Page.evaluate (/app/node_modules/puppeteer/lib/Page.js:782:43)
  6. 2019-06-10 17:58:11.154 EDT
  7. at Page.<anonymous> (/app/node_modules/puppeteer/lib/helper.js:111:23)
  8. 2019-06-10 17:58:11.154 EDT
  9. at page.addScriptTag.then (/app/node_modules/image-sequencer/src/modules/_nomodule/gl-context.js:18:16)
  10. 2019-06-10 17:58:11.154 EDT
  11. (node:21) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
  12. 2019-06-10 17:58:11.154 EDT
  13. (node:21) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement