AppiumTestDistribution / appium-device-farm

This is an Appium 2.0 plugin designed to manage and create driver sessions on available devices.
https://devicefarm.org
Other
335 stars 102 forks source link

TypeError: Cannot read properties of undefined (reading 'plugin') running appium server device farm #495

Closed alvarolgn closed 2 years ago

alvarolgn commented 2 years ago

The problem

Error running appium server device farm (1.0.0-beta.20): TypeError: Cannot read properties of undefined (reading 'plugin')

Details

Running appium-device-farm as the README.md says:

$ appium --port 4724 -ka 800 --use-plugins=device-farm,appium-dashboard,relaxed-caps  -pa /wd/hub --plugin-device-farm-platform=android --plugin-device-farm-include-simulators --relaxed-security

it is returning the error TypeError: Cannot read properties of undefined (reading 'plugin') ** Same problem in default port (4723)

Link to Appium logs

GIST

Environment

saikrishna321 commented 2 years ago

Can you please try with latest Appium beta 43. Current version of the plug-in will work only with beta43 and higher versions.

saikrishna321 commented 2 years ago

I also see you have not specified any value for plugin-device-farm-include-simulators if you want to skip them set to false else remove this argument