|
3 yıl önce | |
---|---|---|
.. | ||
scripts | 5 yıl önce | |
watch_later | 6 yıl önce | |
README.md | 3 yıl önce | |
input.conf | 4 yıl önce | |
mpv.conf | 3 yıl önce |
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.