Closed ViRb3 closed 1 month ago
For what is worth, iMazing also errors on the same file, so this may be an issue with Apple's implementation, but I don't know enough to tell.
This does sounds like an internal device error. You could try to view the syslog for any relevant hints in debugging this:
pymobiledevice3 syslog live -mi lock.fifo
I have this errors too on realm.db related files. It's not really pmd3 related. You get the same errors with libimobiledevice. If you try to pull these you get "lock.fifo isn't a file". ... Which is quite correct, as fifo "files" don't have content on the filesystem.
Test environment
Describe the bug I'm trying to remove a folder from an app's Documents folder using afc. It works for normal files, but for
lock.fifo
files created as part of realm databases, the deletion hangs forever and never succeeds. Example structure:To Reproduce
Expected behavior Deletion succeeds
Logs N/A, it just hangs
Additional context N/A
For community
⬇️ Please click the 👍 reaction instead of leaving a
+1
or 👍 comment