You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: