Skip to content

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

@rohitmali123

Description

@rohitmali123

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions