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