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

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

Open
rohitmali123 opened this issue Aug 31, 2024 · 0 comments
Open
Labels

Comments

@rohitmali123
Copy link

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 rohitmali123 changed the title [🐛 Bug ]: Not working Appium on this [🐛 Bug ]: Not working Appium Server Can't Access on port 4723 Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant