docker-android icon indicating copy to clipboard operation
docker-android copied to clipboard

[🐛 Bug ]: Not working Appium Server Can't Access on port 4723

Open rohitmali123 opened this issue 6 months ago • 0 comments

Operating System

Ubuntu24

Docker Image

budtmo/docker-android emulator_11.0

Expected behaviour

Appium server Not working

const dockerRunCmd = docker run -d \ -p 6080:6080 \ -p 4723:4723 \ -p 5554:5554 \ -p 5555:5555 \ -e EMULATOR_DEVICE="Samsung Galaxy S10" \ -e WEB_VNC=true \ -e APPIUM=true \ -e SELENIUM_HOST=selenium_hub \ -e CONNECT_TO_GRID=true \ --privileged \ --device /dev/kvm \ --name testContainer \ budtmo/docker-android:emulator_11.0;

Actual behaviour

Appium server not working when i connect to appium sever 4723 so not connect Like Below Error show

2024-08-31T11:06:01.353Z INFO webdriver: [POST] http://51.38.81.127:4724/wd/hub/session 2024-08-31T11:06:01.354Z INFO webdriver: DATA { capabilities: { alwaysMatch: { platformName: 'Android', deviceName: 'emulator-5554', appPackage: 'com.whatsapp', appActivity: 'com.whatsapp.HomeActivity', automationName: 'UiAutomator2', noReset: true }, firstMatch: [ {} ] }, desiredCapabilities: { platformName: 'Android', deviceName: 'emulator-5554', appPackage: 'com.whatsapp', appActivity: 'com.whatsapp.HomeActivity', automationName: 'UiAutomator2', noReset: true } }

not Request failed with status 404 due to The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource 2024-08-31T09:41:31.447Z INFO webdriver: Retrying 1/3 2024-08-31T09:41:31.448Z INFO webdriver: [POST] http://51.38.81.127:4724/wd/hub/session 2024-08-31T09:41:31.448Z INFO webdriver: DATA {

Logs

ss

rohitmali123 avatar Aug 31 '24 11:08 rohitmali123