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

Error: Error: Unable to launch WebDriverAgent. Original error: TypeError: Cannot perform 'get' on a proxy that has been revoked. #1225

Closed SubbuLomada closed 3 months ago

SubbuLomada commented 3 months ago

Hi ,

While trying the open the device from the UI getting the below error.

Environment

  1. Appium version (or git revision) that exhibits the issue: 2.10.3
  2. Last Appium version that did not exhibit the issue (if applicable):
  3. Node.js version (unless using Appium.app|exe):
  4. Npm or Yarn package manager:
  5. Mobile platform/version under test: IOS
  6. Real device or emulator/simulator: Real device e
sudharsan-selvaraj commented 3 months ago

Could be related to https://github.com/appium/appium/issues/20290.

Can you post the complete appium server logs as gist along with xcode version and ios version of the device?

SubbuLomada commented 3 months ago

@sudharsan-selvaraj The above mentioned issue and mine both are same.. Updating the OS and checking

SubbuLomada commented 3 months ago

After updating the OS and making the changes as per the mentioned ticket it is working… closing this one