|
před 3 roky | |
---|---|---|
.. | ||
scripts | před 5 roky | |
watch_later | před 6 roky | |
README.md | před 3 roky | |
input.conf | před 4 roky | |
mpv.conf | před 3 roky |
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.