|
3 年之前 | |
---|---|---|
.. | ||
scripts | 5 年之前 | |
watch_later | 6 年之前 | |
README.md | 3 年之前 | |
input.conf | 4 年之前 | |
mpv.conf | 3 年之前 |
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.