Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I had the same error, but i chose to change the dir path to my .sock file to a temporary directory with no parent dir so as to test if it were permission issues. So i put the .sock file on /dir_name under root and gave the directory read,write and execute rights at first and walla! it worked, it turned out it’s an issue to do with permissions.
One thing that burned me for a bit was I accidentally put myproject.socket instead of myproject.sock in the .ini file. It took me half an hour before I realized the typo.
Thanks for answering.
jrm2k6@jeremydagorn:~$ ls -ld /home/jrm2k6/jeremydagorn-blog /home/jrm2k6 /home drwxr-xr-x 4 root root 4096 Apr 14 13:21 /home drwxr-xr-x 8 jrm2k6 jrm2k6 4096 May 1 10:19 /home/jrm2k6 drwxrwxr-x 7 jrm2k6 jrm2k6 4096 May 1 10:19 /home/jrm2k6/jeremydagorn-blog
So it seems the user and group have full access to it.