ImportError: Module import failed for GST Settings, the DocType you're trying to open might be deleted

You’ll need to fix it by adding following lines under [unix_http_server] in /etc/supervisor/supervisord.conf:

chmod=0760
chown=frappe:frappe

After making above change, just restart supervisor:

sudo systemctl restart supervisor

Ref: Error: <class ‘PermissionError’>, [Errno 13] Permission denied: file: /usr/lib/python3/dist-packages/supervisor/xmlrpc.py line: 560 - #5 by ERP_Implementer1

3 Likes