AppiumTestDistribution / appium-device-farm

This is an Appium 2.0 plugin designed to manage and create driver sessions on available devices.
https://devicefarm.org
Other
324 stars 101 forks source link

Unable manual action on use device feature #1222

Closed MHabiib closed 1 month ago

MHabiib commented 3 months ago

https://github.com/AppiumTestDistribution/appium-device-farm/assets/42311916/88314037-7262-49ac-8491-a619faa5bb6f

unable to manually access or clicking the screen from the device farm dashboard. but able to do action like go to home, back or recent app by clicking button besides the live section screen

Link to Appium logs https://gist.github.com/MHabiib/727f462deaf412b7e0783a7127f23025

Environment

  1. Appium version (or git revision) that exhibits the issue: 2.5.4
  2. Last Appium version that did not exhibit the issue (if applicable):
  3. Node.js version (unless using Appium.app|exe): node v18.20.3
  4. Npm or Yarn package manager:10.7.0
  5. Mobile platform/version under test:
  6. Real device or emulator/simulator:
  7. Appium CLI or Appium.app|exe:
saikrishna321 commented 3 months ago

@MHabiib which model is this iPad and also cN you share the url when ur accessing the device from browser

MHabiib commented 3 months ago

@saikrishna321 iPad Pro 11-inch (M4), http://192.168.100.42:4723/device-farm/#/iOSStream?port=4723&platform=ios&udid=A3F018CE-E539-4CDA-AD08-35CC2755B6A3&host=192.168.100.42&streamPort=61454&width=&height= these are the details

Version 18.0

iPad Pro 11-inch (M4) simulator 192.168.100.42 5m 48.8s

tried with iphone SE to do manual interaction there is no issue using this info

saikrishna321 commented 3 months ago

@MHabiib Thanks for the information. Can you please run the command xcrun simctl list --json in your terminal and give us the full output.

MHabiib commented 3 months ago

hi @saikrishna321 https://gist.github.com/MHabiib/d4dfe30aee4d87e27b168fdd49a456ea, this is the response from xcrun simctl list --json command

halilcifteci commented 2 months ago

hi, when I try to access it with my iPhone 13 Pro Max real device, I cannot stream the screen.

Ekran Resmi 2024-07-05 14 25 57

saikrishna321 commented 2 months ago

@halilcifteci Please post full server logs.

halilcifteci commented 2 months ago

@saikrishna321 appium server -ka 800 --use-plugins=device-farm --config /Users/halil.cifteci/Documents/config.json -pa /wd/hub --plugin-device-farm-live-streaming [Appium] Attempting to load plugin device-farm... [Appium] Requiring plugin at /Users/halil.cifteci/node_modules/appium-device-farm/lib/src/main.js { DeviceFarmProLoader: [class Z], default: [class Z] } [Appium] Gc has been successfully loaded in 0.862s [Appium] Welcome to Appium v2.11.1 [Appium] Non-default server args: [Appium] { basePath: '/wd/hub', keepAliveTimeout: 800, port: 31337, usePlugins: [ 'device-farm' ], plugin: { 'device-farm': { iosDeviceType: 'real' } } } [Appium] The autodetected Appium home path: /Users/halil.cifteci [Appium] Attempting to load driver xcuitest... [Appium] Requiring driver at /Users/halil.cifteci/node_modules/appium-xcuitest-driver/build/index.js [Appium] XCUITestDriver has been successfully loaded in 0.656s [device-farm-main] 📱 Update server with CLI Args: {"subcommand":"server","address":"0.0.0.0","basePath":"/wd/hub","keepAliveTimeout":800,"port":31337,"usePlugins":["device-farm"],"plugin":{"device-farm":{"liveStreaming":true,"platform":"ios","skipChromeDownload":true,"iosDeviceType":"real","deviceAvailabilityTimeoutMs":300000,"deviceAvailabilityQueryIntervalMs":10000,"sendNodeDevicesToHubIntervalMs":30000,"checkStaleDevicesIntervalMs":30000,"checkBlockedDevicesIntervalMs":30000,"newCommandTimeoutSec":60,"bindHostOrIp":"127.0.0.0","androidDeviceType":"both"}},"configFile":"/Users/halil.cifteci/Documents/config.json","extraArgs":[],"allowCors":false,"allowInsecure":[],"callbackPort":4723,"debugLogSpacing":false,"denyInsecure":[],"localTimezone":false,"loglevel":"debug","logFormat":"text","logNoColors":false,"logTimestamp":false,"pluginsImportChunkSize":7,"driversImportChunkSize":3,"longStacktrace":false,"noPermsCheck":false,"relaxedSecurityEnabled":false,"sessionOverride":false,"strictCaps":false,"useDrivers":[],"driver":{"xcuitest":{"wdaLocalPort":8100}},"tmpDir":"/var/folders/3h/060t7rmn4gj1yy6ysn3ms3pw0000gp/T"} { DeviceFarmProLoader: [class Z], default: [class Z] } [device-farm-main] Cli Args: {"subcommand":"server","address":"0.0.0.0","basePath":"/wd/hub","keepAliveTimeout":800,"port":31337,"usePlugins":["device-farm"],"plugin":{"device-farm":{"liveStreaming":true,"platform":"ios","skipChromeDownload":true,"iosDeviceType":"real","deviceAvailabilityTimeoutMs":300000,"deviceAvailabilityQueryIntervalMs":10000,"sendNodeDevicesToHubIntervalMs":30000,"checkStaleDevicesIntervalMs":30000,"checkBlockedDevicesIntervalMs":30000,"newCommandTimeoutSec":60,"bindHostOrIp":"127.0.0.0","androidDeviceType":"both"}},"configFile":"/Users/halil.cifteci/Documents/config.json","extraArgs":[],"allowCors":false,"allowInsecure":[],"callbackPort":4723,"debugLogSpacing":false,"denyInsecure":[],"localTimezone":false,"loglevel":"debug","logFormat":"text","logNoColors":false,"logTimestamp":false,"pluginsImportChunkSize":7,"driversImportChunkSize":3,"longStacktrace":false,"noPermsCheck":false,"relaxedSecurityEnabled":false,"sessionOverride":false,"strictCaps":false,"useDrivers":[],"driver":{"xcuitest":{"wdaLocalPort":8100}},"tmpDir":"/var/folders/3h/060t7rmn4gj1yy6ysn3ms3pw0000gp/T"} [device-farm-main] 📱 Update server with Plugin Args: {"platform":"ios","iosDeviceType":"real","androidDeviceType":"both","skipChromeDownload":true,"maxSessions":8,"adbRemote":[],"emulators":[],"simulators":[],"deviceAvailabilityTimeoutMs":300000,"deviceAvailabilityQueryIntervalMs":10000,"sendNodeDevicesToHubIntervalMs":30000,"checkStaleDevicesIntervalMs":30000,"checkBlockedDevicesIntervalMs":30000,"newCommandTimeoutSec":60,"bindHostOrIp":"127.0.0.0","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":true,"wdaBundleId":"","preBuildWDAPath":""} [device-farm-main] Initializing storage [device-farm-main] Initializing database [device-farm-main] Creating new database: ./temp-appium/db.json [device-farm-main] Database loaded [device-farm-main] proxy is not required for axios [device-farm-main] Registering proxy middleware [device-farm-main] Registering websocket handler for iOS Streaming Inside get streaming server [device-farm-main] 📣📣📣 I'm a hub and I'm listening on 127.0.0.0:31337 [device-farm-main] Found 0 device candidates to be released [device-farm-main] Hub will clean pending sessions every 30000 ms with pending session timeout: 310000 ms [device-farm-main] No devices found [device-farm-main] 📣📣📣 Device Farm Plugin will be served at 🔗 http://127.0.0.0:31337/device-farm with id a5380c10-c34c-4179-b563-c3e7bff4bdf7 [Appium] Appium REST http interface listener started on http://0.0.0.0:31337/wd/hub [Appium] You can provide the following URLs in your client code to connect to this server: http://127.0.0.1:31337/wd/hub (only accessible from the same host) http://192.168.68.105:31337/wd/hub http://10.64.64.66:31337/wd/hub [Appium] Available drivers: [Appium] - xcuitest@7.23.0 (automationName 'XCUITest') [Appium] Available plugins: [Appium] - device-farm@8.4.7-rc.46 (ACTIVE) [HTTP] --> GET /device-farm/ {} [device-farm-main] Received non-webdriver request with url /device-farm/. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ 304 13 ms - - [HTTP] --> GET /device-farm/ui-assets/index-DkzDA3O0.js {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-DkzDA3O0.js. So, not proxying it to downstream. [HTTP] --> GET /device-farm/ui-assets/index-BqgeQvg2.css {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-BqgeQvg2.css. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ui-assets/index-BqgeQvg2.css 304 1 ms - - [HTTP] <-- GET /device-farm/ui-assets/index-DkzDA3O0.js 200 5 ms - 940211 [HTTP] --> GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png 304 1 ms - - [HTTP] --> GET /device-farm/ui-assets/device-loading-BbhTw1Mo.gif {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-loading-BbhTw1Mo.gif. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ui-assets/device-loading-BbhTw1Mo.gif 304 1 ms - - [HTTP] --> GET /device-farm/ {} [device-farm-main] Received non-webdriver request with url /device-farm/. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ 304 2 ms - - [HTTP] --> GET /device-farm/ui-assets/index-DkzDA3O0.js {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-DkzDA3O0.js. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ui-assets/index-DkzDA3O0.js 304 1 ms - - [HTTP] --> GET /device-farm/ui-assets/index-BqgeQvg2.css {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-BqgeQvg2.css. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ui-assets/index-BqgeQvg2.css 304 1 ms - - [HTTP] --> GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png 304 1 ms - - [HTTP] --> GET /device-farm/api/device {} [device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream. [HTTP] --> GET /dashboard/api/ping {} [device-farm-main] Received non-webdriver request with url /dashboard/api/ping. So, not proxying it to downstream. [HTTP] No route found for /dashboard/api/ping [HTTP] <-- GET /dashboard/api/ping 404 2 ms - 211 [HTTP] <-- GET /device-farm/api/device 200 48 ms - 2 [HTTP] --> GET /device-farm/api/queue/length {} [device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - - [HTTP] --> GET /device-farm/api/device {} [device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/api/device 304 7 ms - - [HTTP] --> GET /device-farm/api/queue/length {} [device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/api/queue/length 304 3 ms - - [device-farm-main] iOS device with udid 00008110-0002094021EB801E plugged! updating device list... [device-farm-main] Added 1 new devices to local database [HTTP] --> GET /device-farm/api/device {} [device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/api/device 200 3 ms - 520 [HTTP] --> GET /device-farm/api/queue/length {} [device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/api/queue/length 304 3 ms - - [HTTP] --> GET /device-farm/ {} [device-farm-main] Received non-webdriver request with url /device-farm/. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ 304 2 ms - - [HTTP] --> GET /device-farm/ui-assets/index-BqgeQvg2.css {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-BqgeQvg2.css. So, not proxying it to downstream. [HTTP] --> GET /device-farm/ui-assets/index-DkzDA3O0.js {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-DkzDA3O0.js. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ui-assets/index-BqgeQvg2.css 304 3 ms - - [HTTP] <-- GET /device-farm/ui-assets/index-DkzDA3O0.js 304 2 ms - - [HTTP] --> GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png 304 2 ms - - [HTTP] --> GET /device-farm/api/device {} [device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/api/device 304 1 ms - - [HTTP] --> GET /device-farm/api/queue/length {} [device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - - [device-farm-main] Found 0 device candidates to be released [device-farm-main] Cleaning pending sessions... [device-farm-main] No pending sessions to clean [HTTP] --> GET /device-farm/api/dashboard/uploadedApps {} [device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/uploadedApps. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/api/dashboard/uploadedApps 304 5 ms - - [HTTP] --> GET /device-farm/ {} [device-farm-main] Received non-webdriver request with url /device-farm/. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ 304 2 ms - - [HTTP] --> GET /device-farm/ui-assets/index-DkzDA3O0.js {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-DkzDA3O0.js. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ui-assets/index-DkzDA3O0.js 304 1 ms - - [HTTP] --> GET /device-farm/ui-assets/index-BqgeQvg2.css {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/index-BqgeQvg2.css. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ui-assets/index-BqgeQvg2.css 304 1 ms - - [HTTP] --> GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ui-assets/device-farm-logo-nn1d6kPf.png 304 1 ms - - [HTTP] --> GET /device-farm/api/device {} [device-farm-main] Received non-webdriver request with url /device-farm/api/device. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/api/device 304 1 ms - - [HTTP] --> GET /device-farm/api/queue/length {} [device-farm-main] Received non-webdriver request with url /device-farm/api/queue/length. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/api/queue/length 304 1 ms - - [HTTP] --> POST /device-farm/api/block {"udid":"00008110-0002094021EB801E","host":"http://127.0.0.0:31337"} [device-farm-main] Received non-webdriver request with url /device-farm/api/block. So, not proxying it to downstream. [device-farm-main] Updated devices with filter: {"udid":{"$in":"00008110-0002094021EB801E"}} [HTTP] <-- POST /device-farm/api/block 200 4 ms - 16 [HTTP] --> POST /device-farm/api/dashboard/installiOSWDA {"udid":"00008110-0002094021EB801E"} [device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/installiOSWDA. So, not proxying it to downstream. [device-farm-main] Updated devices with filter: {"udid":{"$in":["00008110-0002094021EB801E"]}} stdout: stderr: {"level":"warning","msg":"failed to get tunnel info","time":"2024-07-05T15:12:28+03:00","udid":"00008110-0002094021EB801E"} {"appPath":"/Users/halil.cifteci/.cache/appium-device-farm/assets/wda-resign.ipa","device":"00008110-0002094021EB801E","level":"info","msg":"installing","time":"2024-07-05T15:12:28+03:00"} {"level":"info","msg":"installing","percentComplete":5,"status":"CreatingStagingDirectory","time":"2024-07-05T15:12:28+03:00"} {"level":"info","msg":"installing","percentComplete":15,"status":"ExtractingPackage","time":"2024-07-05T15:12:28+03:00"} {"level":"info","msg":"installing","percentComplete":20,"status":"InspectingPackage","time":"2024-07-05T15:12:28+03:00"} {"level":"info","msg":"installing","percentComplete":30,"status":"PreflightingApplication","time":"2024-07-05T15:12:28+03:00"} {"level":"info","msg":"installing","percentComplete":40,"status":"VerifyingApplication","time":"2024-07-05T15:12:28+03:00"} {"level":"info","msg":"installing","percentComplete":50,"status":"CreatingContainer","time":"2024-07-05T15:12:28+03:00"} {"level":"info","msg":"installing","percentComplete":60,"status":"InstallingApplication","time":"2024-07-05T15:12:28+03:00"} {"level":"info","msg":"installing","percentComplete":70,"status":"PostflightingApplication","time":"2024-07-05T15:12:28+03:00"} {"level":"info","msg":"installing","percentComplete":80,"status":"SandboxingApplication","time":"2024-07-05T15:12:28+03:00"} {"level":"info","msg":"installing","percentComplete":90,"status":"GeneratingApplicationMap","time":"2024-07-05T15:12:28+03:00"} {"level":"info","msg":"installing","percentComplete":100,"status":"InstallComplete","time":"2024-07-05T15:12:28+03:00"} {"level":"info","msg":"installation successful","time":"2024-07-05T15:12:29+03:00"}

[HTTP] <-- POST /device-farm/api/dashboard/installiOSWDA 200 1029 ms - 91 [HTTP] --> POST /device-farm/api/dashboard/appiumSession {"udid":"00008110-0002094021EB801E","origin":"http://127.0.0.1:31337"} [device-farm-main] Received non-webdriver request with url /device-farm/api/dashboard/appiumSession. So, not proxying it to downstream. [device-farm-main] Updated devices with filter: {"udid":{"$in":["00008110-0002094021EB801E"]}} [HTTP] --> POST /wd/hub/session {"capabilities":{"alwaysMatch":{"platformName":"iOS","appium:automationName":"XCUITest","appium:newCommandTimeout":120,"appium:udid":"00008110-0002094021EB801E","df:skipReport":true,"appium:mjpegServerPort":62752,"appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":0,"appium:eventLoopIdleDelaySec":0,"appium:waitForIdleTimeout":0,"appium:settings":{"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75,"mjpegScalingFactor":100,"animationCoolOffTimeout":0}},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"iOS","appium:automationName":"XCUITest","appium:newCommandTimeout":120,"appium:udid":"00008110-0002094021EB801E","df:skipReport":true,"appium:mjpegServerPort":62752,"appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":0,"appium:eventLoopIdleDelaySec":0,"appium:waitForIdleTimeout":0,"appium:settings":{"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75,"mjpegScalingFactor":100,"animationCoolOffTimeout":0},"appium:usePreinstalledWDA":true,"appium:updatedWDABundleId"... [AppiumDriver@e211] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","appium:automationName":"XCUITest","appium:newCommandTimeout":120,"appium:udid":"00008110-0002094021EB801E","df:skipReport":true,"appium:mjpegServerPort":62752,"appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":0,"appium:eventLoopIdleDelaySec":0,"appium:waitForIdleTimeout":0,"appium:settings":{"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75,"mjpegScalingFactor":100,"animationCoolOffTimeout":0},"appium:usePreinstalledWDA":true,"appium:updatedWDABundleId":"com.atd.pro.xctrunner","appium:updatedWDABundleIdSuffix":"","df:portForward":true},null,{"alwaysMatch":{"platformName":"iOS","appium:automationName":"XCUITest","appium:newCommandTimeout":120,"appium:udid":"00008110-0002094021EB801E","df:skipReport":true,"appium:mjpegServerPort":62752,"appium:waitForQuiescence":false,"appium:wdaEventloopIdleDelay":0,"appium:eventLoopIdleDelaySec":0,"appium:waitForIdleTimeout":0,"appium:settings":{"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75,"mjpegScalingFactor":... [device-farm-main] 📱 Plugin Args: {"liveStreaming":true,"platform":"ios","skipChromeDownload":true,"iosDeviceType":"real","deviceAvailabilityTimeoutMs":300000,"deviceAvailabilityQueryIntervalMs":10000,"sendNodeDevicesToHubIntervalMs":30000,"checkStaleDevicesIntervalMs":30000,"checkBlockedDevicesIntervalMs":30000,"newCommandTimeoutSec":60,"bindHostOrIp":"127.0.0.0","androidDeviceType":"both"} [AppiumDriver@e211] Plugins which can handle cmd 'createSession': device-farm [AppiumDriver@e211] Plugin device-farm is now handling cmd 'createSession' [device-farm-main] 📱 pluginArgs: {"platform":"ios","iosDeviceType":"real","androidDeviceType":"both","skipChromeDownload":true,"maxSessions":8,"adbRemote":[],"emulators":[],"simulators":[],"deviceAvailabilityTimeoutMs":300000,"deviceAvailabilityQueryIntervalMs":10000,"sendNodeDevicesToHubIntervalMs":30000,"checkStaleDevicesIntervalMs":30000,"checkBlockedDevicesIntervalMs":30000,"newCommandTimeoutSec":60,"bindHostOrIp":"127.0.0.0","enableDashboard":false,"removeDevicesFromDatabaseBeforeRunningThePlugin":false,"remoteConnectionTimeout":60000,"liveStreaming":true,"wdaBundleId":"","preBuildWDAPath":""} [device-farm-main] Receiving session request at host: 127.0.0.0 [device-farm-main] 📱 Creating temporary session capability_id: 4cf07caa-8b2a-4137-b4e0-7a28b2676c1e [device-farm-main] Max session count: 8, Busy device count: 0 [device-farm-main] Waiting for free device. Filter: {"platform":"ios","udid":"00008110-0002094021EB801E","busy":false,"userBlocked":false}} [device-farm-main] Updated devices with filter: {"platform":"ios","udid":{"$in":"00008110-0002094021EB801E"}} [device-farm-main] Updated devices with filter: {"platform":"ios","udid":{"$in":"00008110-0002094021EB801E"}} [device-farm-main] 📱 Blocking device 00008110-0002094021EB801E at host http://127.0.0.0:31337 for new session [device-farm-main] Updating allocated device: "{"userBlocked":true,"offline":false,"wdaLocalPort":62751,"mjpegServerPort":62752,"udid":"00008110-0002094021EB801E","sdk":"17.5.1","name":"Halil iPhone’u","busy":false,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://127.0.0.0:31337","wdaBundleId":"","productModel":"iPhone14,3","totalUtilizationTimeMilliSec":1140921,"sessionStartTime":0,"width":"428","height":"926","tags":[],"nodeId":"a5380c10-c34c-4179-b563-c3e7bff4bdf7","meta":{"revision":1,"created":1720181533187,"version":0,"updated":1720181548007},"$loki":1}" [device-farm-main] Updated allocated device: "[{"userBlocked":true,"offline":false,"wdaLocalPort":62751,"mjpegServerPort":62752,"udid":"00008110-0002094021EB801E","sdk":"17.5.1","name":"Halil iPhone’u","busy":true,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://127.0.0.0:31337","wdaBundleId":"","productModel":"iPhone14,3","totalUtilizationTimeMilliSec":1140921,"sessionStartTime":0,"width":"428","height":"926","tags":[],"nodeId":"a5380c10-c34c-4179-b563-c3e7bff4bdf7","meta":{"revision":3,"created":1720181533187,"version":0,"updated":1720181549136},"$loki":1,"newCommandTimeout":120}]" [device-farm-main] device.host: http://127.0.0.0:31337 and pluginArgs.bindHostOrIp: 127.0.0.0 [device-farm-main] 📱 Creating session on the same node [device-farm-main] Installing Resigned WDA on real device stdout: stderr: {"level":"warning","msg":"failed to get tunnel info","time":"2024-07-05T15:12:29+03:00","udid":"00008110-0002094021EB801E"} {"appPath":"/Users/halil.cifteci/.cache/appium-device-farm/assets/wda-resign.ipa","device":"00008110-0002094021EB801E","level":"info","msg":"installing","time":"2024-07-05T15:12:29+03:00"} {"level":"info","msg":"installing","percentComplete":5,"status":"CreatingStagingDirectory","time":"2024-07-05T15:12:29+03:00"} {"level":"info","msg":"installing","percentComplete":15,"status":"ExtractingPackage","time":"2024-07-05T15:12:29+03:00"} {"level":"info","msg":"installing","percentComplete":20,"status":"InspectingPackage","time":"2024-07-05T15:12:29+03:00"} {"level":"info","msg":"installing","percentComplete":30,"status":"PreflightingApplication","time":"2024-07-05T15:12:29+03:00"} {"level":"info","msg":"installing","percentComplete":40,"status":"VerifyingApplication","time":"2024-07-05T15:12:29+03:00"} {"level":"info","msg":"installing","percentComplete":50,"status":"CreatingContainer","time":"2024-07-05T15:12:29+03:00"} {"level":"info","msg":"installing","percentComplete":60,"status":"InstallingApplication","time":"2024-07-05T15:12:29+03:00"} {"level":"info","msg":"installing","percentComplete":70,"status":"PostflightingApplication","time":"2024-07-05T15:12:29+03:00"} {"level":"info","msg":"installing","percentComplete":80,"status":"SandboxingApplication","time":"2024-07-05T15:12:29+03:00"} {"level":"info","msg":"installing","percentComplete":90,"status":"GeneratingApplicationMap","time":"2024-07-05T15:12:29+03:00"} {"level":"info","msg":"installing","percentComplete":100,"status":"InstallComplete","time":"2024-07-05T15:12:29+03:00"} {"level":"info","msg":"installation successful","time":"2024-07-05T15:12:29+03:00"}

[AppiumDriver@e211] Executing default handling behavior for command 'createSession' [AppiumDriver@e211] Event 'newSessionRequested' logged at 1720181549904 (15:12:29 GMT+0300 (GMT+03:00)) [Appium] Attempting to find matching driver for automationName 'XCUITest' and platformName 'iOS' [Appium] The 'xcuitest' driver was installed and matched caps. [Appium] Will require it at /Users/halil.cifteci/node_modules/appium-xcuitest-driver [Appium] Requiring driver at /Users/halil.cifteci/node_modules/appium-xcuitest-driver/build/index.js [AppiumDriver@e211] Appium v2.11.1 creating new XCUITestDriver (v7.23.0) session [AppiumDriver@e211] Checking BaseDriver versions for Appium and XCUITestDriver [AppiumDriver@e211] Appium's BaseDriver version is 9.11.1 [AppiumDriver@e211] XCUITestDriver's BaseDriver version is 9.11.1 [XCUITestDriver@fa9a] undefined [XCUITestDriver@fa9a] Creating session with W3C capabilities: { "alwaysMatch": { "platformName": "iOS", "df:skipReport": true, "appium:automationName": "XCUITest", "appium:newCommandTimeout": 120, "appium:waitForQuiescence": false, "appium:wdaEventloopIdleDelay": 0, "appium:eventLoopIdleDelaySec": 0, "appium:waitForIdleTimeout": 0, "appium:udid": "00008110-0002094021EB801E", "appium:deviceName": "Halil iPhone’u", "appium:platformVersion": "17.5.1", "appium:wdaLocalPort": 62751, "appium:mjpegServerPort": 62752, "appium:usePreinstalledWDA": true, "appium:updatedWDABundleId": "com.atd.pro.xctrunner", "appium:updatedWDABundleIdSuffix": "" }, "firstMatch": [ {} ] } [BaseDriver] The 'waitForQuiescence' capability has been deprecated and must not be used anymore. Please check the driver documentation for possible alternatives. [BaseDriver] The 'waitForQuiescence' capability has been deprecated and must not be used anymore. Please check the driver documentation for possible alternatives. [XCUITestDriver@fa9a] The following provided capabilities were not recognized by this driver: [XCUITestDriver@fa9a] df:skipReport [XCUITestDriver@fa9a] eventLoopIdleDelaySec [XCUITestDriver@fa9a] The desired capabilities include neither an app nor a bundleId. WebDriverAgent will be started without the default app [97a64274][XCUITestDriver@fa9a] Session created with session id: 97a64274-fbad-4300-bd6a-99a4c8bdff37 [97a64274][XCUITest] Current user: 'halil.cifteci' [97a64274][XCUITestDriver@fa9a] Available real devices: 00008110-0002094021EB801E [97a64274][XCUITestDriver@fa9a] Creating iDevice object with udid '00008110-0002094021EB801E' [97a64274][XCUITestDriver@fa9a] Determining device to run tests on: udid: '00008110-0002094021EB801E', real device: true [97a64274][XCUITestDriver@fa9a] Normalized platformVersion capability value '17.5.1' to '17.5' [97a64274][XCUITestDriver@fa9a] Event 'xcodeDetailsRetrieved' logged at 1720181549957 (15:12:29 GMT+0300 (GMT+03:00)) [97a64274][XCUITestDriver@fa9a] Event 'appConfigured' logged at 1720181549957 (15:12:29 GMT+0300 (GMT+03:00)) [97a64274][XCUITestDriver@fa9a] Event 'resetStarted' logged at 1720181549957 (15:12:29 GMT+0300 (GMT+03:00)) [97a64274][XCUITestDriver@fa9a] Reset: running ios real device reset flow [97a64274][XCUITestDriver@fa9a] Event 'resetComplete' logged at 1720181549957 (15:12:29 GMT+0300 (GMT+03:00)) [97a64274][XCUITestDriver@fa9a] Using WDA path: '/Users/halil.cifteci/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent' [97a64274][XCUITestDriver@fa9a] Using WDA agent: '/Users/halil.cifteci/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' [97a64274][XCUITestDriver@fa9a] The pyidevice tool is not present in PATH. Skipping crash logs collection for real devices. [97a64274][XCUITestDriver@fa9a] Event 'logCaptureStarted' logged at 1720181550095 (15:12:30 GMT+0300 (GMT+03:00)) [97a64274][XCUITestDriver@fa9a] Setting up real device [97a64274][XCUITestDriver@fa9a] No obsolete cached processes from previous WDA sessions listening on port 62751 have been found [97a64274][DevCon Factory] Requesting connection for device 00008110-0002094021EB801E on local port 62751, device port 62751 [97a64274][DevCon Factory] Cached connections count: 0 [97a64274][DevCon Factory] Successfully requested the connection for 00008110-0002094021EB801E:62751 [97a64274][XCUITestDriver@fa9a] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver' [97a64274][XCUITestDriver@fa9a] Trying to start WebDriverAgent once since at least one of webDriverAgentUrl,usePreinstalledWDA capabilities is provided [97a64274][XCUITestDriver@fa9a] Event 'wdaStartAttempted' logged at 1720181550202 (15:12:30 GMT+0300 (GMT+03:00)) [97a64274][XCUITestDriver@fa9a] The executable name for the bundle id 'com.atd.pro.xctrunner' was 'WebDriverAgentRunner-Runner' [97a64274][XCUITestDriver@fa9a] Calling devicectl to kill the process [97a64274][XCUITestDriver@fa9a] Executing xcrun devicectl device info processes --device 00008110-0002094021EB801E --quiet --json-output - [97a64274][XCUITestDriver@fa9a] The process of the bundle id 'com.atd.pro.xctrunner' was not running [97a64274][XCUITestDriver@fa9a] Launching WebDriverAgent on the device without xcodebuild [97a64274][XCUITestDriver@fa9a] Executing xcrun devicectl device process launch --device 00008110-0002094021EB801E --terminate-existing --environment-variables '{"USE_PORT":"62751","WDA_PRODUCT_BUNDLE_IDENTIFIER":"com.atd.pro.xctrunner","MJPEG_SERVER_PORT":"62752"}' com.atd.pro.xctrunner [97a64274][WD Proxy] Matched '/status' to command name 'getStatus' [97a64274][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:62751/status] with no body [97a64274][iProxy@00008110:62751] Connection was refused to port 62751 [97a64274][WD Proxy] socket hang up [97a64274][WD Proxy] Matched '/status' to command name 'getStatus' [97a64274][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:62751/status] with no body [97a64274][iProxy@00008110:62751] Connection was refused to port 62751 [97a64274][WD Proxy] socket hang up [97a64274][WD Proxy] Matched '/status' to command name 'getStatus' [97a64274][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:62751/status] with no body [97a64274][iProxy@00008110:62751] Connection was refused to port 62751 [97a64274][WD Proxy] socket hang up [97a64274][WD Proxy] Matched '/status' to command name 'getStatus' [97a64274][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:62751/status] with no body [97a64274][iProxy@00008110:62751] Connection was refused to port 62751 [97a64274][WD Proxy] socket hang up [97a64274][WD Proxy] Matched '/status' to command name 'getStatus' [97a64274][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:62751/status] with no body [97a64274][iProxy@00008110:62751] Connection was refused to port 62751 [97a64274][WD Proxy] socket hang up [97a64274][WD Proxy] Matched '/status' to command name 'getStatus' [97a64274][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:62751/status] with no body [97a64274][iProxy@00008110:62751] Connection was refused to port 62751 [97a64274][WD Proxy] socket hang up [97a64274][WD Proxy] Matched '/status' to command name 'getStatus' [97a64274][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:62751/status] with no body [97a64274][iProxy@00008110:62751] Connection was refused to port 62751 [97a64274][WD Proxy] socket hang up [97a64274][WD Proxy] Matched '/status' to command name 'getStatus' [97a64274][WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:62751/status] with no body [97a64274][WD Proxy] Got response with status 200: {"value":{"build":{"version":"8.5.2","time":"Apr 17 2024 08:22:41","productBundleIdentifier":"com.atd.pro.xctrunner"},"os":{"testmanagerdVersion":65535,"name":"iOS","sdkVersion":"17.0","version":"17.5.1"},"device":"iphone","ios":{"ip":"192.168.68.103"},"message":"WebDriverAgent is ready to accept commands","state":"success","ready":true},"sessionId":null} [97a64274][XCUITestDriver@fa9a] Event 'wdaSessionAttempted' logged at 1720181555597 (15:12:35 GMT+0300 (GMT+03:00)) [97a64274][XCUITestDriver@fa9a] Sending createSession command to WDA [97a64274][XCUITestDriver@fa9a] Matched '/session' to command name 'createSession' [97a64274][XCUITestDriver@fa9a] Proxying [POST /session] to [POST http://127.0.0.1:62751/session] with body: {"capabilities":{"firstMatch":[{"arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":false,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"waitForIdleTimeout":0,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":true}],"alwaysMatch":{}}} [97a64274][XCUITestDriver@fa9a] Got response with status 200: {"value":{"sessionId":"B46C9F37-0409-418B-807F-1F90E77CDBCC","capabilities":{"sdkVersion":"17.5.1","device":"iphone"}},"sessionId":"B46C9F37-0409-418B-807F-1F90E77CDBCC"} [97a64274][XCUITestDriver@fa9a] Determined the downstream protocol as 'W3C' [97a64274][XCUITestDriver@fa9a] WDA session startup took 11ms [97a64274][XCUITestDriver@fa9a] Event 'wdaSessionStarted' logged at 1720181555609 (15:12:35 GMT+0300 (GMT+03:00)) [97a64274][XCUITestDriver@fa9a] Event 'wdaStarted' logged at 1720181555609 (15:12:35 GMT+0300 (GMT+03:00)) [97a64274][BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it [97a64274][BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it [97a64274][AppiumDriver@e211] New XCUITestDriver session created successfully, session 97a64274-fbad-4300-bd6a-99a4c8bdff37 added to master session list [97a64274][AppiumDriver@e211] Applying the initial values to Appium settings parsed from W3C caps: {"mjpegServerFramerate":34,"mjpegServerScreenshotQuality":75,"mjpegScalingFactor":100,"animationCoolOffTimeout":0} [97a64274][XCUITestDriver@fa9a] Matched '/appium/settings' to command name 'updateSettings' [97a64274][XCUITestDriver@fa9a] Proxying [POST /appium/settings] to [POST http://127.0.0.1:62751/session/B46C9F37-0409-418B-807F-1F90E77CDBCC/appium/settings] with body: {"settings":{"mjpegServerFramerate":34}} [97a64274][XCUITestDriver@fa9a] Got response with status 200: {"value":{"mjpegFixOrientation":false,"boundElementsByIndex":false,"mjpegServerFramerate":34,"screenshotOrientation":"auto","reduceMotion":false,"elementResponseAttributes":"type,label","screenshotQuality":3,"mjpegScalingFactor":100,"keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":25,"defaultAlertAction":"","keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":0,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"B46C9F37-0409-418B-807F-1F90E77CDBCC"} [97a64274][XCUITestDriver@fa9a] Matched '/appium/settings' to command name 'updateSettings' [97a64274][XCUITestDriver@fa9a] Proxying [POST /appium/settings] to [POST http://127.0.0.1:62751/session/B46C9F37-0409-418B-807F-1F90E77CDBCC/appium/settings] with body: {"settings":{"mjpegServerScreenshotQuality":75}} [97a64274][XCUITestDriver@fa9a] Got response with status 200: {"value":{"mjpegFixOrientation":false,"boundElementsByIndex":false,"mjpegServerFramerate":34,"screenshotOrientation":"auto","reduceMotion":false,"elementResponseAttributes":"type,label","screenshotQuality":3,"mjpegScalingFactor":100,"keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":75,"defaultAlertAction":"","keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":0,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":2},"sessionId":"B46C9F37-0409-418B-807F-1F90E77CDBCC"} [97a64274][BaseDriver] The value of 'mjpegScalingFactor' setting did not change. Skipping the update for it [97a64274][XCUITestDriver@fa9a] Matched '/appium/settings' to command name 'updateSettings' [97a64274][XCUITestDriver@fa9a] Proxying [POST /appium/settings] to [POST http://127.0.0.1:62751/session/B46C9F37-0409-418B-807F-1F90E77CDBCC/appium/settings] with body: {"settings":{"animationCoolOffTimeout":0}} [97a64274][XCUITestDriver@fa9a] Got response with status 200: {"value":{"mjpegFixOrientation":false,"boundElementsByIndex":false,"mjpegServerFramerate":34,"screenshotOrientation":"auto","reduceMotion":false,"elementResponseAttributes":"type,label","screenshotQuality":3,"mjpegScalingFactor":100,"keyboardPrediction":0,"defaultActiveApplication":"auto","mjpegServerScreenshotQuality":75,"defaultAlertAction":"","keyboardAutocorrection":0,"useFirstMatch":false,"shouldUseCompactResponses":true,"customSnapshotTimeout":15,"dismissAlertButtonSelector":"","activeAppDetectionPoint":"64.00,64.00","snapshotMaxDepth":50,"waitForIdleTimeout":0,"includeNonModalElements":false,"acceptAlertButtonSelector":"","animationCoolOffTimeout":0},"sessionId":"B46C9F37-0409-418B-807F-1F90E77CDBCC"} [97a64274][AppiumDriver@e211] Event 'newSessionStarted' logged at 1720181555641 (15:12:35 GMT+0300 (GMT+03:00)) [97a64274][device-farm-main] 📱 Forwarding ios port to real device 00008110-0002094021EB801E for manual interaction [97a64274][DevCon Factory Device Farm] Requesting connection for device 00008110-0002094021EB801E on local port 62752, device port 62752 [97a64274][DevCon Factory Device Farm] Cached connections count: 0 [97a64274][DevCon Factory Device Farm] Successfully requested the connection for 00008110-0002094021EB801E:62752 [97a64274][device-farm-main] 📱 4cf07caa-8b2a-4137-b4e0-7a28b2676c1e Session response: {"protocol":"W3C","value":["97a64274-fbad-4300-bd6a-99a4c8bdff37",{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","df:skipReport":true,"automationName":"XCUITest","newCommandTimeout":120,"waitForQuiescence":false,"wdaEventloopIdleDelay":0,"eventLoopIdleDelaySec":0,"waitForIdleTimeout":0,"udid":"00008110-0002094021EB801E","deviceName":"Halil iPhone’u","platformVersion":"17.5","wdaLocalPort":62751,"mjpegServerPort":62752,"usePreinstalledWDA":true,"updatedWDABundleId":"com.atd.pro.xctrunner","updatedWDABundleIdSuffix":""},"W3C"]} [97a64274][device-farm-main] 📱 Removing pending session with capability_id: 4cf07caa-8b2a-4137-b4e0-7a28b2676c1e [97a64274][device-farm-main] 4cf07caa-8b2a-4137-b4e0-7a28b2676c1e 📱 Session response is CreateSessionResponseInternal [97a64274][device-farm-main] 📱 4cf07caa-8b2a-4137-b4e0-7a28b2676c1e ----- Device UDID 00008110-0002094021EB801E blocked for session 97a64274-fbad-4300-bd6a-99a4c8bdff37 [97a64274][device-farm-main] Updating allocated device: "{"userBlocked":true,"offline":false,"wdaLocalPort":62751,"mjpegServerPort":62752,"udid":"00008110-0002094021EB801E","sdk":"17.5.1","name":"Halil iPhone’u","busy":false,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://127.0.0.0:31337","wdaBundleId":"","productModel":"iPhone14,3","totalUtilizationTimeMilliSec":1140921,"sessionStartTime":0,"width":"428","height":"926","tags":[],"nodeId":"a5380c10-c34c-4179-b563-c3e7bff4bdf7","meta":{"revision":1,"created":1720181533187,"version":0,"updated":1720181548007},"$loki":1}" [97a64274][device-farm-main] Updated allocated device: "[{"userBlocked":true,"offline":false,"wdaLocalPort":62751,"mjpegServerPort":62752,"udid":"00008110-0002094021EB801E","sdk":"17.5.1","name":"Halil iPhone’u","busy":true,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://127.0.0.0:31337","wdaBundleId":"","productModel":"iPhone14,3","totalUtilizationTimeMilliSec":1140921,"sessionStartTime":1720181555644,"width":"428","height":"926","tags":[],"nodeId":"a5380c10-c34c-4179-b563-c3e7bff4bdf7","meta":{"revision":4,"created":1720181533187,"version":0,"updated":1720181555645},"$loki":1,"newCommandTimeout":120,"session_id":"97a64274-fbad-4300-bd6a-99a4c8bdff37","lastCmdExecutedAt":1720181555644}]" [97a64274][device-farm-main] 4cf07caa-8b2a-4137-b4e0-7a28b2676c1e 📱 Updating Device 00008110-0002094021EB801E with session ID 97a64274-fbad-4300-bd6a-99a4c8bdff37 [97a64274][device-farm-main] Updating allocated device: "{"userBlocked":true,"offline":false,"wdaLocalPort":62751,"mjpegServerPort":62752,"udid":"00008110-0002094021EB801E","sdk":"17.5.1","name":"Halil iPhone’u","busy":false,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://127.0.0.0:31337","wdaBundleId":"","productModel":"iPhone14,3","totalUtilizationTimeMilliSec":1140921,"sessionStartTime":0,"width":"428","height":"926","tags":[],"nodeId":"a5380c10-c34c-4179-b563-c3e7bff4bdf7","meta":{"revision":1,"created":1720181533187,"version":0,"updated":1720181548007},"$loki":1}" [97a64274][device-farm-main] Updated allocated device: "[{"userBlocked":true,"offline":false,"wdaLocalPort":62751,"mjpegServerPort":62752,"udid":"00008110-0002094021EB801E","sdk":"17.5.1","name":"Halil iPhone’u","busy":true,"realDevice":true,"deviceType":"real","platform":"ios","host":"http://127.0.0.0:31337","wdaBundleId":"","productModel":"iPhone14,3","totalUtilizationTimeMilliSec":1140921,"sessionStartTime":1720181555644,"width":"428","height":"926","tags":[],"nodeId":"a5380c10-c34c-4179-b563-c3e7bff4bdf7","meta":{"revision":5,"created":1720181533187,"version":0,"updated":1720181555645},"$loki":1,"newCommandTimeout":120,"session_id":"97a64274-fbad-4300-bd6a-99a4c8bdff37","lastCmdExecutedAt":1720181555644,"proxyUrl":"http://127.0.0.1:62751","proxySessionId":"B46C9F37-0409-418B-807F-1F90E77CDBCC"}]" [97a64274][AppiumDriver@e211] Promoting 1 sessionless plugins to be attached to session ID 97a64274-fbad-4300-bd6a-99a4c8bdff37 [97a64274][XCUITestDriver@fa9a] Cached the protocol value 'W3C' for the new session 97a64274-fbad-4300-bd6a-99a4c8bdff37 [97a64274][XCUITestDriver@fa9a] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","df:skipReport":true,"automationName":"XCUITest","newCommandTimeout":120,"waitForQuiescence":false,"wdaEventloopIdleDelay":0,"eventLoopIdleDelaySec":0,"waitForIdleTimeout":0,"udid":"00008110-0002094021EB801E","deviceName":"Halil iPhone’u","platformVersion":"17.5","wdaLocalPort":62751,"mjpegServerPort":62752,"usePreinstalledWDA":true,"updatedWDABundleId":"com.atd.pro.xctrunner","updatedWDABundleIdSuffix":""}} [97a64274][HTTP] <-- POST /wd/hub/session 200 6524 ms - 708 [device-farm-main] Response from browser create session {"value":{"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","df:skipReport":true,"automationName":"XCUITest","newCommandTimeout":120,"waitForQuiescence":false,"wdaEventloopIdleDelay":0,"eventLoopIdleDelaySec":0,"waitForIdleTimeout":0,"udid":"00008110-0002094021EB801E","deviceName":"Halil iPhone’u","platformVersion":"17.5","wdaLocalPort":62751,"mjpegServerPort":62752,"usePreinstalledWDA":true,"updatedWDABundleId":"com.atd.pro.xctrunner","updatedWDABundleIdSuffix":""},"sessionId":"97a64274-fbad-4300-bd6a-99a4c8bdff37"}} [device-farm-main] Updated devices with filter: {"udid":{"$in":["00008110-0002094021EB801E"]}} [HTTP] <-- POST /device-farm/api/dashboard/appiumSession 200 6538 ms - 829 [HTTP] --> GET /device-farm/ui-assets/device-loading-BbhTw1Mo.gif {} [device-farm-main] Received non-webdriver request with url /device-farm/ui-assets/device-loading-BbhTw1Mo.gif. So, not proxying it to downstream. [HTTP] <-- GET /device-farm/ui-assets/device-loading-BbhTw1Mo.gif 200 3 ms - 1151362 [device-farm-main] Found 0 device candidates to be released [device-farm-main] Cleaning pending sessions... [device-farm-main] No pending sessions to clean

saikrishna321 commented 2 months ago

@halilcifteci Can you check the network tab in the browser and see if any errors.

saikrishna321 commented 2 months ago

@halilcifteci Can you try the latest version 9.0.1

halilcifteci commented 2 months ago

@saikrishna321 9.0.1 version upgrade

Ekran Resmi 2024-07-08 11 08 12
saikrishna321 commented 2 months ago

@halilcifteci Issue is fixed or still exists ?

halilcifteci commented 2 months ago

@saikrishna321 still exists.

halilcifteci commented 2 months ago

@saikrishna321 console log.

127.0.0.0:31337/device-farm/api/dashboard/mjpeg-stream/58392:1 GET http://127.0.0.0:31337/device-farm/api/dashboard/mjpeg-stream/58392 net::ERR_CONNECTION_TIMED_OUT

saikrishna321 commented 2 months ago

Can you share the latest full logs as gist please

halilcifteci commented 2 months ago

@saikrishna321 https://gist.github.com/saikrishna321/79ed8e5452b2f278ec78b88cb9e01c75

saikrishna321 commented 2 months ago

@halilcifteci With the latest logs I don't see any errors. I was expecting a different logs as ios streaming which I don't see.

Is there any error in the browser console or network tab?

halilcifteci commented 2 months ago

@saikrishna321 console and network tab

Ekran Resmi 2024-07-08 17 35 42
saikrishna321 commented 2 months ago

Why is it 127.0.0.0 and not 127.0.0.1?

sudharsan-selvaraj commented 2 months ago

@halilcifteci Why are you passing "bindHostOrIp":"127.0.0.0" parameter? Maybe you might have added it instead of 127.0.0.1

halilcifteci commented 2 months ago

configuration json file as default(appium-device-farm /sample-config.json). This value remained from there. Removing the value fixed the problem. Thanks a lot.

saikrishna321 commented 2 months ago

@halilcifteci thats just a example shown how the config will look like!

Please give the config values based on ur project context

saikrishna321 commented 1 month ago

Closing as no response