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
there is no sense to restart appium container if device state is unauthorized (somebody cleaned trusted keys on device?!)
for that case let's do exit 0 to avoid permanent restart.
error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
Not documented device state: ''. One more attempt in 5 seconds.
Restarting...
Doing usbreset forcibly on attached device
Resetting USB device /dev/bus/usb/001/021
there is no sense to restart appium container if device state is unauthorized (somebody cleaned trusted keys on device?!)
for that case let's do exit 0 to avoid permanent restart.
on this line we should exit with error code 1:
appium/local_connect.sh
Line 78 in a1c129b
The text was updated successfully, but these errors were encountered: