Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TikhomirovSergey/9fa52c25fca6214a4d71 to your computer and use it in GitHub Desktop.
Save TikhomirovSergey/9fa52c25fca6214a4d71 to your computer and use it in GitHub Desktop.
info: [debug] Responding to client with success: {"status":0,"value":{"y":146,"x":0},"sessionId":"f4aa01f2-db36-44da-a9f0-1e724eb331f2"}
info: <-- GET /wd/hub/session/f4aa01f2-db36-44da-a9f0-1e724eb331f2/element/2/location 200 16.025 ms - 87 {"status":0,"value":{"y":146,"x":0},"sessionId":"f4aa01f2-db36-44da-a9f0-1e724eb331f2"}
info: --> POST /wd/hub/session/f4aa01f2-db36-44da-a9f0-1e724eb331f2/touch/multi/perform {"actions":[[{"action":"press","options":{"x":0,"y":734}},{"action":"wait","options":{"ms":1000}}],[{"action":"release","options":{}}]]}
info: [debug] Pushing command to appium work queue: ["performMultiPointerGesture",{"actions":[[{"action":"press","time":0.005,"touch":{"x":0,"y":734}},{"action":"wait","time":1.004,"touch":{"ms":1000,"x":0,"y":734}}],[]]}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"performMultiPointerGesture","params":{"actions":[[{"action":"press","time":0.005,"touch":{"x":0,"y":734}},{"action":"wait","time":1.004,"touch":{"ms":1000,"x":0,"y":734}}],[]]}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: performMultiPointerGesture
info: [debug] [BOOTSTRAP] [debug] Exception: org.json.JSONException: Index -1 out of range [0..0)
info: [debug] [UIAUTOMATOR STDOUT] org.json.JSONException: Index -1 out of range [0..0)
info: [debug] [UIAUTOMATOR STDOUT] at org.json.JSONArray.get(JSONArray.java:282)
info: [debug] [UIAUTOMATOR STDOUT] at org.json.JSONArray.getJSONObject(JSONArray.java:510)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.MultiPointerGesture.computeLongestTime(MultiPointerGesture.java:24)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.MultiPointerGesture.parsePointerCoords(MultiPointerGesture.java:125)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.MultiPointerGesture.execute(MultiPointerGesture.java:54)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.AndroidCommandExecutor.execute(AndroidCommandExecutor.java:64)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.runCommand(SocketServer.java:172)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.handleClientData(SocketServer.java:89)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.listenForever(SocketServer.java:137)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.Bootstrap.testRunServer(Bootstrap.java:20)
info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invokeNative(Native Method)
info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invoke(Method.java:515)
info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runTest(TestCase.java:168)
info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runBare(TestCase.java:134)
info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult$1.protect(TestResult.java:115)
info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.runProtected(TestResult.java:133)
info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.run(TestResult.java:118)
info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.run(TestCase.java:124)
info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunner.start(UiAutomatorTestRunner.java:160)
info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunn
info: [debug] [UIAUTOMATOR STDOUT] er.run(UiAutomatorTestRunner.java:96)
info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.RunTestCommand.run(RunTestCommand.java:91)
info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.Launcher.main(Launcher.java:83)
info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:243)
info: [debug] [UIAUTOMATOR STDOUT] at dalvik.system.NativeStart.main(Native Method)
info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"Index -1 out of range [0..0)","status":13}
info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command.","origValue":"Index -1 out of range [0..0)"},"sessionId":"f4aa01f2-db36-44da-a9f0-1e724eb331f2"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment