I am facing the issue: ESOCKETTIMEDOUT when using appium. I found a solution that is uninstall these things:

adb uninstall io.appium.settings adb uninstall io.appium.uiautomator2.server adb uninstall io.appium.uiautomator2.server.test adb uninstall io.appium.unlock 

However, after uninstalling, I try to run my script again, but a message showed:

An unknown server-side error occurred while processing the command. Original error: Appium Settings app is not running after 5000ms

Please tell me how to re-install those packages again?

1 Answer

Go this link

Download the apk, then install it on your devices

Note: you can choose another version.

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.