Gleiches Problem bei mir. (Arch Linux mit chromedriver 111)
Code: Alles auswählen
[1679257994,470][INFO]: Starting ChromeDriver 111.0.5563.64 (c710e93d5b63b7095afe8c2c17df34408078439d-refs/branch-heads/5563@{#995}) on port 23343
[1679257994,470][INFO]: Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[1679257994,591][INFO]: [7b8a240e9b6db85b6ddd5c6e4015a4ad] COMMAND InitSession {
"capabilities": {
"firstMatch": [ {
"acceptInsecureCerts": false,
"browserName": "chrome",
"goog:chromeOptions": {
"args": [ "--lang=de-DE", "--disable-geolocation", "--disable-notifications", "--disable-gpu", "--disable-infobars", "--disable-password-generation", "--disable-extensions", "--disable-browser-side-navigation", "--incognito", "--disable-sync", "--enable-features=NetworkServiceInProcess", "--disable-features=NetworkService", "--disable-component-update", "--window-size=1920,1080", "--start-maximized", "--headless=new", "--dns-prefetch-disable", "--no-sandbox", "--disable-setuid-sandbox", "--disable-dev-shm-usage" ],
"extensions": [ ],
"prefs": {
"credentials_enable_service": "false",
"download.default_directory": "/tmp/chromedriver-downloads",
"download.directory_upgrade": "true",
"download.prompt_for_download": "false",
"intl.accept_languages": "de-DE,de",
"password_manager_enabled": "false",
"plugins.always_open_pdf_externally": true,
"plugins.plugins_disabled": [ "Chrome PDF Viewer" ],
"profile.default_content_settings.popups": 0
}
},
"goog:loggingPrefs": {
"performance": "ALL"
},
"proxy": {
"proxyType": "direct"
}
} ]
},
"desiredCapabilities": {
"acceptInsecureCerts": false,
"browserName": "chrome",
"goog:chromeOptions": {
"args": [ "--lang=de-DE", "--disable-geolocation", "--disable-notifications", "--disable-gpu", "--disable-infobars", "--disable-password-generation", "--disable-extensions", "--disable-browser-side-navigation", "--incognito", "--disable-sync", "--enable-features=NetworkServiceInProcess", "--disable-features=NetworkService", "--disable-component-update", "--window-size=1920,1080", "--start-maximized", "--headless=new", "--dns-prefetch-disable", "--no-sandbox", "--disable-setuid-sandbox", "--disable-dev-shm-usage" ],
"extensions": [ ],
"prefs": {
"credentials_enable_service": "false",
"download.default_directory": "/tmp/chromedriver-downloads",
"download.directory_upgrade": "true",
"download.prompt_for_download": "false",
"intl.accept_languages": "de-DE,de",
"password_manager_enabled": "false",
"plugins.always_open_pdf_externally": true,
"plugins.plugins_disabled": [ "Chrome PDF Viewer" ],
"profile.default_content_settings.popups": 0
}
},
"goog:loggingPrefs": {
"performance": "ALL"
},
"proxy": {
"proxyType": "DIRECT"
}
}
}
[1679257994,592][INFO]: Populating Preferences file: {
"alternate_error_pages": {
"enabled": false
},
"autofill": {
"enabled": false
},
"browser": {
"check_default_browser": false
},
"credentials_enable_service": "false",
"distribution": {
"import_bookmarks": false,
"import_history": false,
"import_search_engine": false,
"make_chrome_default_for_user": false,
"skip_first_run_ui": true
},
"dns_prefetching": {
"enabled": false
},
"download": {
"default_directory": "/tmp/chromedriver-downloads",
"directory_upgrade": "true",
"prompt_for_download": "false"
},
"intl": {
"accept_languages": "de-DE,de"
},
"password_manager_enabled": "false",
"plugins": {
"always_open_pdf_externally": true,
"plugins_disabled": [ "Chrome PDF Viewer" ]
},
"profile": {
"content_settings": {
"pattern_pairs": {
"https://*,*": {
"media-stream": {
"audio": "Default",
"video": "Default"
}
}
}
},
"default_content_setting_values": {
"geolocation": 1
},
"default_content_settings": {
"geolocation": 1,
"mouselock": 1,
"notifications": 1,
"popups": 0,
"ppapi-broker": 1
},
"password_manager_enabled": false
},
"safebrowsing": {
"enabled": false
},
"search": {
"suggest_enabled": false
},
"translate": {
"enabled": false
}
}
[1679257994,592][INFO]: Populating Local State file: {
"background_mode": {
"enabled": false
},
"ssl": {
"rev_checking": {
"enabled": false
}
}
}
[1679257994,592][INFO]: Launching chrome: /usr/sbin/chromium --allow-pre-commit-input --disable-background-networking --disable-browser-side-navigation --disable-client-side-phishing-detection --disable-component-update --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=NetworkService --disable-geolocation --disable-gpu --disable-hang-monitor --disable-infobars --disable-notifications --disable-password-generation --disable-popup-blocking --disable-prompt-on-repost --disable-setuid-sandbox --disable-sync --dns-prefetch-disable --enable-automation --enable-blink-features=ShadowDOMV0 --enable-features=NetworkServiceInProcess --enable-logging --headless=new --incognito --lang=de-DE --log-level=0 --no-first-run --no-proxy-server --no-sandbox --no-service-autorun --password-store=basic --remote-debugging-port=0 --start-maximized --test-type=webdriver --use-mock-keychain --user-data-dir=/tmp/.com.google.Chrome.5gYIKp --window-size=1920,1080 data:,
DevTools listening on ws://127.0.0.1:33365/devtools/browser/e9f9e17a-971c-42b5-b6e6-d275c6323a86
[1679257994,744][DEBUG]: DevTools HTTP Request: http://localhost:33365/json/version
[1679257994,746][DEBUG]: DevTools HTTP Response: {
"Browser": "Chrome/111.0.5563.64",
"Protocol-Version": "1.3",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36",
"V8-Version": "11.1.277.13",
"WebKit-Version": "537.36 (@c710e93d5b63b7095afe8c2c17df34408078439d)",
"webSocketDebuggerUrl": "ws://localhost:33365/devtools/browser/e9f9e17a-971c-42b5-b6e6-d275c6323a86"
}
[1679257994,746][DEBUG]: DevTools HTTP Request: http://localhost:33365/json/list
[1679257994,746][DEBUG]: DevTools HTTP Response: [ {
"description": "",
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:33365/devtools/page/CAAF5EC2B69B4826754F5948C12E1CB4",
"id": "CAAF5EC2B69B4826754F5948C12E1CB4",
"title": "data:,",
"type": "page",
"url": "data:,",
"webSocketDebuggerUrl": "ws://localhost:33365/devtools/page/CAAF5EC2B69B4826754F5948C12E1CB4"
} ]
[1679257994,747][INFO]: resolved localhost to ["::1","127.0.0.1"]
[1679257994,748][DEBUG]: DevTools WebSocket Command: Target.getTargets (id=1) (session_id=) browser {
}
[1679257994,748][DEBUG]: DevTools WebSocket Response: Target.getTargets (id=1) (session_id=) browser {
"targetInfos": [ {
"attached": false,
"browserContextId": "7480E5B52771764C4B0B29CEA5BBD980",
"canAccessOpener": false,
"targetId": "CAAF5EC2B69B4826754F5948C12E1CB4",
"title": "data:,",
"type": "page",
"url": "data:,"
} ]
}
[1679257994,748][DEBUG]: DevTools WebSocket Command: Target.attachToTarget (id=2) (session_id=) browser {
"flatten": true,
"targetId": "CAAF5EC2B69B4826754F5948C12E1CB4"
}
[1679257994,748][DEBUG]: DevTools WebSocket Event: Target.attachedToTarget (session_id=) browser {
"sessionId": "2BE26FE027C9BFFA86A3C4630655538F",
"targetInfo": {
"attached": true,
"browserContextId": "7480E5B52771764C4B0B29CEA5BBD980",
"canAccessOpener": false,
"targetId": "CAAF5EC2B69B4826754F5948C12E1CB4",
"title": "data:,",
"type": "page",
"url": "data:,"
},
"waitingForDebugger": false
}
[1679257994,748][DEBUG]: DevTools WebSocket Response: Target.attachToTarget (id=2) (session_id=) browser {
"sessionId": "2BE26FE027C9BFFA86A3C4630655538F"
}
[1679257994,748][DEBUG]: DevTools WebSocket Command: Page.addScriptToEvaluateOnNewDocument (id=3) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
"source": "(function () {window.cdc_adoQpoasnfa76pfcZLmcfl_Array = window.Array;window.cdc_adoQpoasnfa76pfcZLmcfl_Promise = window.Promise;window.cdc_adoQpoasnfa76pfcZLmcfl_Symbol = window.Symbol;}) ();"
}
[1679257994,748][DEBUG]: DevTools WebSocket Command: Runtime.evaluate (id=4) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
"expression": "(function () {window.cdc_adoQpoasnfa76pfcZLmcfl_Array = window.Array;window.cdc_adoQpoasnfa76pfcZLmcfl_Promise = window.Promise;window.cdc_adoQpoasnfa76pfcZLmcfl_Symbol = window.Symbol;}) ();"
}
[1679257994,748][DEBUG]: DevTools WebSocket Command: Network.enable (id=5) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,748][DEBUG]: DevTools WebSocket Command: Log.enable (id=6) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,748][DEBUG]: DevTools WebSocket Command: Target.setAutoAttach (id=7) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
"autoAttach": true,
"flatten": true,
"waitForDebuggerOnStart": false
}
[1679257994,748][DEBUG]: DevTools WebSocket Command: Page.enable (id=8) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,748][DEBUG]: DevTools WebSocket Command: Page.enable (id=9) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,748][DEBUG]: DevTools WebSocket Response: Page.addScriptToEvaluateOnNewDocument (id=3) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
"identifier": "1"
}
[1679257994,748][DEBUG]: DevTools WebSocket Response: Runtime.evaluate (id=4) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
"result": {
"type": "undefined"
}
}
[1679257994,748][DEBUG]: DevTools WebSocket Response: Network.enable (id=5) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,748][DEBUG]: DevTools WebSocket Response: Log.enable (id=6) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,748][DEBUG]: DevTools WebSocket Response: Target.setAutoAttach (id=7) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,748][DEBUG]: DevTools WebSocket Response: Page.enable (id=8) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,748][DEBUG]: DevTools WebSocket Response: Page.enable (id=9) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,748][DEBUG]: DevTools WebSocket Command: Runtime.enable (id=10) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,748][DEBUG]: DevTools WebSocket Event: Runtime.executionContextCreated (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
"context": {
"auxData": {
"frameId": "CAAF5EC2B69B4826754F5948C12E1CB4",
"isDefault": true,
"type": "default"
},
"id": 1,
"name": "",
"origin": "://",
"uniqueId": "8838657918558053157.5319900348787469458"
}
}
[1679257994,748][DEBUG]: DevTools WebSocket Response: Runtime.enable (id=10) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,748][DEBUG]: DevTools WebSocket Command: Page.enable (id=11) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,749][DEBUG]: DevTools WebSocket Response: Page.enable (id=11) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,749][DEBUG]: DevTools WebSocket Command: Runtime.enable (id=12) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,749][DEBUG]: DevTools WebSocket Response: Runtime.enable (id=12) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,749][DEBUG]: DevTools WebSocket Command: Page.enable (id=13) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,749][DEBUG]: DevTools WebSocket Response: Page.enable (id=13) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
}
[1679257994,749][DEBUG]: DevTools WebSocket Command: Runtime.evaluate (id=14) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
"awaitPromise": true,
"expression": "(function() { // Copyright 2012 The Chromium Authors\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n/**\n * Enum for WebDriver status codes....",
"returnByValue": true
}
[1679257994,750][DEBUG]: DevTools WebSocket Response: Runtime.evaluate (id=14) (session_id=2BE26FE027C9BFFA86A3C4630655538F) CAAF5EC2B69B4826754F5948C12E1CB4 {
"result": {
"type": "object",
"value": {
"status": 0,
"value": 1
}
}
}
[1679257994,750][INFO]: [7b8a240e9b6db85b6ddd5c6e4015a4ad] RESPONSE InitSession {
"capabilities": {
"acceptInsecureCerts": false,
"browserName": "chrome",
"browserVersion": "111.0.5563.64",
"chrome": {
"chromedriverVersion": "111.0.5563.64 (c710e93d5b63b7095afe8c2c17df34408078439d-refs/branch-heads/5563@{#995})",
"userDataDir": "/tmp/.com.google.Chrome.5gYIKp"
},
"goog:chromeOptions": {
"debuggerAddress": "localhost:33365"
},
"networkConnectionEnabled": false,
"pageLoadStrategy": "normal",
"platformName": "linux",
"proxy": {
"proxyType": "direct"
},
"setWindowRect": true,
"strictFileInteractability": false,
"timeouts": {
"implicit": 0,
"pageLoad": 300000,
"script": 30000
},
"unhandledPromptBehavior": "dismiss and notify",
"webauthn:extension:credBlob": true,
"webauthn:extension:largeBlob": true,
"webauthn:extension:minPinLength": true,
"webauthn:extension:prf": true,
"webauthn:virtualAuthenticators": true
},
"sessionId": "7b8a240e9b6db85b6ddd5c6e4015a4ad"
}
[31921:31921:0319/213316.703666:ERROR:gpu_process_host.cc(952)] GPU process exited unexpectedly: exit_code=139
[1679257996,811][INFO]: [7b8a240e9b6db85b6ddd5c6e4015a4ad] COMMAND SetTimeouts {
"script": 20000
}
[1679257996,811][INFO]: [7b8a240e9b6db85b6ddd5c6e4015a4ad] RESPONSE SetTimeouts
[1679257996,813][INFO]: [7b8a240e9b6db85b6ddd5c6e4015a4ad] COMMAND SetTimeouts {
"pageLoad": 90000
}
[1679257996,813][INFO]: [7b8a240e9b6db85b6ddd5c6e4015a4ad] RESPONSE SetTimeouts
[31921:31921:0319/213319.103966:ERROR:gpu_process_host.cc(952)] GPU process exited unexpectedly: exit_code=139
[31921:31921:0319/213321.176016:ERROR:gpu_process_host.cc(952)] GPU process exited unexpectedly: exit_code=139
[32051:32051:0319/213321.180568:ERROR:gpu_init.cc(525)] Passthrough is not supported, GL is disabled, ANGLE is
Edit: funktioniert mit frischer Installation in einer Ubuntu-VM mit Chrome 111. Ich werde demnächst einige Kombinationen durchtesten, um die Ursache einzugrenzen.