|
il y a 3 ans | |
---|---|---|
.. | ||
scripts | il y a 5 ans | |
watch_later | il y a 6 ans | |
README.md | il y a 3 ans | |
input.conf | il y a 4 ans | |
mpv.conf | il y a 3 ans |
Could not bind IPC socket
👆 i was getting that error message because my $USER
could not write to the /tmp
dir on macos which is a symlink to /private/tmp
. i made the /private/tmp
group writable for the wheel
group.
socket files are something that aren't normally created with a CLI utility such as touch
or mkdir
from what i understand.