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

'Lost UI shared context' Chrome error #13

Closed
sdondley opened this issue Jul 6, 2018 · 3 comments
Closed

'Lost UI shared context' Chrome error #13

sdondley opened this issue Jul 6, 2018 · 3 comments

Comments

@sdondley
Copy link
Contributor

sdondley commented Jul 6, 2018

When running tests, the following error is thrown throughout the tests:

[0706/042333.730708:ERROR:gpu_process_transport_factory.cc(1017)] Lost UI shared context.

Occurs on both MacOS and Linux (Debian). The error doesn't cause any tests to fail and seems harmless. Not sure if there might be a way to get rid of it.

@Corion
Copy link
Owner

Corion commented Jul 6, 2018

This is a problem that seems be more with Chrome / Chromium than the ways automating it. It also happens on WSL ( microsoft/WSL#3282 ) and with Puppeteer ( puppeteer/puppeteer#1925 ).

Most likely it is something with Chrome Headless where the code expects a UI to be available, but which isn't available (due to being headless).

@sdondley
Copy link
Contributor Author

sdondley commented Jul 6, 2018

I've been searching around for a command line switch that might suppress it. So far, no luck.

@sdondley
Copy link
Contributor Author

sdondley commented Jul 6, 2018

I've addressed this issue by addressing it in the documentation: 1ff5e90

@sdondley sdondley closed this as completed Jul 6, 2018
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

2 participants