[Solved] Frappe Utils Error

I have been seeing this error pile up in my error log for a number of days:

Anyone know what the error is about and how i can fix it?

Hi @flexy2ky,

the error [Errno 13] Permission denied would suggest that a process does not have access to a resource (file). Can you check if frappe is the owner and group of all files under bench? You may want to run

$ cd /home/frappe/frappe-bench
$ sudo chown -R frappe:frappe *

This might resolve it…

2 Likes

Thanks. I have run the script. I will watch to see if the error continues to pop up in my log.

Thanks!!! this seems to have resolved it as the error has not showed up in over three hours. It used to register every hour. Thank you very much.

You are welcome!