APPIUM Android - Getting error message when runing test :Could not proxy command to remote server. Original error: Error: read ECONNRESET

Hi, From last week when i run Test i get an Error message :

[MJSONWP] Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: Error: read ECONNRESET
at JWProxy.proxy$ (…/…/…/lib/jsonwp-proxy/proxy.js:152:13)
at tryCatch (C:\Users\gilb\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (C:\Users\gilb\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (C:\Users\gilb\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (C:\Users\gilb\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:136:37)
at

During the test run the Error message arrives at a different time rather than something consistent and permanent

Thanks !

This happens ever day for me. Makes Appium completely unusable on Android. Too bad you won’t get a real answer as to why it occurs. Sorry

Try updating Node to 11.0.0. So far it is working for me!!

thanks !!! I will try :slight_smile: