after update bench to v.5.15 I’ve got the warning below when using bench get-app
How to solve this warning?
after update bench to v.5.15 I’ve got the warning below when using bench get-app
How to solve this warning?
I encountered the same issue. Did it couse later on problems?
The warning is change to
WARN: restarting supervisor failed. Use bench restart
to retry.
(It’s run on WSL)
I have the same problem, solved with:
sudo apt-get -y install supervisor
than the new problem
yarn run v1.22.19
$ node esbuild --production --apps erpnext --run-build-command
File Size
DONE Total Build Time: 325.468ms
Done in 0.90s.
$ supervisorctl restart frappe:
error: <class 'PermissionError'>, [Errno 13] Permission denied: file: /usr/lib/python3/dist-packages/supervisor/xmlrpc.py line: 560
WARN: restarting supervisor failed. Use `bench restart` to retry.
jannis@ubu2204:~/frappe-bench$
How can i set the working permission?
I’m facing the same problem. I hope someone could provide us with a solution soon.
I’m also encountering same issue… anyway out???