Skip to content

Instantly share code, notes, and snippets.

@indra-Asurion
Last active December 1, 2017 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indra-Asurion/761bef44bdbe517bf7f88efdeca40b53 to your computer and use it in GitHub Desktop.
Save indra-Asurion/761bef44bdbe517bf7f88efdeca40b53 to your computer and use it in GitHub Desktop.
Appium logs-Unknown Server-side error
╰─ appium
[Appium] Welcome to Appium v1.7.1
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"platformName":"iOS","platformVersion":"11.1","deviceName":"iPad","udId":"123123","browserName":"safari","app":"SafariLauncher","safariIgnoreFraudWarning":"true","xcodeOrgId":"12213123","xcodeSigningId":"iPhone Developer","Bundle_Id":"com.apple.SafariLauncher","appiumVersion":"1.7.1","requestOrigins":{"url":"http://webdriver.io","version":"4.9.8","name":"webdriverio"}}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"platformName":"iOS","platformVersion":"11.1","deviceName":"iPad","udId":"e456981c5f6a2a8ca93861b580bf9fb7d6609894","browserName":"safari","app":"SafariLauncher","safariIgnoreFraudWarning":"true","xcodeOrgId":"123123123","xcodeSigningId":"iPhone Developer","Bundle_Id":"com.apple.SafariLauncher","appiumVersion":"1.7.1","requestOrigins":{"url":"http://webdriver.io","version":"4.9.8","name":"webdriverio"}},null,null]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1512101845824 (22:17:25 GMT-0600 (CST))
[Appium] Requested iOS support with version >= 10, using XCUITest driver instead of UIAutomation-based driver, since the latter is unsupported on iOS 10 and up.
[Appium] Creating new XCUITestDriver (v2.51.1) session
[Appium] Capabilities:
[Appium] javascriptEnabled: true
[Appium] locationContextEnabled: true
[Appium] handlesAlerts: true
[Appium] rotatable: true
[Appium] platformName: 'iOS'
[Appium] platformVersion: '11.1'
[Appium] deviceName: 'iPad'
[Appium] udId: '12312311'
[Appium] browserName: 'safari'
[Appium] app: 'SafariLauncher'
[Appium] safariIgnoreFraudWarning: 'true'
[Appium] xcodeOrgId: '123123'
[Appium] xcodeSigningId: 'iPhone Developer'
[Appium] Bundle_Id: 'com.apple.SafariLauncher'
[Appium] appiumVersion: '1.7.1'
[Appium] requestOrigins: { url: 'http://webdriver.io',
version: '4.9.8',
name: 'webdriverio' }
[BaseDriver] Capability 'safariIgnoreFraudWarning' changed from string to boolean. This may cause unexpected behavior
[BaseDriver] The following capabilities were provided, but are not recognized by appium: javascriptEnabled, locationContextEnabled, handlesAlerts, rotatable, udId, Bundle_Id, appiumVersion, requestOrigins.
[BaseDriver] Session created with session id: 7e22496f-ec18-4acc-b12b-f3a53fc3d3bc
[debug] [XCUITest] Xcode version set to '9.1' (tools v9.1.0.0.1.1508540944)
[debug] [XCUITest] iOS SDK Version set to '11.1'
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1512101845944 (22:17:25 GMT-0600 (CST))
[XCUITest] Simulator udid not provided, using desired caps to create a new simulator
[debug] [simctl] Creating simulator with name 'appiumTest-7e22496f-ec18-4acc-b12b-f3a53fc3d3bc', device type id 'iPad' and runtime id '11.1'
[simctl] Error: simctl error running 'create': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=162):
Incompatible device
at Object.wrappedLogger.errorAndThrow (../../lib/logging.js:63:13)
at simCommand$ (../../lib/simctl.js:50:11)
at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
Error: simctl error running 'create': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=162):
Incompatible device
at Object.wrappedLogger.errorAndThrow (../../lib/logging.js:63:13)
at simCommand$ (../../lib/simctl.js:50:11)
at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
[simctl] Error: Could not create simulator with name 'appiumTest-7e22496f-ec18-4acc-b12b-f3a53fc3d3bc', device type id 'iPad' and runtime id '11.1'. Reason: 'simctl error running 'create': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=162):
Incompatible device'
at Object.wrappedLogger.errorAndThrow (../../lib/logging.js:63:13)
at createDevice$ (../../lib/simctl.js:343:9)
at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
Error: Could not create simulator with name 'appiumTest-7e22496f-ec18-4acc-b12b-f3a53fc3d3bc', device type id 'iPad' and runtime id '11.1'. Reason: 'simctl error running 'create': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=162):
Incompatible device'
at Object.wrappedLogger.errorAndThrow (../../lib/logging.js:63:13)
at createDevice$ (../../lib/simctl.js:343:9)
at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
[XCUITest] Error: Could not create simulator with name 'appiumTest-7e22496f-ec18-4acc-b12b-f3a53fc3d3bc', device type id 'iPad' and runtime id '11.1'. Reason: 'simctl error running 'create': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=162):
Incompatible device'
at Object.wrappedLogger.errorAndThrow (../../lib/logging.js:63:13)
at createDevice$ (../../lib/simctl.js:343:9)
at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
Error: Could not create simulator with name 'appiumTest-7e22496f-ec18-4acc-b12b-f3a53fc3d3bc', device type id 'iPad' and runtime id '11.1'. Reason: 'simctl error running 'create': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=162):
Incompatible device'
at Object.wrappedLogger.errorAndThrow (../../lib/logging.js:63:13)
at createDevice$ (../../lib/simctl.js:343:9)
at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
[debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on.
[MJSONWP] Encountered internal error running command: Error: Could not create simulator with name 'appiumTest-7e22496f-ec18-4acc-b12b-f3a53fc3d3bc', device type id 'iPad' and runtime id '11.1'. Reason: 'simctl error running 'create': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=162):
Incompatible device'
at Object.wrappedLogger.errorAndThrow (../../lib/logging.js:63:13)
at createDevice$ (../../lib/simctl.js:343:9)
at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
[HTTP] <-- POST /wd/hub/session 500 435 ms - 432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment