[Errno 13] Permission denied

After reinstallating and restoring old database, cryosparc worked fine for a while but is now giving errors such as this:

 [Errno 13] Permission denied: u'/home/user/Cryosprac/P47/J3/job.log'

(Note that this is NOT the folder where the current project was set up, but is a folder of another user that had some old data restored)

Hi @asente,

If the data was owned by another user in the filesystem, the current user that runs cryosparc may not be able to access it if the correct permissions are not set on the file. You can try setting the affected folders to read/write/execute permissions for all (chmod -R 777 <folder>) to test it out, but this is not recommended for security reasons.