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
I'm not sure, that we should "see" unauthorized devices as soon as we are trying to generate node config from props, that we are requesting from devices, like os_version="$(adb -s $name shell getprop ro.build.version.release | tr -d '\r')"
This command will fail and we will get a broken config, which will affect tests evaluation
Source code : https://github.com/appium/appium-docker-android/blob/master/Appium/generate_config.sh#L44
The reason is when I create a container, there is no "device", it will be "unauthorized"
should be
The text was updated successfully, but these errors were encountered: