On this page
libtmux.server._is_daemon_not_up_error
- Module
- libtmux.server
- Package
- libtmux
- Source
- src/libtmux/server.py
-
Return True if the error indicates the tmux server is not running.
tmux signals this in two ways: 1. "no server running" (socket exists but no daemon is listening) 2. "error connecting to ... (No such file or directory)" (socket file is missing)
0 declared, 0 inherited