appium/appium-inspector

bug: Error message when starting the app - Cannot open file 'null'

artfox3 opened this issue · 1 comments

Is this an issue specifically with Appium Inspector?

  • I have verified that my issue does not occur with Appium, and should be investigated as an Appium Inspector issue

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When opening the app, i get this error message, the app seems working fine so it's not a blocking issue, just annoying, the app seems looking for a file that doesn't exist.

Cannot open file 'null'. ENOENT: no such file or directory, open '--no-sandbox' Error: ENOENT: no such file or directory, open '--no-sandbox'

Expected Behavior

For the error message to not appear at the start of the app

Operating System

Linux

Appium Inspector Version

2023.12.2

Appium Version

2.4.1

Further Information

No response

i had the option --no-sandbox %U set for launching the app, removing it fixed the prob.