This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

Hi,
Could you have a look.

I’m using docker-compose file to start appium docker https://github.com/appium/appium-docker-android/blob/master/examples/docker-compose.yml1.

I connect 2 real devices and I start the docker-compose file like this:
docker-compose up -d
When I run test, one container is crashed with this message:

org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: Android bootstrap socket crashed: Error: This socket has been ended by the other party.

Thanks.