Appium device farm fails to register device to device farm very intermittently #1131
sankethsunkad
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MAC M1 :
appium driver list installed :
appium version :- 2.5.4
appium-device-farm version :- 8.4.7-rc.19
device_farm.log
this is my server config 👇 , same config has worked many times but frequently it fails to regsiter device
{
"server": {
"keep-alive-timeout": 800,
"use-plugins": ["device-farm"],
"port": 4444,
"plugin": {
"element-wait": {
"timeout": 20000,
"intervalBetweenAttempts": 500
},
"device-farm": {
"platform": "android"
},
"appium-dashboard": {
"dashboard:enableLiveVideo": false,
"dashboard:enableVideoRecording": false
}
},
"driver": {
"xcuitest": {
},
"uiautomator2": {
}
}
device farm logs 👇
Beta Was this translation helpful? Give feedback.
All reactions