Skip to content

Instantly share code, notes, and snippets.

@alexeystrakh
Created February 25, 2019 20:17
Show Gist options
  • Save alexeystrakh/49bbe7a9c00e410eaf937f1662b2d673 to your computer and use it in GitHub Desktop.
Save alexeystrakh/49bbe7a9c00e410eaf937f1662b2d673 to your computer and use it in GitHub Desktop.
Appium PullFile Error "Cannot mount the media folder"
System.InvalidOperationException
HResult=0x80131509
Message=An unknown server-side error occurred while processing the command. Original error: Cannot mount the media folder of the device with UDID 520ec2e9fccd3bd77a53e96dd9d08c54c134248a. Make sure osxfuse plugin has necessary permissions in System Preferences->Security & Privacy. Error code: 1; stderr output: Failed to connect to lockdownd service on the device.
Try again. If it still fails try rebooting your device.
Source=WebDriver
StackTrace:
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Appium.AppiumDriver`1.PullFile(String pathOnDevice)
at MyProject.MyTest() in ... :line xxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment