budtmo / budtmo/docker-android

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

Open
#457 0 comments 2 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
15.8k
Forks
1.8k
Avg merge
12h 13m
Merged PRs (30d)
6

Description

### 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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.