Unable to Start Mobile Recording

Hi @Willis_Williandy

Can you tell me what kind of devices are you testing on and the version of installed appium ?
If possible, try downgrading to Appium 1.8.1 because that worked for most people. You can downgrade simply by

npm uninstall -g appium

and

npm install -g appium@v1.8.1

Let me know more information if the issue persists.

1 Like