Skip to content

Instantly share code, notes, and snippets.

@oriahuzov
Created June 7, 2023 12:09
Show Gist options
  • Save oriahuzov/4217fda4e4b9c6521cc71f8af39f3565 to your computer and use it in GitHub Desktop.
Save oriahuzov/4217fda4e4b9c6521cc71f8af39f3565 to your computer and use it in GitHub Desktop.
appium logs
PS C:\WINDOWS\system32> appium --base-path /wd/hub
[Appium] Welcome to Appium v2.0.0-beta.71
[Appium] Non-default server args:
[Appium] {
[Appium] basePath: '/wd/hub'
[Appium] }
[Appium] Attempting to load driver windows...
[debug] [Appium] Requiring driver at C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver
[Appium] Appium REST http interface listener started on 0.0.0.0:4723/wd/hub
[Appium] Available drivers:
[Appium] - windows@2.7.2 (automationName 'Windows')
[Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use.
[debug] [HTTP] Request idempotency key: 1e0ba78f-0896-4402-a3bd-a8a5fb8d93f4
[HTTP] --> POST /wd/hub/session
[HTTP] {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"appium:app":"C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe","appium:automationName":"windows","appium:createSessionTimeout":30000,"ms:waitForAppLaunch":30,"platformName":"windows"}}}
[debug] [AppiumDriver@b8a1] Calling AppiumDriver.createSession() with args: [null,null,{"firstMatch":[{}],"alwaysMatch":{"appium:app":"C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe","appium:automationName":"windows","appium:createSessionTimeout":30000,"ms:waitForAppLaunch":30,"platformName":"windows"}}]
[debug] [AppiumDriver@b8a1] Event 'newSessionRequested' logged at 1686139531632 (15:05:31 GMT+0300 (Eastern European Summer Time))
[Appium] Attempting to find matching driver for automationName 'windows' and platformName 'windows'
[Appium] The 'windows' driver was installed and matched caps.
[Appium] Will require it at C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver
[debug] [Appium] Requiring driver at C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver
[AppiumDriver@b8a1] Appium v2.0.0-beta.71 creating new WindowsDriver (v2.7.2) session
[AppiumDriver@b8a1] Checking BaseDriver versions for Appium and WindowsDriver
[AppiumDriver@b8a1] Appium's BaseDriver version is 9.3.10
[AppiumDriver@b8a1] WindowsDriver's BaseDriver version is 9.3.10
[debug] [WindowsDriver@68b2] Creating session with W3C capabilities: {
[debug] [WindowsDriver@68b2] "alwaysMatch": {
[debug] [WindowsDriver@68b2] "ms:waitForAppLaunch": 30,
[debug] [WindowsDriver@68b2] "platformName": "windows",
[debug] [WindowsDriver@68b2] "appium:app": "C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe",
[debug] [WindowsDriver@68b2] "appium:automationName": "windows",
[debug] [WindowsDriver@68b2] "appium:createSessionTimeout": 30000
[debug] [WindowsDriver@68b2] },
[debug] [WindowsDriver@68b2] "firstMatch": [
[debug] [WindowsDriver@68b2] {}
[debug] [WindowsDriver@68b2] ]
[debug] [WindowsDriver@68b2] }
[WindowsDriver@68b2 (01c1c740)] Session created with session id: 01c1c740-e084-411e-b621-1a2f073d1cfb
[WindowsDriver@68b2 (01c1c740)] Spawning 'C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe' with args: ["4724/wd/hub"]
[debug] [WindowsDriver@68b2 (01c1c740)] Matched '/status' to command name 'getStatus'
[debug] [WindowsDriver@68b2 (01c1c740)] Proxying [GET /status] to [GET http://127.0.0.1:4724/wd/hub/status] with no body
[WindowsDriver@68b2 (01c1c740)] connect ECONNREFUSED 127.0.0.1:4724
[debug] [WindowsDriver@68b2 (01c1c740)] Windows Application Driver listening for requests at: http://127.0.0.1:4724/wd/hub
[debug] [WindowsDriver@68b2 (01c1c740)] Press ENTER to exit.
[debug] [WindowsDriver@68b2 (01c1c740)] Matched '/status' to command name 'getStatus'
[debug] [WindowsDriver@68b2 (01c1c740)] Proxying [GET /status] to [GET http://127.0.0.1:4724/wd/hub/status] with no body
[debug] [WindowsDriver@68b2 (01c1c740)] ==========================================
[debug] [WindowsDriver@68b2 (01c1c740)] GET /wd/hub/status HTTP/1.1
[debug] [WindowsDriver@68b2 (01c1c740)] Accept: application/json, */*
[debug] [WindowsDriver@68b2 (01c1c740)] Accept-Encoding: gzip, compress, deflate, br
[debug] [WindowsDriver@68b2 (01c1c740)] Connection: keep-alive
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json; charset=utf-8
[debug] [WindowsDriver@68b2 (01c1c740)] Host: 127.0.0.1:4724
[debug] [WindowsDriver@68b2 (01c1c740)] User-Agent: appium
[debug] [WindowsDriver@68b2 (01c1c740)] Got response with status 200: {"build":{"revision":"18001","time":"Tue Sep 18 18:35:38 2018","version":"1.1.1809"},"os":{"arch":"amd64","name":"windows","version":"10.0.19045"}}
[debug] [WindowsDriver@68b2 (01c1c740)] Starting WinAppDriver session. Will timeout in '30000' ms.
[debug] [WindowsDriver@68b2 (01c1c740)] Matched '/session' to command name 'createSession'
[debug] [WindowsDriver@68b2 (01c1c740)] Proxying [POST /session] to [POST http://127.0.0.1:4724/wd/hub/session] with body: {"desiredCapabilities":{"ms:waitForAppLaunch":30,"platformName":"windows","app":"C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe","automationName":"windows","createSessionTimeout":30000}}
[debug] [WindowsDriver@68b2 (01c1c740)] HTTP/1.1 200 OK
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Length: 147
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json
[debug] [WindowsDriver@68b2 (01c1c740)] ==========================================
[debug] [WindowsDriver@68b2 (01c1c740)] POST /wd/hub/session HTTP/1.1
[debug] [WindowsDriver@68b2 (01c1c740)] Accept: application/json, */*
[debug] [WindowsDriver@68b2 (01c1c740)] Accept-Encoding: gzip, compress, deflate, br
[debug] [WindowsDriver@68b2 (01c1c740)] Connection: keep-alive
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Length: 273
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json; charset=utf-8
[debug] [WindowsDriver@68b2 (01c1c740)] Host: 127.0.0.1:4724
[debug] [WindowsDriver@68b2 (01c1c740)] User-Agent: appium
[debug] [WindowsDriver@68b2 (01c1c740)]
[debug] [WindowsDriver@68b2 (01c1c740)] {"desiredCapabilities":{"ms:waitForAppLaunch":30,"platformName":"windows","app":"C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe","automationName":"windows","createSessionTimeout":30000}}
[WindowsDriver@68b2 (01c1c740)] Got response with status 500: {"status":13,"value":{"error":"unknown error","message":"Failed to locate opened application window with appId: C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe, and processId: 31544"}}
[debug] [W3C] Matched W3C error code 'unknown error' to UnknownError
[WindowsDriver@68b2 (01c1c740)] Could not start WinAppDriver session error = 'An unknown server-side error occurred while processing the command. Original error: Failed to locate opened application window with appId: C:\Users\ORiahuzov\Documents\devsetup\projectsSourceCode\ccleaner\target\1e6407d5-880d-4df3-aaa7-ded5f19786c1\ccsetup612.exe, and processId: 31544', attempt = '1' from 'undefined'
[debug] [WindowsDriver@68b2 (01c1c740)] HTTP/1.1 500 Internal Error
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Length: 270
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json
[debug] [WindowsDriver@68b2 (01c1c740)]
[debug] [WindowsDriver@68b2 (01c1c740)] {"status":13,"value":{"error":"unknown error","message":"Failed to locate opened application window with appId: C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe, and processId: 31544"}}
[debug] [WindowsDriver@68b2 (01c1c740)] Matched '/session' to command name 'createSession'
[debug] [WindowsDriver@68b2 (01c1c740)] Proxying [POST /session] to [POST http://127.0.0.1:4724/wd/hub/session] with body: {"desiredCapabilities":{"ms:waitForAppLaunch":30,"platformName":"windows","app":"C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe","automationName":"windows","createSessionTimeout":30000}}
[debug] [WindowsDriver@68b2 (01c1c740)] ==========================================
[debug] [WindowsDriver@68b2 (01c1c740)] POST /wd/hub/session HTTP/1.1
[debug] [WindowsDriver@68b2 (01c1c740)] Accept: application/json, */*
[debug] [WindowsDriver@68b2 (01c1c740)] Accept-Encoding: gzip, compress, deflate, br
[debug] [WindowsDriver@68b2 (01c1c740)] Connection: keep-alive
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Length: 273
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json; charset=utf-8
[debug] [WindowsDriver@68b2 (01c1c740)] Host: 127.0.0.1:4724
[debug] [WindowsDriver@68b2 (01c1c740)] User-Agent: appium
[debug] [WindowsDriver@68b2 (01c1c740)]
[debug] [WindowsDriver@68b2 (01c1c740)] {"desiredCapabilities":{"ms:waitForAppLaunch":30,"platformName":"windows","app":"C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe","automationName":"windows","createSessionTimeout":30000}}
[debug] [WindowsDriver@68b2 (01c1c740)] HTTP/1.1 500 Internal Error
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Length: 270
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json
[debug] [WindowsDriver@68b2 (01c1c740)]
[debug] [WindowsDriver@68b2 (01c1c740)] {"status":13,"value":{"error":"unknown error","message":"Failed to locate opened application window with appId: C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe, and processId: 31536"}}
[WindowsDriver@68b2 (01c1c740)] Got response with status 500: {"status":13,"value":{"error":"unknown error","message":"Failed to locate opened application window with appId: C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe, and processId: 31536"}}
[debug] [W3C] Matched W3C error code 'unknown error' to UnknownError
[WindowsDriver@68b2 (01c1c740)] Could not start WinAppDriver session error = 'An unknown server-side error occurred while processing the command. Original error: Failed to locate opened application window with appId: C:\Users\ORiahuzov\Documents\devsetup\projectsSourceCode\ccleaner\target\1e6407d5-880d-4df3-aaa7-ded5f19786c1\ccsetup612.exe, and processId: 31536', attempt = '2' from 'undefined'
[debug] [WindowsDriver@68b2 (01c1c740)] Matched '/session' to command name 'createSession'
[debug] [WindowsDriver@68b2 (01c1c740)] Proxying [POST /session] to [POST http://127.0.0.1:4724/wd/hub/session] with body: {"desiredCapabilities":{"ms:waitForAppLaunch":30,"platformName":"windows","app":"C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe","automationName":"windows","createSessionTimeout":30000}}
[debug] [WindowsDriver@68b2 (01c1c740)] ==========================================
[debug] [WindowsDriver@68b2 (01c1c740)] POST /wd/hub/session HTTP/1.1
[debug] [WindowsDriver@68b2 (01c1c740)] Accept: application/json, */*
[debug] [WindowsDriver@68b2 (01c1c740)] Accept-Encoding: gzip, compress, deflate, br
[debug] [WindowsDriver@68b2 (01c1c740)] Connection: keep-alive
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Length: 273
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json; charset=utf-8
[debug] [WindowsDriver@68b2 (01c1c740)] Host: 127.0.0.1:4724
[debug] [WindowsDriver@68b2 (01c1c740)] User-Agent: appium
[debug] [WindowsDriver@68b2 (01c1c740)] HTTP/1.1 500 Internal Error
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Length: 270
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json
[debug] [WindowsDriver@68b2 (01c1c740)]
[debug] [WindowsDriver@68b2 (01c1c740)] {"status":13,"value":{"error":"unknown error","message":"Failed to locate opened application window with appId: C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe, and processId: 31536"}}
[WindowsDriver@68b2 (01c1c740)] Got response with status 500: {"status":13,"value":{"error":"unknown error","message":"Failed to locate opened application window with appId: C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe, and processId: 31536"}}
[debug] [W3C] Matched W3C error code 'unknown error' to UnknownError
[WindowsDriver@68b2 (01c1c740)] Could not start WinAppDriver session error = 'An unknown server-side error occurred while processing the command. Original error: Failed to locate opened application window with appId: C:\Users\ORiahuzov\Documents\devsetup\projectsSourceCode\ccleaner\target\1e6407d5-880d-4df3-aaa7-ded5f19786c1\ccsetup612.exe, and processId: 31536', attempt = '3' from 'undefined'
[debug] [WindowsDriver@68b2 (01c1c740)] Matched '/session' to command name 'createSession'
[debug] [WindowsDriver@68b2 (01c1c740)] Proxying [POST /session] to [POST http://127.0.0.1:4724/wd/hub/session] with body: {"desiredCapabilities":{"ms:waitForAppLaunch":30,"platformName":"windows","app":"C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe","automationName":"windows","createSessionTimeout":30000}}
[debug] [WindowsDriver@68b2 (01c1c740)] ==========================================
[debug] [WindowsDriver@68b2 (01c1c740)] POST /wd/hub/session HTTP/1.1
[debug] [WindowsDriver@68b2 (01c1c740)] Accept: application/json, */*
[debug] [WindowsDriver@68b2 (01c1c740)] Accept-Encoding: gzip, compress, deflate, br
[debug] [WindowsDriver@68b2 (01c1c740)] Connection: keep-alive
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Length: 273
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json; charset=utf-8
[debug] [WindowsDriver@68b2 (01c1c740)] Host: 127.0.0.1:4724
[debug] [WindowsDriver@68b2 (01c1c740)] User-Agent: appium
[debug] [WindowsDriver@68b2 (01c1c740)]
[debug] [WindowsDriver@68b2 (01c1c740)] {"desiredCapabilities":{"ms:waitForAppLaunch":30,"platformName":"windows","app":"C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe","automationName":"windows","createSessionTimeout":30000}}
[debug] [WindowsDriver@68b2 (01c1c740)] HTTP/1.1 500 Internal Error
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Length: 270
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json
[debug] [WindowsDriver@68b2 (01c1c740)]
[debug] [WindowsDriver@68b2 (01c1c740)] {"status":13,"value":{"error":"unknown error","message":"Failed to locate opened application window with appId: C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe, and processId: 26644"}}
[WindowsDriver@68b2 (01c1c740)] Got response with status 500: {"status":13,"value":{"error":"unknown error","message":"Failed to locate opened application window with appId: C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe, and processId: 26644"}}
[debug] [W3C] Matched W3C error code 'unknown error' to UnknownError
[WindowsDriver@68b2 (01c1c740)] Could not start WinAppDriver session error = 'An unknown server-side error occurred while processing the command. Original error: Failed to locate opened application window with appId: C:\Users\ORiahuzov\Documents\devsetup\projectsSourceCode\ccleaner\target\1e6407d5-880d-4df3-aaa7-ded5f19786c1\ccsetup612.exe, and processId: 26644', attempt = '4' from 'undefined'
[debug] [WindowsDriver@68b2 (01c1c740)] Matched '/session' to command name 'createSession'
[debug] [WindowsDriver@68b2 (01c1c740)] Proxying [POST /session] to [POST http://127.0.0.1:4724/wd/hub/session] with body: {"desiredCapabilities":{"ms:waitForAppLaunch":30,"platformName":"windows","app":"C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe","automationName":"windows","createSessionTimeout":30000}}
[debug] [WindowsDriver@68b2 (01c1c740)] ==========================================
[debug] [WindowsDriver@68b2 (01c1c740)] POST /wd/hub/session HTTP/1.1
[debug] [WindowsDriver@68b2 (01c1c740)] Accept: application/json, */*
[debug] [WindowsDriver@68b2 (01c1c740)] Accept-Encoding: gzip, compress, deflate, br
[debug] [WindowsDriver@68b2 (01c1c740)] Connection: keep-alive
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Length: 273
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json; charset=utf-8
[debug] [WindowsDriver@68b2 (01c1c740)] Host: 127.0.0.1:4724
[debug] [WindowsDriver@68b2 (01c1c740)] User-Agent: appium
[debug] [WindowsDriver@68b2 (01c1c740)]
[debug] [WindowsDriver@68b2 (01c1c740)] {"desiredCapabilities":{"ms:waitForAppLaunch":30,"platformName":"windows","app":"C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe","automationName":"windows","createSessionTimeout":30000}}
[debug] [WindowsDriver@68b2 (01c1c740)] HTTP/1.1 500 Internal Error
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Length: 270
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json
[debug] [WindowsDriver@68b2 (01c1c740)]
[debug] [WindowsDriver@68b2 (01c1c740)] {"status":13,"value":{"error":"unknown error","message":"Failed to locate opened application window with appId: C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe, and processId: 26644"}}
[WindowsDriver@68b2 (01c1c740)] Got response with status 500: {"status":13,"value":{"error":"unknown error","message":"Failed to locate opened application window with appId: C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe, and processId: 26644"}}
[debug] [W3C] Matched W3C error code 'unknown error' to UnknownError
[WindowsDriver@68b2 (01c1c740)] Could not start WinAppDriver session error = 'An unknown server-side error occurred while processing the command. Original error: Failed to locate opened application window with appId: C:\Users\ORiahuzov\Documents\devsetup\projectsSourceCode\ccleaner\target\1e6407d5-880d-4df3-aaa7-ded5f19786c1\ccsetup612.exe, and processId: 26644', attempt = '5' from 'undefined'
[debug] [WindowsDriver@68b2 (01c1c740)] Matched '/session' to command name 'createSession'
[debug] [WindowsDriver@68b2 (01c1c740)] Proxying [POST /session] to [POST http://127.0.0.1:4724/wd/hub/session] with body: {"desiredCapabilities":{"ms:waitForAppLaunch":30,"platformName":"windows","app":"C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe","automationName":"windows","createSessionTimeout":30000}}
[debug] [WindowsDriver@68b2 (01c1c740)] ==========================================
[debug] [WindowsDriver@68b2 (01c1c740)] POST /wd/hub/session HTTP/1.1
[debug] [WindowsDriver@68b2 (01c1c740)] Accept: application/json, */*
[debug] [WindowsDriver@68b2 (01c1c740)] Accept-Encoding: gzip, compress, deflate, br
[debug] [WindowsDriver@68b2 (01c1c740)] Connection: keep-alive
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Length: 273
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json; charset=utf-8
[debug] [WindowsDriver@68b2 (01c1c740)] Host: 127.0.0.1:4724
[debug] [WindowsDriver@68b2 (01c1c740)] User-Agent: appium
[debug] [WindowsDriver@68b2 (01c1c740)]
[debug] [WindowsDriver@68b2 (01c1c740)] {"desiredCapabilities":{"ms:waitForAppLaunch":30,"platformName":"windows","app":"C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe","automationName":"windows","createSessionTimeout":30000}}
[debug] [WindowsDriver@68b2 (01c1c740)] HTTP/1.1 500 Internal Error
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Length: 270
[debug] [WindowsDriver@68b2 (01c1c740)] Content-Type: application/json
[debug] [WindowsDriver@68b2 (01c1c740)]
[debug] [WindowsDriver@68b2 (01c1c740)] {"status":13,"value":{"error":"unknown error","message":"Failed to locate opened application window with appId: C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe, and processId: 26644"}}
[WindowsDriver@68b2 (01c1c740)] Got response with status 500: {"status":13,"value":{"error":"unknown error","message":"Failed to locate opened application window with appId: C:\\Users\\ORiahuzov\\Documents\\devsetup\\projectsSourceCode\\ccleaner\\target\\1e6407d5-880d-4df3-aaa7-ded5f19786c1\\ccsetup612.exe, and processId: 26644"}}
[debug] [W3C] Matched W3C error code 'unknown error' to UnknownError
[WindowsDriver@68b2 (01c1c740)] Could not start WinAppDriver session error = 'An unknown server-side error occurred while processing the command. Original error: Failed to locate opened application window with appId: C:\Users\ORiahuzov\Documents\devsetup\projectsSourceCode\ccleaner\target\1e6407d5-880d-4df3-aaa7-ded5f19786c1\ccsetup612.exe, and processId: 26644', attempt = '6' from 'undefined'
[debug] [WindowsDriver@68b2 (01c1c740)] timeoutError was Condition unmet after 34140 ms. Timing out.
[debug] [WindowsDriver@68b2 (01c1c740)] Deleting WinAppDriver session
[WindowsDriver@68b2 (01c1c740)] WinAppDriver exited with code null, signal SIGTERM
[debug] [AppiumDriver@b8a1] Event 'newSessionStarted' logged at 1686139566860 (15:06:06 GMT+0300 (Eastern European Summer Time))
[debug] [AppiumDriver@b8a1] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Failed to locate opened application window with appId: C:\Users\ORiahuzov\Documents\devsetup\projectsSourceCode\ccleaner\target\1e6407d5-880d-4df3-aaa7-ded5f19786c1\ccsetup612.exe, and processId: 26644
[debug] [AppiumDriver@b8a1] at errorFromW3CJsonCode (C:\Users\ORiahuzov\AppData\Roaming\npm\node_modules\appium\node_modules\@appium\base-driver\lib\protocol\errors.js:1034:25)
[debug] [AppiumDriver@b8a1] at ProxyRequestError.getActualError (C:\Users\ORiahuzov\AppData\Roaming\npm\node_modules\appium\node_modules\@appium\base-driver\lib\protocol\errors.js:909:14)
[debug] [AppiumDriver@b8a1] at WADProxy.command (C:\Users\ORiahuzov\AppData\Roaming\npm\node_modules\appium\node_modules\@appium\base-driver\lib\jsonwp-proxy\proxy.js:340:19)
[debug] [AppiumDriver@b8a1] at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AppiumDriver@b8a1] at condFn (C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver\lib\winappdriver.js:181:9)
[debug] [AppiumDriver@b8a1] at spin (C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver\node_modules\asyncbox\lib\asyncbox.js:221:20)
[debug] [AppiumDriver@b8a1] at spin (C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver\node_modules\asyncbox\lib\asyncbox.js:231:14)
[debug] [AppiumDriver@b8a1] at spin (C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver\node_modules\asyncbox\lib\asyncbox.js:231:14)
[debug] [AppiumDriver@b8a1] at spin (C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver\node_modules\asyncbox\lib\asyncbox.js:231:14)
[debug] [AppiumDriver@b8a1] at spin (C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver\node_modules\asyncbox\lib\asyncbox.js:231:14)
[debug] [AppiumDriver@b8a1] at spin (C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver\node_modules\asyncbox\lib\asyncbox.js:231:14)
[debug] [AppiumDriver@b8a1] at waitForCondition (C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver\node_modules\asyncbox\lib\asyncbox.js:238:10)
[debug] [AppiumDriver@b8a1] at WinAppDriver._startSession (C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver\lib\winappdriver.js:191:7)
[debug] [AppiumDriver@b8a1] at WinAppDriver.start (C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver\lib\winappdriver.js:166:5)
[debug] [AppiumDriver@b8a1] at WindowsDriver.startWinAppDriverSession (C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver\lib\driver.js:92:5)
[debug] [AppiumDriver@b8a1] at WindowsDriver.createSession (C:\Users\ORiahuzov\.appium\node_modules\appium-windows-driver\lib\driver.js:80:7)
[debug] [AppiumDriver@b8a1] at AppiumDriver.createSession (C:\Users\ORiahuzov\AppData\Roaming\npm\node_modules\appium\lib\appium.js:346:35)
[HTTP] <-- POST /wd/hub/session 500 35273 ms - 2937
[HTTP]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment