Open scottrobertson opened 3 months ago
This is getting called in an atexit
handler that cleans up any remaining OSXPhotos lock files. OSXPhotos isn't doing anything with the .Trash
folder but looks like the crash is happening when the code tries to read the folder (looking for lock files to cleanup). This error is from your filesystem, not OSXPhotos. The .Trash
folder is the macOS recycle bin which the OS creates on every volume you mount so it makes sense to skip the folder but the real issue is with CloudMounter I suspect. I would file a bug report with them as the .Trash
folder should be accessible.
I'll look at wrapping this section of code in an exception handler so it doesn't crash OSXPhotos. In the meantime, this happens right before OSXPhotos is going to exit and after the export is done. That means the export should have worked as expected.
Awesome, thank you for the reply. I figured it would be something odd they are doing. I am glad it's right at the end too. No need to rush to handle anything on your end.
Using CloudMounter, I have a Cloudflare R2 bucket mounted. I am trying to backup to that. It works perfectly, but at the end of the process, it tries to do something with .Trash and fails.