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

Tried to use options that you've implemented got wake error. #34

Open
vega0 opened this issue Sep 24, 2022 · 1 comment
Open

Tried to use options that you've implemented got wake error. #34

vega0 opened this issue Sep 24, 2022 · 1 comment

Comments

@vega0
Copy link

vega0 commented Sep 24, 2022

No description provided.

@vega0
Copy link
Author

vega0 commented Sep 24, 2022

in the end program

Exception occurred HTTP code indicates that request is invalid at line 171, file G:\Workspace\cpp.machinarium.gui\Стороннее\webdriverxx\src\include\webdriverxx\detail\resource.h called from webdriverxx::detail::Resource::ProcessResponse (HTTP code: 405, body: HTTP method not allowed) called from webdriverxx::detail::Resource::Download (request: GET, command: , resource: http://localhost:4444/wd/hub/session/16ac9282-fc9d-414c-8307-1e4b6d53a31d) called from webdriverxx::Client::CreateSession

02:41:06.300 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding 02:41:06.312 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing 02:41:11.987 INFO [NodeOptions.getSessionFactories] - Detected 4 available processors 02:41:12.065 INFO [NodeOptions.discoverDrivers] - Discovered 1 driver(s) 02:41:12.122 INFO [NodeOptions.report] - Adding Firefox for {"browserName": "firefox"} 4 times 02:41:12.304 INFO [Node.<init>] - Binding additional locator mechanisms: name, relative, id 02:41:12.373 INFO [GridModel.setAvailability] - Switching Node aa947133-0173-40f1-b592-1aea1ce7ea34 (uri: http://192.168.56.1:4444) from DOWN to UP 02:41:12.374 INFO [LocalDistributor.add] - Added node aa947133-0173-40f1-b592-1aea1ce7ea34 at http://192.168.56.1:4444. Health check every 120s 02:41:13.807 INFO [Standalone.execute] - Started Selenium Standalone 4.4.0 (revision e5c75ed026a): http://192.168.56.1:4444 02:41:23.117 INFO [LocalDistributor.newSession] - Session request received by the Distributor: [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true}] 1664052083237 geckodriver INFO Listening on 127.0.0.1:63956 1664052083972 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "49274" "--remote-allow-hosts" "localhost" "--remote-allow-origins" "http://localhost:49274/" "-no-remote" "-profile" "C:\\Users\\NIGHTM~1\\AppData\\Local\\Temp\\rust_mozprofilevBpqrt" 1664052084812 Marionette INFO Marionette enabled 1664052084823 Marionette INFO Listening on port 59559 Read port: 59559 WebDriver BiDi listening on ws://127.0.0.1:49274 1664052085060 RemoteAgent WARN TLS certificate errors will be ignored for this session console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\NIGHTM~1\\AppData\\Local\\Temp\\rust_mozprofilevBpqrt\\search.json.mozlz4", (void 0))) DevTools listening on ws://127.0.0.1:49274/devtools/browser/ad12d6c6-7cdf-4408-b3f4-6dd4fa1b833e 02:41:31.216 INFO [ProtocolHandshake.createSession] - Detected upstream dialect: W3C 02:41:31.264 INFO [LocalNode.newSession] - Session created by the Node. Id: 24a0fe4e-b3b5-4f83-89b6-5d71312dcb93, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 105.0.1, moz:accessibilityChecks: false, moz:buildID: 20220922151854, moz:debuggerAddress: 127.0.0.1:49274, moz:geckodriverVersion: 0.31.0, moz:headless: false, moz:platformVersion: 10.0, moz:processID: 17972, moz:profile: C:\Users\NIGHTM~1\AppData\L..., moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: WINDOWS, proxy: Proxy(), se:cdp: http://127.0.0.1:49274, se:cdpVersion: 85.0, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} 02:41:31.286 INFO [LocalDistributor.newSession] - Session created by the Distributor. Id: 24a0fe4e-b3b5-4f83-89b6-5d71312dcb93 Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 105.0.1, moz:accessibilityChecks: false, moz:buildID: 20220922151854, moz:debuggerAddress: 127.0.0.1:49274, moz:geckodriverVersion: 0.31.0, moz:headless: false, moz:platformVersion: 10.0, moz:processID: 17972, moz:profile: C:\Users\NIGHTM~1\AppData\L..., moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: WINDOWS, proxy: Proxy(), se:cdp: ws://192.168.56.1:4444/sess..., se:cdpVersion: 85.0, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} 02:41:31.349 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "63f5e25d1e705151e77b15968351bd33","eventTime": 1664052091345447300,"eventName": "HTTP request execution complete","attributes": {"http.flavor": 1,"http.handler_class": "org.openqa.selenium.remote.http.Route$PredicatedRoute","http.host": "localhost:4444","http.method": "GET","http.scheme": "HTTP","http.status_code": 405,"http.target": "\u002fsession\u002f24a0fe4e-b3b5-4f83-89b6-5d71312dcb93"}} 1664052091374 Marionette INFO Stopped listening on port 59559 !!! error running onStopped callback: TypeError: callback is not a function [Parent 17972, IPC I/O Parent] WARNING: file /builds/worker/checkouts/gecko/ipc/chromium/src/base/process_util_win.cc:167 JavaScript error: resource://gre/modules/Sqlite.jsm, line 1251: TypeError: connection not specified in clone options. console.log: "RemoteSettingsWorker error: Error: Can't import when we've started shutting down." 02:41:33.664 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local Session Map, Id: 24a0fe4e-b3b5-4f83-89b6-5d71312dcb93 02:41:33.666 INFO [GridModel.release] - Releasing slot for session id 24a0fe4e-b3b5-4f83-89b6-5d71312dcb93 02:41:33.668 INFO [SessionSlot.stop] - Stopping session 24a0fe4e-b3b5-4f83-89b6-5d71312dcb93 02:41:53.094 INFO [LocalDistributor.newSession] - Session request received by the Distributor: [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true}] 1664052113165 geckodriver INFO Listening on 127.0.0.1:65115 1664052113201 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "49986" "--remote-allow-hosts" "localhost" "--remote-allow-origins" "http://localhost:49986/" "-no-remote" "-profile" "C:\\Users\\NIGHTM~1\\AppData\\Local\\Temp\\rust_mozprofileCeq3YQ" 1664052114058 Marionette INFO Marionette enabled 1664052114073 Marionette INFO Listening on port 59693 Read port: 59693 WebDriver BiDi listening on ws://127.0.0.1:49986 1664052114337 RemoteAgent WARN TLS certificate errors will be ignored for this session console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\NIGHTM~1\\AppData\\Local\\Temp\\rust_mozprofileCeq3YQ\\search.json.mozlz4", (void 0))) DevTools listening on ws://127.0.0.1:49986/devtools/browser/f62f2a0c-98f8-4e0a-bdf9-c6ba2d0323ad 02:42:00.994 INFO [ProtocolHandshake.createSession] - Detected upstream dialect: W3C 02:42:01.028 INFO [LocalNode.newSession] - Session created by the Node. Id: d547f201-9dd3-4b9e-b31f-f76a2d79f959, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 105.0.1, moz:accessibilityChecks: false, moz:buildID: 20220922151854, moz:debuggerAddress: 127.0.0.1:49986, moz:geckodriverVersion: 0.31.0, moz:headless: false, moz:platformVersion: 10.0, moz:processID: 16952, moz:profile: C:\Users\NIGHTM~1\AppData\L..., moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: WINDOWS, proxy: Proxy(), se:cdp: http://127.0.0.1:49986, se:cdpVersion: 85.0, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} 02:42:01.047 INFO [LocalDistributor.newSession] - Session created by the Distributor. Id: d547f201-9dd3-4b9e-b31f-f76a2d79f959 Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 105.0.1, moz:accessibilityChecks: false, moz:buildID: 20220922151854, moz:debuggerAddress: 127.0.0.1:49986, moz:geckodriverVersion: 0.31.0, moz:headless: false, moz:platformVersion: 10.0, moz:processID: 16952, moz:profile: C:\Users\NIGHTM~1\AppData\L..., moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: WINDOWS, proxy: Proxy(), se:cdp: ws://192.168.56.1:4444/sess..., se:cdpVersion: 85.0, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} 02:42:08.101 INFO [LocalDistributor.newSession] - Session request received by the Distributor: [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true}] 1664052128168 geckodriver INFO Listening on 127.0.0.1:54821 1664052128203 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "59870" "--remote-allow-hosts" "localhost" "--remote-allow-origins" "http://localhost:59870/" "-no-remote" "-profile" "C:\\Users\\NIGHTM~1\\AppData\\Local\\Temp\\rust_mozprofileAG4iqh" 1664052129045 Marionette INFO Marionette enabled 1664052129093 Marionette INFO Listening on port 59803 Read port: 59803 WebDriver BiDi listening on ws://127.0.0.1:59870 1664052129379 RemoteAgent WARN TLS certificate errors will be ignored for this session console.warn: SearchSettings: "get: No settings file exists, new profile?" (new NotFoundError("Could not open the file at C:\\Users\\NIGHTM~1\\AppData\\Local\\Temp\\rust_mozprofileAG4iqh\\search.json.mozlz4", (void 0))) DevTools listening on ws://127.0.0.1:59870/devtools/browser/545d3d71-a2d3-45ff-8d30-fbdd9563c51a 02:43:07.749 INFO [ProtocolHandshake.createSession] - Detected upstream dialect: W3C 02:43:07.760 INFO [LocalNode.newSession] - Session created by the Node. Id: 16ac9282-fc9d-414c-8307-1e4b6d53a31d, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 105.0.1, moz:accessibilityChecks: false, moz:buildID: 20220922151854, moz:debuggerAddress: 127.0.0.1:59870, moz:geckodriverVersion: 0.31.0, moz:headless: false, moz:platformVersion: 10.0, moz:processID: 12832, moz:profile: C:\Users\NIGHTM~1\AppData\L..., moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: WINDOWS, proxy: Proxy(), se:cdp: http://127.0.0.1:59870, se:cdpVersion: 85.0, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} 02:43:07.770 INFO [LocalDistributor.newSession] - Session created by the Distributor. Id: 16ac9282-fc9d-414c-8307-1e4b6d53a31d Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 105.0.1, moz:accessibilityChecks: false, moz:buildID: 20220922151854, moz:debuggerAddress: 127.0.0.1:59870, moz:geckodriverVersion: 0.31.0, moz:headless: false, moz:platformVersion: 10.0, moz:processID: 12832, moz:profile: C:\Users\NIGHTM~1\AppData\L..., moz:shutdownTimeout: 60000, moz:useNonSpecCompliantPointerOrigin: false, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: WINDOWS, proxy: Proxy(), se:cdp: ws://192.168.56.1:4444/sess..., se:cdpVersion: 85.0, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} 02:43:07.834 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "d274c17a8945326f1576442495ad4d43","eventTime": 1664052187831813400,"eventName": "HTTP request execution complete","attributes": {"http.flavor": 1,"http.handler_class": "org.openqa.selenium.remote.http.Route$PredicatedRoute","http.host": "localhost:4444","http.method": "GET","http.scheme": "HTTP","http.status_code": 405,"http.target": "\u002fsession\u002f16ac9282-fc9d-414c-8307-1e4b6d53a31d"}} 1664052187878 Marionette INFO Stopped listening on port 59803 02:43:09.870 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local Session Map, Id: 16ac9282-fc9d-414c-8307-1e4b6d53a31d 02:43:09.873 INFO [GridModel.release] - Releasing slot for session id 16ac9282-fc9d-414c-8307-1e4b6d53a31d 02:43:09.878 INFO [SessionSlot.stop] - Stopping session 16ac9282-fc9d-414c-8307-1e4b6d53a31d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant