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

fix: Fix ChromeHeadless in Docker #51

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

tykus160
Copy link
Member

@tykus160 tykus160 commented Jul 18, 2023

Currently ChromeHeadless cannot be run in the Docker environment due to lack of --no-sandbox argument. Trying to run ChromeHeadless within Docker ends with DevToolsActivePort file doesn't exist error. You can find more info here: https://bugs.chromium.org/p/chromedriver/issues/detail?id=2473

EDIT: of course this can be omitted by creating custom launcher, but I believe this can be so common issue it's better to tackle it by default. Additionally I'm planning to add running tests within Docker to shaka, so it'll easify process.

@joeyparrish joeyparrish changed the title fix: fix ChromeHeadless in Docker fix: Fix ChromeHeadless in Docker Jul 19, 2023
@joeyparrish joeyparrish merged commit a487e6d into shaka-project:main Jul 19, 2023
@joeyparrish
Copy link
Member

Thank you very much! I'll be releasing an update here shortly, then I'll bump the dep in Shaka Player after that.

joeyparrish pushed a commit that referenced this pull request Jul 19, 2023
🤖 I have created a release *beep* *boop*
---


##
[1.6.2](v1.6.1...v1.6.2)
(2023-07-19)


### Bug Fixes

* Fix ChromeHeadless in Docker
([#51](#51))
([a487e6d](a487e6d))
* Fix clobbering of arguments in custom configurations
([#50](#50))
([43ce270](43ce270))
* Fix failure when drivers lag behind browser
([#53](#53))
([14cf6c3](14cf6c3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Sep 17, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants