Advertisement
Guest User

Untitled

a guest
Jun 13th, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. START RequestId: 80a5706e-5024-11e7-8fbc-67d784966466 Version: $LATEST
  2. 2017-06-13T10:38:58.850Z 80a5706e-5024-11e7-8fbc-67d784966466 eventData { url: 'https://www.randomUrl.com' }
  3. 2017-06-13T10:38:58.853Z 80a5706e-5024-11e7-8fbc-67d784966466 CHROME_PATH /var/task/headless-chrome/headless_shell
  4. 2017-06-13T10:38:58.859Z 80a5706e-5024-11e7-8fbc-67d784966466
  5. $ ls /tmp
  6. total 8.0K
  7. drwxr-xr-x 21 root root 4.0K Jun 13 02:49 ..
  8. drwx------ 2 sbx_user1072 474 4.0K Jun 13 10:38 .
  9.  
  10. 2017-06-13T10:38:58.862Z 80a5706e-5024-11e7-8fbc-67d784966466
  11. $ ps lx
  12. F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND
  13. 4 475 1 0 20 0 999092 45276 ep_pol Ssl ? 0:00 /var/lang/bin/node --max-old-space-size=1228 --max-semi-space-size=77 --max-executable-size=154 --expose-gc /var/runtime/node_modules/awslambda/index.js
  14. 0 475 13 1 20 0 115084 1668 - R ? 0:00 ps lx
  15.  
  16. 2017-06-13T10:38:58.873Z 80a5706e-5024-11e7-8fbc-67d784966466 no running chrome yet?
  17. 2017-06-13T10:38:58.879Z 80a5706e-5024-11e7-8fbc-67d784966466 Is Chrome already running? false
  18. 2017-06-13T10:38:58.882Z 80a5706e-5024-11e7-8fbc-67d784966466 instance ChildProcess {
  19. domain: null,
  20. _events: {},
  21. _eventsCount: 0,
  22. _maxListeners: undefined,
  23. _closesNeeded: 1,
  24. _closesGot: 0,
  25. connected: false,
  26. signalCode: null,
  27. exitCode: null,
  28. killed: false,
  29. spawnfile: '/bin/sh',
  30. _handle: Process { owner: [Circular], onexit: [Function], pid: 14 },
  31. spawnargs:
  32. [ '/bin/sh',
  33. '-c',
  34. '/var/task/headless-chrome/headless_shell --headless --disable-gpu --window-size=1280x1696 --no-sandbox --user-data-dir=/tmp/user-data --hide-scrollbars --enable-logging --log-level=0 --v=99 --single-process --data-path=/tmp/data-path --ignore-certificate-errors --homedir=/tmp --disk-cache-dir=/tmp/cache-dir --remote-debugging-port=9222' ],
  35. pid: 14,
  36. stdin: null,
  37. stdout: null,
  38. stderr: null,
  39. stdio: [ null, null, null ] }
  40. 2017-06-13T10:38:58.885Z 80a5706e-5024-11e7-8fbc-67d784966466 I am waiting for chrome to spawn
  41. 2017-06-13T10:40:01.113Z 80a5706e-5024-11e7-8fbc-67d784966466 Catched a err { RequestError: connect ECONNREFUSED 127.0.0.1:9222
  42. at ClientRequest.req.once.err (/var/task/handler.js:5857:22)
  43. at ClientRequest.g (events.js:291:16)
  44. at emitOne (events.js:96:13)
  45. at ClientRequest.emit (events.js:188:7)
  46. at Socket.socketErrorListener (_http_client.js:309:9)
  47. at emitOne (events.js:96:13)
  48. at Socket.emit (events.js:188:7)
  49. at emitErrorNT (net.js:1281:8)
  50. at _combinedTickCallback (internal/process/next_tick.js:80:11)
  51. at process._tickDomainCallback (internal/process/next_tick.js:128:9)
  52. code: 'ECONNREFUSED',
  53. message: 'connect ECONNREFUSED 127.0.0.1:9222',
  54. host: '127.0.0.1:9222',
  55. hostname: '127.0.0.1',
  56. method: 'GET',
  57. path: '/json' }
  58. 2017-06-13T10:40:01.115Z 80a5706e-5024-11e7-8fbc-67d784966466 I am waiting for chrome to spawn
  59. 2017-06-13T10:40:01.115Z 80a5706e-5024-11e7-8fbc-67d784966466 if statement in waitUntilProcessIsReady is false.
  60. END RequestId: 80a5706e-5024-11e7-8fbc-67d784966466
  61. REPORT RequestId: 80a5706e-5024-11e7-8fbc-67d784966466 Duration: 62267.33 ms Billed Duration: 62300 ms Memory Size: 1536 MB Max Memory Used: 40 MB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement