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
335 stars 102 forks source link

Getting exception while running automation - An unknown server-side error occurred while processing the command. Original error: logger_js_1.default.err is not a function #589

Closed samagarw closed 1 year ago

samagarw commented 1 year ago

Getting error while running automation :

remote stacktrace: UnknownError: An unknown server-side error occurred while processing the command. Original error: logger_js_1.default.err is not a function at getResponseForW3CError (/Users/mobilelab/.nvm/versions/node/v18.7.0/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/errors.js:1067:9) at asyncHandler (/Users/mobilelab/.nvm/versions/node/v18.7.0/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:435:57)

Steps to reproduce .

  1. Started appium with following command node /Users/mobilelab/.nvm/versions/node/v18.7.0/bin/appium server -ka 800 --use-plugins=device-farm,appium-dashboard,appium-reporter-plugin -pa /wd/hub --plugin-device-farm-platform=both --allow-insecure chromedriver_autodownload --address x.x.x.x

Creating a remote driver with the address of hub and capabilities .

Getting the above exception and driver initialization fails .

saikrishna321 commented 1 year ago

@samagarw Please fill the bug template. This information is not good enough to look at the problem.

saikrishna321 commented 1 year ago

@samagarw Is this still valid??

samagarw commented 1 year ago

Yes its related to adb not appium-device-farm . Thank you @saikrishna321 . You can close this issue