求助 求appcrawler iOS 配置模版事例

配置过后出错,求一份ios 配置模版

2022-03-18 17:50:05 INFO [ScalaTestRuntime.22.$anonfun$genTestCase$2] gen testcase class
2022-03-18 17:50:05 ERROR [Crawler.221.crawlWithRetry] crawl not finish, return with exception
2022-03-18 17:50:05 ERROR [Crawler.222.crawlWithRetry] java.lang.StringIndexOutOfBoundsException: String index out of range: 0
2022-03-18 17:50:05 ERROR [Crawler.223.crawlWithRetry] StringIndexOutOfBoundsException: String index out of range: 0
2022-03-18 17:50:05 ERROR [Crawler.224.crawlWithRetry] java.lang.StringIndexOutOfBoundsException: String index out of range: 0
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] java.lang.StringIndexOutOfBoundsException: String index out of range: 0
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at java.lang.String.charAt(String.java:658)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at javassist.ClassPool.createCtClass(ClassPool.java:542)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at javassist.ClassPool.get0(ClassPool.java:518)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at javassist.ClassPool.getOrNull(ClassPool.java:461)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.plugin.scalatest.SuiteToClass$.genTestCaseClass(SuiteToClass.scala:42)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.plugin.scalatest.ScalaTestRuntime.$anonfun$genTestCase$2(ScalaTestRuntime.scala:28)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.plugin.scalatest.ScalaTestRuntime.$anonfun$genTestCase$2$adapted(ScalaTestRuntime.scala:21)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at scala.collection.immutable.List.foreach(List.scala:333)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.plugin.scalatest.ScalaTestRuntime.genTestCase(ScalaTestRuntime.scala:21)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.plugin.ReportPlugin.generateReport(ReportPlugin.scala:81)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.plugin.ReportPlugin.$anonfun$afterElementAction$1(ReportPlugin.scala:35)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.utils.LogicUtils$$anon$1.call(LogicUtils.scala:69)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at java.lang.Thread.run(Thread.java:748)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] [wrapped] java.util.concurrent.ExecutionException: java.lang.StringIndexOutOfBoundsException: String index out of range: 0
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at java.util.concurrent.FutureTask.report(FutureTask.java:122)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at java.util.concurrent.FutureTask.get(FutureTask.java:206)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.utils.LogicUtils$.$anonfun$asyncTask$1(LogicUtils.scala:75)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at scala.util.Try$.apply(Try.scala:210)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.utils.LogicUtils$.asyncTask(LogicUtils.scala:66)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.plugin.ReportPlugin.afterElementAction(ReportPlugin.scala:32)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.core.Crawler.$anonfun$afterElementAction$2(Crawler.scala:803)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.core.Crawler.$anonfun$afterElementAction$2$adapted(Crawler.scala:803)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:563)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:561)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at scala.collection.AbstractIterable.foreach(Iterable.scala:919)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.core.Crawler.afterElementAction(Crawler.scala:803)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.core.Crawler.crawl(Crawler.scala:1024)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.core.Crawler.$anonfun$crawlWithRetry$1(Crawler.scala:214)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at scala.util.Try$.apply(Try.scala:210)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.core.Crawler.crawlWithRetry(Crawler.scala:214)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.core.Crawler.start(Crawler.scala:171)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.AppCrawler$.startCrawl(AppCrawler.scala:319)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.AppCrawler$.parseParams(AppCrawler.scala:286)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.AppCrawler$.main(AppCrawler.scala:73)
2022-03-18 17:50:05 ERROR [Crawler.225.$anonfun$crawlWithRetry$2] at com.ceshiren.appcrawler.AppCrawler.main(AppCrawler.scala)