Cryosparcm restart won't work

I’m trying to restart cryosparc because I randomly lost connection on my computer (web interface just stopped loading).

When I tried cryosparcm restart this is what I got:

$ cryosparcm restart
CryoSPARC is running.
Stopping cryosparc.
unix:///tmp/cryosparc-supervisor-19926dcc439c23d73ac259ba81582779.sock refused connection
ERROR: unix:///tmp/cryosparc-supervisor-19926dcc439c23d73ac259ba81582779.sock refused connection (already shut down?)
Starting cryoSPARC System master process…
CryoSPARC is already running.
If you would like to restart, use cryosparcm restart

I tried cryosparcm stop and then tried to delete the .sock file, and this is what I got:

rm: cannot remove â: No such file or directory

Any help would be greatly appreciated!

Hey @merandamasse,

Is it possible that your issue is similar to this? Mongo connection refused

The rm: cannot remove â: No such file or directory also seems like it could be because the process is still running. Make sure you kill any related processes using ps -ef | grep "supervisor"