[SOLVED] Issue : [JSONWP Proxy] Got an unexpected response: {"code":"ESOCKETTIMEDOUT","connect":false}

Hi I am getting below error in Appium Logs while launching an app in mac system

[JSONWP Proxy] Got an unexpected response: {“code”:“ESOCKETTIMEDOUT”,“connect”:false} [JSONWP Proxy] Got an unexpected response: {“code”:“ESOCKETTIMEDOUT”,“connect”:false} [JSONWP Proxy] Matched ‘/status’ to command name ‘getStatus’ [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body [JSONWP Proxy] Matched ‘/status’ to command name ‘getStatus’ [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body

can anyone help why I am getting this error and how to resolve it?

Please let me know if any other details required.

FYI: I am good with configuration

Solved the issue by Adding below Jars:

Selenium stand alone server jar
Commons lang jar

Running the below command in terminal:

$brew install ios-webkit-debug-proxy