Replies: 3 comments 9 replies
-
Please post full logs |
Beta Was this translation helpful? Give feedback.
-
any update on this? |
Beta Was this translation helpful? Give feedback.
-
tried latest version below
and got errors below for ios real device. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
when running "appium server -ka 800 --use-plugins=device-farm --config ./appium_configs/node-config_ios.json -pa /wd/hub"
I got following error.
i was able to use my iOS device(ios version 16) without device farm plug in.
[Appium] Attempting to load plugin device-farm...
[debug] [Appium] Requiring plugin at /Users/daeil.kang/.appium/node_modules/appium-device-farm
[Appium] Welcome to Appium v2.0.0-beta.47
[Appium] Non-default server args:
[Appium] {
[Appium] basePath: '/wd/hub',
[Appium] keepAliveTimeout: 800,
[Appium] usePlugins: [
[Appium] 'device-farm'
[Appium] ]
[Appium] }
[Appium] Attempting to load driver xcuitest...
[debug] [Appium] Requiring driver at /Users/daeil.kang/.appium/node_modules/appium-xcuitest-driver
[Appium] Attempting to load driver uiautomator2...
[debug] [Appium] Requiring driver at /Users/daeil.kang/.appium/node_modules/appium-uiautomator2-driver
(node:57720) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. Use emitter.setMaxListeners() to increase limit
(Use
node --trace-warnings ...
to show where the warning was created)[device-farm] 📣📣📣 Device Farm Plugin will be served at 🔗 http://localhost:4723/device-farm
[device-farm] IOS Device details for 00008110-000C6D5A3686401E not available. So querying now.
[Appium] Could not configure Appium server. It's possible that a driver or plugin tried to update the server and failed. Original error: Could not find device section
[debug] [Appium] Error: Could not find device section
[debug] [Appium] at Simctl.getDevicesByParsing (/Users/daeil.kang/.appium/node_modules/appium-device-farm/node_modules/node-simctl/lib/subcommands/list.js:52:11)
here is my node-config_ios.json
{
"server": {
"port": 4723,
"plugin": {
"device-farm": {
"platform": "iOS"
}
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions