-
Notifications
You must be signed in to change notification settings - Fork 35
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
browserStackLocal.stop() hangs inside Docker #27
Comments
Any update on this? |
Hi @nickslavsky , @thibaut-sticky, This is issue with our BrowserstackLocal binary when running inside docker. we are working on a fix for this which will be released soon, and till then you can try a workaround mentioned in here |
@nickslavsky @thibaut-sticky , you can use the following workaround for this until we fix this issue Add following lines in the starting of your Dockerfile
You can refer this link for sample docker file. |
@kristianadidas We’re currently re-evaluating our BrowserStack local experience inside Docker, please use the workaround for now. We will have an update by June. |
I'm having an issue with the above browserStackLocal.stop() method when running inside a Docker container.
I'm using the latest package version
com.browserstack
browserstack-local-java
1.0.2
I have tried the following combinations inside my Dockerfile (using a workaround from similar issue with browserstack-local-nodejs) to no avail:
the only thing works is commenting the browserStackLocal.stop() call.
Can anyone look into this? Is there a workaround that might help?
Proof. When I connect to this running container, I see this:
The text was updated successfully, but these errors were encountered: