This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

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

  • created

    Feb '19
  • last reply

    Feb '19
  • 1

    reply

  • 201

    views

  • 1

    user

  • 1

    link

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