实际运行过程中间经常会出现下面的报错日志,影响报告截图、和中途终止,需要重新开始执行的情况,麻烦大佬帮忙看一下,是否是参数配置或是其他问题导致
日志报错问题1:
2021-11-10 11:47:38 INFO [Log.1194.$anonfun$saveScreen$2] ui change screenshot again
2021-11-10 11:47:38 ERROR [Log.277.handleException] org.openqa.selenium.remote.ScreenshotException: Screen shot has been taken
日志报错问题2:
2021-11-17 15:51:02 INFO [ReactWebDriver.46.findElement] find by xpath success
2021-11-17 15:51:02 INFO [Crawler.1141.$anonfun$doElementAction$3] click element
2021-11-17 15:51:02 INFO [Crawler.1171.doElementAction] afterAllRetry = 0 because of last action not equal to after
2021-11-17 15:51:02 INFO [Crawler.1175.doElementAction] sleep 2000 ms
2021-11-17 15:51:04 INFO [Crawler.778.afterElementAction] mark image exist
2021-11-17 15:51:04 INFO [Crawler.1229.saveScreen] start screenshot
2021-11-17 15:51:04 INFO [Crawler.1234.$anonfun$saveScreen$2] ui change screenshot again
2021-11-17 15:51:04 ERROR [LogicUtils$.13.handleException] org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up
Build info: version: ‘unknown’, revision: ‘unknown’, time: ‘unknown’
System info: host: ‘PC-HZ20127903’, ip: ‘10.10.66.56’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘11’
Driver info: io.appium.java_client.android.AndroidDriver
Capabilities {app: , appActivity: hik.ebg.finance.MainActivity, appPackage: hik.ebg.finance, appium: http://127.0.0.1:4723/wd/hub, automationName: uiautomator2, databaseEnabled: false, desired: {app: , appActivity: hik.ebg.finance.MainActivity, appPackage: hik.ebg.finance, appium: http://127.0.0.1:4723/wd/hub, automationName: uiautomator2, deviceName: 127.0.0.1:62001, dontStopAppOnReset: false, fullReset: false, newCommandTimeout: 120, noReset: false, platformName: android, platformVersion: 7.1.2}, deviceApiLevel: 25, deviceManufacturer: HUAWEI, deviceModel: LIO-AN00, deviceName: 127.0.0.1:62001, deviceScreenDensity: 320, deviceScreenSize: 900x1600, deviceUDID: 127.0.0.1:62001, dontStopAppOnReset: false, fullReset: false, javascriptEnabled: true, locationContextEnabled: false, networkConnectionEnabled: true, newCommandTimeout: 120, noReset: false, pixelRatio: 2, platform: LINUX, platformName: Android, platformVersion: 7.1.2, statBarHeight: 48, takesScreenshot: true, viewportRect: {height: 1552, left: 0, top: 48, width: 900}, warnings: {}, webStorageEnabled: false}
Session ID: 5c64ebf2-d71e-4ddd-8c09-a6e3093d7ba6
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.utils.LogicUtils$.$anonfun$asyncTask$1(LogicUtils.scala:50)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.util.Try$.apply(Try.scala:210)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.utils.LogicUtils$.asyncTask(LogicUtils.scala:41)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.saveScreen(Crawler.scala:1233)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.afterElementAction(Crawler.scala:790)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.crawl(Crawler.scala:1039)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.$anonfun$crawlWithRetry$1(Crawler.scala:207)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.util.Try$.apply(Try.scala:210)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.crawlWithRetry(Crawler.scala:207)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.start(Crawler.scala:170)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.AppCrawler$.startCrawl(AppCrawler.scala:323)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.AppCrawler$.parseParams(AppCrawler.scala:290)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.AppCrawler$.main(AppCrawler.scala:81)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.AppCrawler.main(AppCrawler.scala)
2021-11-17 15:51:04 ERROR [LogicUtils$.16.handleException] find more cause
2021-11-17 15:51:04 ERROR [LogicUtils$.13.handleException] An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up
Build info: version: ‘unknown’, revision: ‘unknown’, time: ‘unknown’
System info: host: ‘PC-HZ20127903’, ip: ‘10.10.66.56’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘11’
Driver info: io.appium.java_client.android.AndroidDriver
Capabilities {app: , appActivity: hik.ebg.finance.MainActivity, appPackage: hik.ebg.finance, appium: http://127.0.0.1:4723/wd/hub, automationName: uiautomator2, databaseEnabled: false, desired: {app: , appActivity: hik.ebg.finance.MainActivity, appPackage: hik.ebg.finance, appium: http://127.0.0.1:4723/wd/hub, automationName: uiautomator2, deviceName: 127.0.0.1:62001, dontStopAppOnReset: false, fullReset: false, newCommandTimeout: 120, noReset: false, platformName: android, platformVersion: 7.1.2}, deviceApiLevel: 25, deviceManufacturer: HUAWEI, deviceModel: LIO-AN00, deviceName: 127.0.0.1:62001, deviceScreenDensity: 320, deviceScreenSize: 900x1600, deviceUDID: 127.0.0.1:62001, dontStopAppOnReset: false, fullReset: false, javascriptEnabled: true, locationContextEnabled: false, networkConnectionEnabled: true, newCommandTimeout: 120, noReset: false, pixelRatio: 2, platform: LINUX, platformName: Android, platformVersion: 7.1.2, statBarHeight: 48, takesScreenshot: true, viewportRect: {height: 1552, left: 0, top: 48, width: 900}, warnings: {}, webStorageEnabled: false}
Session ID: 5c64ebf2-d71e-4ddd-8c09-a6e3093d7ba6
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] io.appium.java_client.remote.AppiumCommandExecutor.execute(AppiumCommandExecutor.java:250)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] io.appium.java_client.DefaultGenericMobileDriver.execute(DefaultGenericMobileDriver.java:45)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] io.appium.java_client.AppiumDriver.execute(AppiumDriver.java:1)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] io.appium.java_client.android.AndroidDriver.execute(AndroidDriver.java:1)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] org.openqa.selenium.remote.RemoteWebDriver.getScreenshotAs(RemoteWebDriver.java:295)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.driver.SeleniumDriver.screenshot(SeleniumDriver.scala:70)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.$anonfun$saveScreen$2(Crawler.scala:1235)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.utils.LogicUtils$$anon$1.call(LogicUtils.scala:44)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.lang.Thread.run(Thread.java:834)
2021-11-17 15:51:04 ERROR [LogicUtils$.18.handleException] exception finish
2021-11-17 15:51:04 ERROR [Crawler.1243.saveScreen] screenshot error
2021-11-17 15:51:04 ERROR [Crawler.1244.saveScreen] org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up
Build info: version: ‘unknown’, revision: ‘unknown’, time: ‘unknown’
System info: host: ‘PC-HZ20127903’, ip: ‘10.10.66.56’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘11’
Driver info: io.appium.java_client.android.AndroidDriver
Capabilities {app: , appActivity: hik.ebg.finance.MainActivity, appPackage: hik.ebg.finance, appium: http://127.0.0.1:4723/wd/hub, automationName: uiautomator2, databaseEnabled: false, desired: {app: , appActivity: hik.ebg.finance.MainActivity, appPackage: hik.ebg.finance, appium: http://127.0.0.1:4723/wd/hub, automationName: uiautomator2, deviceName: 127.0.0.1:62001, dontStopAppOnReset: false, fullReset: false, newCommandTimeout: 120, noReset: false, platformName: android, platformVersion: 7.1.2}, deviceApiLevel: 25, deviceManufacturer: HUAWEI, deviceModel: LIO-AN00, deviceName: 127.0.0.1:62001, deviceScreenDensity: 320, deviceScreenSize: 900x1600, deviceUDID: 127.0.0.1:62001, dontStopAppOnReset: false, fullReset: false, javascriptEnabled: true, locationContextEnabled: false, networkConnectionEnabled: true, newCommandTimeout: 120, noReset: false, pixelRatio: 2, platform: LINUX, platformName: Android, platformVersion: 7.1.2, statBarHeight: 48, takesScreenshot: true, viewportRect: {height: 1552, left: 0, top: 48, width: 900}, warnings: {}, webStorageEnabled: false}
Session ID: 5c64ebf2-d71e-4ddd-8c09-a6e3093d7ba6
2021-11-17 15:51:04 INFO [Crawler.690.refreshPage] refresh page
2021-11-17 15:51:04 INFO [ReactWebDriver.91.getPageSourceWithRetry] start to get page source from appium
2021-11-17 15:51:04 ERROR [LogicUtils$.13.handleException] org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: Could not proxy. Proxy error: Could not proxy command to the remote server. Original error: socket hang up
Build info: version: ‘unknown’, revision: ‘unknown’, time: ‘unknown’
System info: host: ‘PC-HZ20127903’, ip: ‘10.10.66.56’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘11’
Driver info: io.appium.java_client.android.AndroidDriver
Capabilities {app: , appActivity: hik.ebg.finance.MainActivity, appPackage: hik.ebg.finance, appium: http://127.0.0.1:4723/wd/hub, automationName: uiautomator2, databaseEnabled: false, desired: {app: , appActivity: hik.ebg.finance.MainActivity, appPackage: hik.ebg.finance, appium: http://127.0.0.1:4723/wd/hub, automationName: uiautomator2, deviceName: 127.0.0.1:62001, dontStopAppOnReset: false, fullReset: false, newCommandTimeout: 120, noReset: false, platformName: android, platformVersion: 7.1.2}, deviceApiLevel: 25, deviceManufacturer: HUAWEI, deviceModel: LIO-AN00, deviceName: 127.0.0.1:62001, deviceScreenDensity: 320, deviceScreenSize: 900x1600, deviceUDID: 127.0.0.1:62001, dontStopAppOnReset: false, fullReset: false, javascriptEnabled: true, locationContextEnabled: false, networkConnectionEnabled: true, newCommandTimeout: 120, noReset: false, pixelRatio: 2, platform: LINUX, platformName: Android, platformVersion: 7.1.2, statBarHeight: 48, takesScreenshot: true, viewportRect: {height: 1552, left: 0, top: 48, width: 900}, warnings: {}, webStorageEnabled: false}
Session ID: 5c64ebf2-d71e-4ddd-8c09-a6e3093d7ba6
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.utils.LogicUtils$.$anonfun$asyncTask$1(LogicUtils.scala:50)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.util.Try$.apply(Try.scala:210)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.utils.LogicUtils$.asyncTask(LogicUtils.scala:41)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.driver.ReactWebDriver.$anonfun$getPageSourceWithRetry$1(ReactWebDriver.scala:96)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:190)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.driver.ReactWebDriver.getPageSourceWithRetry(ReactWebDriver.scala:95)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.refreshPage(Crawler.scala:691)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.afterElementAction(Crawler.scala:792)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.crawl(Crawler.scala:1039)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.$anonfun$crawlWithRetry$1(Crawler.scala:207)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] scala.util.Try$.apply(Try.scala:210)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.crawlWithRetry(Crawler.scala:207)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.core.Crawler.start(Crawler.scala:170)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.AppCrawler$.startCrawl(AppCrawler.scala:323)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.AppCrawler$.parseParams(AppCrawler.scala:290)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.AppCrawler$.main(AppCrawler.scala:81)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.AppCrawler.main(AppCrawler.scala)
2021-11-17 15:51:04 ERROR [LogicUtils$.16.handleException] find more cause
2021-11-17 15:51:04 ERROR [LogicUtils$.13.handleException] An unknown server-side error occurred while processing the command. Original error: Could not proxy. Proxy error: Could not proxy command to the remote server. Original error: socket hang up
Build info: version: ‘unknown’, revision: ‘unknown’, time: ‘unknown’
System info: host: ‘PC-HZ20127903’, ip: ‘10.10.66.56’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘11’
Driver info: io.appium.java_client.android.AndroidDriver
Capabilities {app: , appActivity: hik.ebg.finance.MainActivity, appPackage: hik.ebg.finance, appium: http://127.0.0.1:4723/wd/hub, automationName: uiautomator2, databaseEnabled: false, desired: {app: , appActivity: hik.ebg.finance.MainActivity, appPackage: hik.ebg.finance, appium: http://127.0.0.1:4723/wd/hub, automationName: uiautomator2, deviceName: 127.0.0.1:62001, dontStopAppOnReset: false, fullReset: false, newCommandTimeout: 120, noReset: false, platformName: android, platformVersion: 7.1.2}, deviceApiLevel: 25, deviceManufacturer: HUAWEI, deviceModel: LIO-AN00, deviceName: 127.0.0.1:62001, deviceScreenDensity: 320, deviceScreenSize: 900x1600, deviceUDID: 127.0.0.1:62001, dontStopAppOnReset: false, fullReset: false, javascriptEnabled: true, locationContextEnabled: false, networkConnectionEnabled: true, newCommandTimeout: 120, noReset: false, pixelRatio: 2, platform: LINUX, platformName: Android, platformVersion: 7.1.2, statBarHeight: 48, takesScreenshot: true, viewportRect: {height: 1552, left: 0, top: 48, width: 900}, warnings: {}, webStorageEnabled: false}
Session ID: 5c64ebf2-d71e-4ddd-8c09-a6e3093d7ba6
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] io.appium.java_client.remote.AppiumCommandExecutor.execute(AppiumCommandExecutor.java:250)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] io.appium.java_client.DefaultGenericMobileDriver.execute(DefaultGenericMobileDriver.java:45)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] io.appium.java_client.AppiumDriver.execute(AppiumDriver.java:1)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] io.appium.java_client.android.AndroidDriver.execute(AndroidDriver.java:1)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] org.openqa.selenium.remote.RemoteWebDriver.getPageSource(RemoteWebDriver.java:438)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.driver.AppiumClient.getPageSource(AppiumClient.scala:233)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.driver.ReactWebDriver.$anonfun$getPageSourceWithRetry$2(ReactWebDriver.scala:96)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] com.ceshiren.appcrawler.utils.LogicUtils$$anon$1.call(LogicUtils.scala:44)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2021-11-17 15:51:04 ERROR [LogicUtils$.14.$anonfun$handleException$1] java.base/java.lang.Thread.run(Thread.java:834)
2021-11-17 15:51:04 ERROR [LogicUtils$.18.handleException] exception finish
2021-11-17 15:51:04 ERROR [ReactWebDriver.131.$anonfun$getPageSourceWithRetry$1] get page source error
2021-11-17 15:51:04 ERROR [ReactWebDriver.132.$anonfun$getPageSourceWithRetry$1] org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: Could not proxy. Proxy error: Could not proxy command to the remote server. Original error: socket hang up
Build info: version: ‘unknown’, revision: ‘unknown’, time: ‘unknown’