-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PathAccessException in cleanup.dart #1177
Labels
bug
Something isn't working
Comments
Furthermore, in cleanup.dart, some race conditions might be causing other errors. uni/uni/lib/controller/cleanup.dart Lines 18 to 43 in d82e5a2
The race conditions I've found are the following:
|
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A high rated exception captured by sentry in IOS devices only.
PathAccessException: Deletion failed, path = '/var/mobile/Containers/Data/Application/6E634CF6-78CB-433A-B01B-314123214/Documents' (OS Error: Operation not permitted, errno = 1)
Proposed solution:
The text was updated successfully, but these errors were encountered: