New issue
Advanced search Search tips
Starred by 1 user
Status: WontFix
Owner: ----
Closed: Mar 2017



Sign in to add a comment
[0313/100022.689:ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface: ui::mojom::GpuMain
Reported by dieter.o...@gmail.com, Mar 15 2017 Back to list
See http://goo.gl/ll2FvQ for common issues.

Issue Description:

After being forced to upgrading to chromedriver 2.28 to use selenium with chrome 57, I get the following error message:

[0313/100022.689:ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface: ui::mojom::GpuMain

Chromedriver: 2.28 Chrome: 57 Webdriver: 3.3.0 node: 6.10.0

-----Other helpful tips:
Attach your chromedriver log with verbose logging enabled (see
http://goo.gl/5Sx8mC for how to do this).

 
Project Member Comment 1 by gmanikpure@chromium.org, Mar 15 2017
Labels: Needs-Feedback
Does this error message cause failure or flakiness in your test execution?
Also, could you please provide repro test and chromedriver verbose logs?
>Does this error message cause failure or flakiness in your test execution?
no. the tests work as expected

>Also, could you please provide repro test and chromedriver verbose logs?
Could you help me on activating the verbose log in node selenium?
require('chromedriver');
const webdriver = require('selenium-webdriver');

let capabilities = webdriver.Capabilities.chrome();
capabilities.setScrollBehavior(1);
let builder = new webdriver.Builder().withCapabilities(capabilities);
builder.enableVerboseLogging(); // fails!!!
let driver = builder.build();

Comment 3 by 12nr1...@gmail.com, Mar 19 2017
Arch Linux 64 bit Plasma 5 Nvidia 304xx GPU.

I've noticed the same message in terminal here. Also after closing the browser I've noticed leftover processes that will not close and will cause the browser to start with a title bar only during a next run and "Unresponsive page" pop up that is also unresponsive.

The leftover processes (random number after each chromium close):

- Chrome_ProcessL
- chromium

Some of those could be undead aka. zombies.

Regards.

Andrzej

Project Member Comment 4 by gmanikpure@chromium.org, Mar 20 2017
Labels: -Needs-Feedback
Status: WontFix
dieter.oberkofler@, thanks for confirming that error message doesn't cause any failure in Chromedriver test execution.
Please report this issue to chromium issue tracker - https://bugs.chromium.org/p/chromium/issues/list. Make sure to provide steps to reproduce and mention the Chrome browser version.

Since it's a chromium bug, closing this issue.
Hi,

I using Visual Studio with NuGet packges using below in a console application,
which basically makes the console application non interactive!

-Selenium.WebDriver.ChromeDriver v2.28.0
-Selenium.WebDriver v3.3.0
-Chrome browser Version 57.0.2987.110

and I also get:
[0313/100022.689:ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface: ui::mojom::GpuMain

right after below initialization 
IWebDriver driver = new ChromeDriver();

Then I get below for each call to the driver object:

[21600:16280:0322/135042.161:ERROR:configuration_policy_handler_list.cc(92)] Unknown policy: DisableSpdy
[21600:16280:0322/135042.162:ERROR:configuration_policy_handler_list.cc(92)] Unknown policy: DnsPrefetchingEnabled
[21600:16280:0322/135042.162:ERROR:configuration_policy_handler_list.cc(92)] Unknown policy: InstantEnabled
[21600:16280:0322/135042.162:ERROR:configuration_policy_handler_list.cc(92)] Unknown policy: PasswordManagerAllowShowPasswords
[21600:16280:0322/135042.194:ERROR:configuration_policy_handler_list.cc(92)] Unknown policy: DisableSpdy
[21600:16280:0322/135042.194:ERROR:configuration_policy_handler_list.cc(92)] Unknown policy: DnsPrefetchingEnabled
[21600:16280:0322/135042.194:ERROR:configuration_policy_handler_list.cc(92)] Unknown policy: InstantEnabled
[21600:16280:0322/135042.194:ERROR:configuration_policy_handler_list.cc(92)] Unknown policy: PasswordManagerAllowShowPasswords

[4836:5256:0322/150741.438:ERROR:ssl_client_socket_impl.cc(1101)] handshake failed; returned -1, SSL error code 1, net_error -101
[4836:5256:0322/150741.547:ERROR:ssl_client_socket_impl.cc(1101)] handshake failed; returned -1, SSL error code 1, net_error -101
[4836:5256:0322/150742.398:ERROR:ssl_client_socket_impl.cc(1101)] handshake failed; returned -1, SSL error code 1, net_error -101
[4836:5256:0322/150742.446:ERROR:ssl_client_socket_impl.cc(1101)] handshake failed; returned -1, SSL error code 1, net_error -101
[4836:5256:0322/150742.625:ERROR:ssl_client_socket_impl.cc(1101)] handshake failed; returned -1, SSL error code 1, net_error -101
Sign in to add a comment