Skip to content

Instantly share code, notes, and snippets.

@pkebets
Created September 6, 2018 05:34
Show Gist options
  • Save pkebets/744005ddb510c3e91903547839344b85 to your computer and use it in GitHub Desktop.
Save pkebets/744005ddb510c3e91903547839344b85 to your computer and use it in GitHub Desktop.
Tizen Driver Appium 1.9.0 Logs
[info] [Appium] Welcome to Appium v1.9.0
[info] [Appium] Appium REST http interface listener started on 0.0.0.0:4723[info] [HTTP] --> POST /wd/hub/session
[info] [HTTP] {"desiredCapabilities":{"appPackage":"sample","deviceName":"Tizen","platformName":"Tizen"},"capabilities":{"desiredCapabilities":{"appPackage":"sample","deviceName":"Tizen","platformName":"Tizen"},"firstMatch":[{"platformName":"tizen"}]}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"appPackage":"sample","deviceName":"Tizen","platformName":"Tizen"},null,{"desiredCapabilities":{"appPackage":"sample","deviceName":"Tizen","platformName":"Tizen"},"firstMatch":[{"platformName":"tizen"}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1536210226981 (22:03:46 GMT-0700 (Pacific Daylight Time))
[info] [Appium] Could not parse W3C capabilities: 'deviceName' can't be blank
[info] [Appium] Trying to fix W3C capabilities by merging them with JSONWP caps
[warn] [BaseDriver] The capabilities ["appPackage","deviceName"] are not standard capabilities and should have an extension prefix
[info] [Appium] Creating new TizenDriver (v1.1.1-beta) session
[info] [Appium] Capabilities:
[info] [Appium] appPackage: sample
[info] [Appium] deviceName: Tizen
[info] [Appium] platformName: tizen
[debug] [TizenDriver] TizenDriver version: 1.1.1-beta
[debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {"appPackage":"sample","dev...
[info] [BaseDriver] Session created with session id: 4cdc51ef-338c-4e46-ab0d-81581c073308[info] [SDB] Using sdb from c:\tizen-studio\tools\sdb.exe
[info] [SDB]
[info] [TizenDriver] Retrieving device list
[debug] [SDB] Trying to find a connected tizen device
[debug] [SDB] Getting connected devices...
[debug] [SDB] 1 device(s) connected
[info] [TizenDriver] Using device: 10.77.180.135:26101
[info] [SDB] Using sdb from c:\tizen-studio\tools\sdb.exe
[info] [SDB]
[debug] [SDB] Setting device id to 10.77.180.135:26101
[debug] [SDB] Getting install status for sample[debug] [SDB] Running 'c:\tizen-studio\tools\sdb.exe' with args: ["-s","10.77.180.135:26101","shell","app_launcher --list | grep sample"]
[error] [SDB] Error: Error finding if app is installed. Original error: Error executing sdbExec. Original error: 'Command 'c\:\\tizen-studio\\tools\\sdb.exe -s 10.77.180.135\:26101 shell 'app_launcher --list | grep sample'' exited with code 1'; Stderr: 'closed'; Code: '1'
[error] [SDB] at Object.wrappedLogger.errorAndThrow (C:\Program Files (x86)\Appium\resources\app\node_modules\appium\node_modules\appium-support\lib\logging.js:78:13)
[error] [SDB] at SDB.callee$0$0$ (C:\Program Files (x86)\Appium\resources\app\node_modules\appium\node_modules\appium-sdb\lib\tools\tpk-utils.js:16:9)
[error] [SDB] at tryCatch (C:\Program Files (x86)\Appium\resources\app\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:67:40)
[error] [SDB] at GeneratorFunctionPrototype.invoke [as _invoke] (C:\Program Files (x86)\Appium\resources\app\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:315:22)
[error] [SDB] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (C:\Program Files (x86)\Appium\resources\app\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:100:21)
[error] [SDB] at GeneratorFunctionPrototype.invoke (C:\Program Files (x86)\Appium\resources\app\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:136:37)
[error] [SDB] at <anonymous>
[debug] [TizenDriver] Shutting down Tizen driver
[debug] [TizenDriver] Called deleteSession but bootstrap wasn't active
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1536210227437 (22:03:47 GMT-0700 (Pacific Daylight Time))
[error] [W3C] Encountered internal error running command: Error: Error finding if app is installed. Original error: Error executing sdbExec. Original error: 'Command 'c\:\\tizen-studio\\tools\\sdb.exe -s 10.77.180.135\:26101 shell 'app_launcher --list | grep sample'' exited with code 1'; Stderr: 'closed'; Code: '1'
[error] [W3C] at Object.wrappedLogger.errorAndThrow (C:\Program Files (x86)\Appium\resources\app\node_modules\appium\node_modules\appium-support\lib\logging.js:78:13)
[error] [W3C] at SDB.callee$0$0$ (C:\Program Files (x86)\Appium\resources\app\node_modules\appium\node_modules\appium-sdb\lib\tools\tpk-utils.js:16:9)
[error] [W3C] at tryCatch (C:\Program Files (x86)\Appium\resources\app\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:67:40)
[error] [W3C] at GeneratorFunctionPrototype.invoke [as _invoke] (C:\Program Files (x86)\Appium\resources\app\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:315:22)
[error] [W3C] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (C:\Program Files (x86)\Appium\resources\app\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:100:21)
[error] [W3C] at GeneratorFunctionPrototype.invoke (C:\Program Files (x86)\Appium\resources\app\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:136:37)
[error] [W3C] at <anonymous>
[info] [HTTP] <-- POST /wd/hub/session 500 458 ms - 1837
[info] [HTTP] 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment