Webdriveragent is not listening on 127.0.0.1:8100

Hi,
My appium version:2.0.0 beta.23, xcode version is 13.2.1.
got the following log:
2022-01-07 17:22:45.296028+0800 WebDriverAgentRunner-Runner[4104:678903] ServerURLHere->http://169.254.201.235:8100<-ServerURLHere
I can access the http://169.254.201.235:8100, but not http://127.0.0.1:8100
If i manually start iproxy 8100 8100 it will work, but i can’t do this everytime when i run my test.
Anyone can help with this?

This behavior is expected. For WDA localhost is the loopback interface of the mobile phone itself. And the the IP address above is the address of the wireless phone interface. This means that without an explicit port forwarding (which iproxy actually ensures) there is no way to get it listening on the loopback interface of your computer.

Hi @mykola-mokhnach,
Thanks for your reply. If this is expected, what should i do before i can execute the test cases ?
If I run “iproxy 8100 8100” before start the test, it will give an error of “8100 port already in use”; and if i don’t do so, it can’t reach 127.0.0.1:8100. Seems I have to run “iproxy 8100 8100” at a proper time after the test started.

I’m not quite sure about what you are trying to achieve there. Appium already does the port forwarding. Perhaps, you need to build some completely custom solution instead.

Hi @mykola-mokhnach, I think my situation is , appium server it self did not do the port forwarding

My appium log as below, I did not see the appium do the port forwarding

e[35m[Appium]e[39m Welcome to Appium v2.0.0-beta.23 (REV 6669e91bd8187ae9efbf110e31fc4e4d7b79011f)
e[35m[Appium]e[39m Attempting to load driver uiautomator2…
e[35m[Appium]e[39m Attempting to load driver xcuitest…
e[35m[Appium]e[39m Appium REST http interface listener started on 0.0.0.0:4723
e[35m[Appium]e[39m Available drivers:
e[35m[Appium]e[39m - [email protected] (automationName ‘UiAutomator2’)
e[35m[Appium]e[39m - [email protected] (automationName ‘XCUITest’)
e[35m[Appium]e[39m No plugins have been installed. Use the “appium plugin” command to install the one(s) you want to use.
e[35m[HTTP]e[39m e[37m–>e[39m e[37mPOSTe[39m e[37m/sessione[39m
e[35m[HTTP]e[39m e[90m{“capabilities”:{“alwaysMatch”:{“appium:platformName”:“iOS”,“appium:platformVersion”:“15.1”,“appium:udid”:“00008030-001155183E90402E”,“appium:bundleId”:“hk.com.prudential.ebriefcase.uat”,“appium:deviceName”:“iPhone 11”,“appium:newCommandTimeout”:3600,“appium:noReset”:true,“appium:automationName”:“XCUITest”,“appium:showXcodeLog”:true,“appium:usePrebuiltWDA”:false,“appium:connectHardwareKeyboard”:true},“firstMatch”:[{}]},“desiredCapabilities”:{“appium:platformName”:“iOS”,“appium:platformVersion”:“15.1”,“appium:udid”:“00008030-001155183E90402E”,“appium:bundleId”:“hk.com.prudential.ebriefcase.uat”,“appium:deviceName”:“iPhone 11”,“appium:newCommandTimeout”:3600,“appium:noReset”:true,“appium:automationName”:“XCUITest”,“appium:showXcodeLog”:true,“appium:usePrebuiltWDA”:false,“appium:connectHardwareKeyboard”:true}}e[39m
[debug] e[35m[W3C]e[39m Calling AppiumDriver.createSession() with args: [{“appium:platformName”:“iOS”,“appium:platformVersion”:“15.1”,“appium:udid”:“00008030-001155183E90402E”,“appium:bundleId”:“hk.com.prudential.ebriefcase.uat”,“appium:deviceName”:“iPhone 11”,“appium:newCommandTimeout”:3600,“appium:noReset”:true,“appium:automationName”:“XCUITest”,“appium:showXcodeLog”:true,“appium:usePrebuiltWDA”:false,“appium:connectHardwareKeyboard”:true},null,{“alwaysMatch”:{“appium:platformName”:“iOS”,“appium:platformVersion”:“15.1”,“appium:udid”:“00008030-001155183E90402E”,“appium:bundleId”:“hk.com.prudential.ebriefcase.uat”,“appium:deviceName”:“iPhone 11”,“appium:newCommandTimeout”:3600,“appium:noReset”:true,“appium:automationName”:“XCUITest”,“appium:showXcodeLog”:true,“appium:usePrebuiltWDA”:false,“appium:connectHardwareKeyboard”:true},“firstMatch”:[{}]}]
[debug] e[35m[BaseDriver]e[39m Event ‘newSessionRequested’ logged at 1641796765241 (14:39:25 GMT+0800 (China Standard Time))
e[35m[BaseDriver]e[39m The capabilities [“platformName”] are standard capabilities and do not require “appium:” prefix
e[35m[Appium]e[39m Attempting to find matching driver for automationName ‘XCUITest’ and platformName ‘iOS’
e[35m[Appium]e[39m The ‘xcuitest’ driver was installed and matched caps.
e[35m[Appium]e[39m Will require it at /Users/huwei/.appium/appium-xcuitest-driver/node_modules/appium-xcuitest-driver
e[35m[Appium]e[39m Appium v2.0.0-beta.23 creating new XCUITestDriver (v3.59.0) session
e[35m[Appium]e[39m Checking BaseDriver versions for Appium and XCUITestDriver
e[35m[Appium]e[39m Appium’s BaseDriver version is 8.2.2
e[35m[Appium]e[39m Could not determine XCUITestDriver’s BaseDriver version
[debug] e[35m[BaseDriver]e[39m W3C capabilities and MJSONWP desired capabilities were provided
[debug] e[35m[BaseDriver]e[39m Creating session with W3C capabilities: {
[debug] e[35m[BaseDriver]e[39m “alwaysMatch”: {
[debug] e[35m[BaseDriver]e[39m “platformName”: “iOS”,
[debug] e[35m[BaseDriver]e[39m “appium:platformVersion”: “15.1”,
[debug] e[35m[BaseDriver]e[39m “appium:udid”: “00008030-001155183E90402E”,
[debug] e[35m[BaseDriver]e[39m “appium:bundleId”: “hk.com.prudential.ebriefcase.uat”,
[debug] e[35m[BaseDriver]e[39m “appium:deviceName”: “iPhone 11”,
[debug] e[35m[BaseDriver]e[39m “appium:newCommandTimeout”: 3600,
[debug] e[35m[BaseDriver]e[39m “appium:noReset”: true,
[debug] e[35m[BaseDriver]e[39m “appium:automationName”: “XCUITest”,
[debug] e[35m[BaseDriver]e[39m “appium:showXcodeLog”: true,
[debug] e[35m[BaseDriver]e[39m “appium:usePrebuiltWDA”: false,
[debug] e[35m[BaseDriver]e[39m “appium:connectHardwareKeyboard”: true
[debug] e[35m[BaseDriver]e[39m },
[debug] e[35m[BaseDriver]e[39m “firstMatch”: [
[debug] e[35m[BaseDriver]e[39m {}
[debug] e[35m[BaseDriver]e[39m ]
[debug] e[35m[BaseDriver]e[39m }
e[35m[BaseDriver]e[39m Session created with session id: 614f74f6-4d89-417f-809d-628efdfa4a93
[debug] e[35m[XCUITest]e[39m Current user: ‘huwei’
[debug] e[35m[XCUITest]e[39m Available devices: 00008030-001155183E90402E
[debug] e[35m[XCUITest]e[39m Creating iDevice object with udid ‘00008030-001155183E90402E’
e[35m[XCUITest]e[39m Determining device to run tests on: udid: ‘00008030-001155183E90402E’, real device: true
[debug] e[35m[BaseDriver]e[39m Event ‘xcodeDetailsRetrieved’ logged at 1641796765367 (14:39:25 GMT+0800 (China Standard Time))
[debug] e[35m[BaseDriver]e[39m Event ‘appConfigured’ logged at 1641796765369 (14:39:25 GMT+0800 (China Standard Time))
[debug] e[35m[BaseDriver]e[39m Event ‘resetStarted’ logged at 1641796765370 (14:39:25 GMT+0800 (China Standard Time))
[debug] e[35m[XCUITest]e[39m Reset: fullReset not set. Leaving as is
[debug] e[35m[BaseDriver]e[39m Event ‘resetComplete’ logged at 1641796765370 (14:39:25 GMT+0800 (China Standard Time))
e[35m[WebDriverAgent]e[39m Using WDA path: ‘/Users/huwei/.appium/appium-xcuitest-driver/node_modules/appium-webdriveragent’
e[35m[WebDriverAgent]e[39m Using WDA agent: ‘/Users/huwei/.appium/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj’
[debug] e[35m[XCUITest]e[39m Crash reports root ‘/Users/huwei/Library/Logs/CrashReporter/MobileDevice/iPhone 11’ does not exist. Got nothing to gather.
[debug] e[35m[BaseDriver]e[39m Event ‘logCaptureStarted’ logged at 1641796765735 (14:39:25 GMT+0800 (China Standard Time))
e[35m[XCUITest]e[39m Setting up real device
[debug] e[35m[WebDriverAgent]e[39m No obsolete cached processes from previous WDA sessions listening on port 8100 have been found
e[35m[DevCon Factory]e[39m Requesting connection for device 00008030-001155183E90402E on local port 8100, device port 8100
[debug] e[35m[DevCon Factory]e[39m Cached connections count: 0
e[35m[DevCon Factory]e[39m Successfully requested the connection for 00008030-001155183E90402E:8100
[debug] e[35m[XCUITest]e[39m Starting WebDriverAgent initialization with the synchronization key ‘XCUITestDriver’
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[WebDriverAgent]e[39m Parsed BUILD_DIR configuration value: ‘/Users/huwei/Library/Developer/Xcode/DerivedData/WebDriverAgent-ayqrtspigankrjgyyxxtchhfsndq/Build/Products’
[debug] e[35m[WebDriverAgent]e[39m Got derived data root: ‘/Users/huwei/Library/Developer/Xcode/DerivedData/WebDriverAgent-ayqrtspigankrjgyyxxtchhfsndq’
e[35m[WD Proxy]e[39m Error: timeout of 3000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WebDriverAgent]e[39m WDA is not listening at ‘http://127.0.0.1:8100/
[debug] e[35m[WebDriverAgent]e[39m WDA is currently not running. There is nothing to cache
[debug] e[35m[XCUITest]e[39m Trying to start WebDriverAgent 1 times with 10000ms interval
[debug] e[35m[XCUITest]e[39m These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities
[debug] e[35m[BaseDriver]e[39m Event ‘wdaStartAttempted’ logged at 1641796769907 (14:39:29 GMT+0800 (China Standard Time))
e[35m[WebDriverAgent]e[39m Launching WebDriverAgent on the device
e[35m[WebDriverAgent]e[39m WebDriverAgent does not need a cleanup. The sources are up to date (1640933683454 >= 1640933683454)
[debug] e[35m[WebDriverAgent]e[39m Killing running processes ‘xcodebuild.*00008030-001155183E90402E’ for the device 00008030-001155183E90402E…
[debug] e[35m[WebDriverAgent]e[39m Beginning test with command ‘xcodebuild build-for-testing test-without-building -project /Users/huwei/.appium/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /Users/huwei/Library/Developer/Xcode/DerivedData/WebDriverAgent-ayqrtspigankrjgyyxxtchhfsndq -destination id=00008030-001155183E90402E IPHONEOS_DEPLOYMENT_TARGET=15.1 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO’ in directory ‘/Users/huwei/.appium/appium-xcuitest-driver/node_modules/appium-webdriveragent’
[debug] e[35m[WebDriverAgent]e[39m Output from xcodebuild will be logged. To change this, use ‘showXcodeLog’ desired capability
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
[debug] e[35m[WebDriverAgent]e[39m Waiting up to 60000ms for WebDriverAgent to start
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WebDriverAgent]e[39m Log file for xcodebuild test: /Users/huwei/Library/Developer/Xcode/DerivedData/WebDriverAgent-ayqrtspigankrjgyyxxtchhfsndq/Logs/Test/Test-WebDriverAgentRunner-2022.01.10_14-39-32-+0800.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-CE193D5F-4207-459E-9C34-A1DE44EC4CE0/WebDriverAgentRunner-27E1314F-B217-4A67-9FE5-F82653A99538/Session-WebDriverAgentRunner-2022-01-10_144005-zKrBA9.log
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}
e[35m[WD Proxy]e[39m socket hang up
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body
[debug] e[35m[iProxy@00008030:8100]e[39m Failed to receive any data within the timeout: 5000
e[35m[WD Proxy]e[39m Error: timeout of 1000ms exceeded
e[35m[WD Proxy]e[39m at createError (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/core/createError.js:16:15)
e[35m[WD Proxy]e[39m at RedirectableRequest.handleRequestTimeout (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:328:16)
e[35m[WD Proxy]e[39m at RedirectableRequest.emit (events.js:314:20)
e[35m[WD Proxy]e[39m at Timeout. (/Users/huwei/.appium/appium-xcuitest-driver/node_modules/follow-redirects/index.js:164:12)
e[35m[WD Proxy]e[39m at listOnTimeout (internal/timers.js:554:17)
e[35m[WD Proxy]e[39m at processTimers (internal/timers.js:497:7)
[debug] e[35m[WD Proxy]e[39m Matched ‘/status’ to command name ‘getStatus’
[debug] e[35m[WD Proxy]e[39m Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body

[debug] e[35m[iProxy@00008030:8100]e[39m Unexpected data: {“header”:{“length”:294,“version”:1,“type”:8,“tag”:1},“payload”:{“MessageType”:“Result”,“Number”:2}}

This most likely is an indication of some issue in GitHub - appium/appium-ios-device: Tools for interacting with iOS devices library. Unfortunately I cannot help much there as this might be specific to your device.

Thanks @mykola-mokhnach I tried other iphones no such issues.