Advertisement
Guest User

Untitled

a guest
Oct 29th, 2018
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.86 KB | None | 0 0
  1. $ cat chromedriver.log
  2. [1540830001.093][INFO]: [490fd972b915d7cdff353c635ea4042d] COMMAND InitSession {
  3. "capabilities": {
  4. "firstMatch": [ {
  5. "browserName": "chrome",
  6. "goog:chromeOptions": {
  7. "args": [ "--headless", "--no-sandbox", "--disable-notifications", "--disable-gpu" ],
  8. "extensions": [ ]
  9. }
  10. } ]
  11. },
  12. "desiredCapabilities": {
  13. "browserName": "chrome",
  14. "goog:chromeOptions": {
  15. "args": [ "--headless", "--no-sandbox", "--disable-notifications", "--disable-gpu" ],
  16. "extensions": [ ]
  17. }
  18. }
  19. }
  20. [1540830001.095][INFO]: Populating Preferences file: {
  21. "alternate_error_pages": {
  22. "enabled": false
  23. },
  24. "autofill": {
  25. "enabled": false
  26. },
  27. "browser": {
  28. "check_default_browser": false
  29. },
  30. "distribution": {
  31. "import_bookmarks": false,
  32. "import_history": false,
  33. "import_search_engine": false,
  34. "make_chrome_default_for_user": false,
  35. "skip_first_run_ui": true
  36. },
  37. "dns_prefetching": {
  38. "enabled": false
  39. },
  40. "profile": {
  41. "content_settings": {
  42. "pattern_pairs": {
  43. "https://*,*": {
  44. "media-stream": {
  45. "audio": "Default",
  46. "video": "Default"
  47. }
  48. }
  49. }
  50. },
  51. "default_content_setting_values": {
  52. "geolocation": 1
  53. },
  54. "default_content_settings": {
  55. "geolocation": 1,
  56. "mouselock": 1,
  57. "notifications": 1,
  58. "popups": 1,
  59. "ppapi-broker": 1
  60. },
  61. "password_manager_enabled": false
  62. },
  63. "safebrowsing": {
  64. "enabled": false
  65. },
  66. "search": {
  67. "suggest_enabled": false
  68. },
  69. "translate": {
  70. "enabled": false
  71. }
  72. }
  73. [1540830001.095][INFO]: Populating Local State file: {
  74. "background_mode": {
  75. "enabled": false
  76. },
  77. "ssl": {
  78. "rev_checking": {
  79. "enabled": false
  80. }
  81. }
  82. }
  83. [1540830001.097][INFO]: Launching chrome: /usr/bin/google-chrome --disable-background-networking --disable-client-side-phishing-detection --disable-default-apps --disable-gpu --disable-hang-monitor --disable-notifications --disable-popup-blocking --disable-prompt-on-repost --disable-sync --disable-web-resources --enable-automation --enable-logging --force-fieldtrials=SiteIsolationExtensions/Control --headless --ignore-certificate-errors --load-extension=/tmp/.org.chromium.Chromium.F1b7Y3/internal --log-level=0 --metrics-recording-only --no-first-run --no-sandbox --password-store=basic --remote-debugging-port=0 --test-type=webdriver --use-mock-keychain --user-data-dir=/tmp/.org.chromium.Chromium.ppTETE data:,
  84. Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
  85. [1029/172001.764759:ERROR:gpu_process_transport_factory.cc(980)] Lost UI shared context.
  86.  
  87. DevTools listening on ws://127.0.0.1:38557/devtools/browser/32e1af95-91e7-4395-bc72-04a344a843f8
  88. [1540830001.838][DEBUG]: DevTools HTTP Request: http://localhost:38557/json/version
  89. [1540830002.150][DEBUG]: DevTools HTTP Response: {
  90. "Browser": "HeadlessChrome/70.0.3538.77",
  91. "Protocol-Version": "1.3",
  92. "User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/70.0.3538.77 Safari/537.36",
  93. "V8-Version": "7.0.276.32",
  94. "WebKit-Version": "537.36 (@0f6ce0b0cd63a12cb4eccea3637b1bc9a29148d9)",
  95. "webSocketDebuggerUrl": "ws://localhost:38557/devtools/browser/32e1af95-91e7-4395-bc72-04a344a843f8"
  96. }
  97.  
  98. [1540830002.174][DEBUG]: DevTools HTTP Request: http://localhost:38557/json
  99. [1540830002.175][DEBUG]: DevTools HTTP Response: [ {
  100. "description": "",
  101. "devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:38557/devtools/page/0F4AF50585A1F7483A1D05612E432B6E",
  102. "id": "0F4AF50585A1F7483A1D05612E432B6E",
  103. "title": "data:,",
  104. "type": "page",
  105. "url": "data:,",
  106. "webSocketDebuggerUrl": "ws://localhost:38557/devtools/page/0F4AF50585A1F7483A1D05612E432B6E"
  107. } ]
  108.  
  109. [1540830002.176][DEBUG]: DevTools HTTP Request: http://localhost:38557/json
  110. [1540830002.177][DEBUG]: DevTools HTTP Response: [ {
  111. "description": "",
  112. "devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:38557/devtools/page/0F4AF50585A1F7483A1D05612E432B6E",
  113. "id": "0F4AF50585A1F7483A1D05612E432B6E",
  114. "title": "data:,",
  115. "type": "page",
  116. "url": "data:,",
  117. "webSocketDebuggerUrl": "ws://localhost:38557/devtools/page/0F4AF50585A1F7483A1D05612E432B6E"
  118. } ]
  119.  
  120. [1540830002.180][INFO]: resolved localhost to ["::1","127.0.0.1"]
  121. [1540830004.180][WARNING]: Timed out connecting to Chrome, retrying...
  122. [1540830004.181][INFO]: resolved localhost to ["::1","127.0.0.1"]
  123. [1540830008.180][WARNING]: Timed out connecting to Chrome, retrying...
  124. [1540830008.181][INFO]: resolved localhost to ["::1","127.0.0.1"]
  125. [1540830016.181][WARNING]: Timed out connecting to Chrome, retrying...
  126. [1540830016.181][INFO]: resolved localhost to ["::1","127.0.0.1"]
  127. [1540830032.181][WARNING]: Timed out connecting to Chrome, giving up.
  128. [1540830032.182][DEBUG]: DevTools HTTP Request: http://localhost:38557/json
  129. [1540830032.183][DEBUG]: DevTools HTTP Response: [ {
  130. "description": "",
  131. "devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:38557/devtools/page/0F4AF50585A1F7483A1D05612E432B6E",
  132. "id": "0F4AF50585A1F7483A1D05612E432B6E",
  133. "title": "data:,",
  134. "type": "page",
  135. "url": "data:,",
  136. "webSocketDebuggerUrl": "ws://localhost:38557/devtools/page/0F4AF50585A1F7483A1D05612E432B6E"
  137. } ]
  138.  
  139. [1540830032.183][DEBUG]: DevTools HTTP Request: http://localhost:38557/json
  140. [1540830032.183][DEBUG]: DevTools HTTP Response: [ {
  141. "description": "",
  142. "devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:38557/devtools/page/0F4AF50585A1F7483A1D05612E432B6E",
  143. "id": "0F4AF50585A1F7483A1D05612E432B6E",
  144. "title": "data:,",
  145. "type": "page",
  146. "url": "data:,",
  147. "webSocketDebuggerUrl": "ws://localhost:38557/devtools/page/0F4AF50585A1F7483A1D05612E432B6E"
  148. } ]
  149.  
  150. [1540830032.184][INFO]: resolved localhost to ["::1","127.0.0.1"]
  151. [1540830034.184][WARNING]: Timed out connecting to Chrome, retrying...
  152. [1540830034.184][INFO]: resolved localhost to ["::1","127.0.0.1"]
  153. [1540830038.184][WARNING]: Timed out connecting to Chrome, retrying...
  154. [1540830038.185][INFO]: resolved localhost to ["::1","127.0.0.1"]
  155. [1540830046.184][WARNING]: Timed out connecting to Chrome, retrying...
  156. [1540830046.185][INFO]: resolved localhost to ["::1","127.0.0.1"]
  157. [1540830062.185][WARNING]: Timed out connecting to Chrome, giving up.
  158. [1540830062.249][INFO]: [490fd972b915d7cdff353c635ea4042d] RESPONSE InitSession ERROR session not created
  159. from disconnected: unable to connect to renderer
  160. (Session info: headless chrome=70.0.3538.77)
  161. [1540830062.249][DEBUG]: Log type 'driver' lost 8 entries on destruction
  162. [1540830062.249][DEBUG]: Log type 'browser' lost 0 entries on destruction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement