New issue by WasabiPizza on void-packages repository https://github.com/void-linux/void-packages/issues/28041 Description: ### System * xuname: Void 5.10.8_1 x86_64-musl GenuineIntel uptodate rrnFF * package: seafile-cli-7.0.10_1 Just running `seaf-cli` should produce the error. I thought it was fixed running `pip install -U future` (thanks to who helped me on irc, can't remeber the name sorry) but now, when I try running `seaf-cli sync ...` I get: ``` Starting to download ... Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 88, in _get_transport transport = self._pool.get(False) File "/usr/lib/python3.9/queue.py", line 168, in get raise Empty _queue.Empty During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/bin/seaf-cli", line 983, in main() File "/bin/seaf-cli", line 979, in main args.func(args) File "/bin/seaf-cli", line 680, in seaf_sync seafile_rpc.clone(repo, File "/usr/lib/python3.9/site-packages/pysearpc/client.py", line 126, in newfunc ret_str = self.call_remote_func_sync(fcall_str) File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 100, in call_remote_func_sync transport = self._get_transport() File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 90, in _get_transport transport = self._create_transport() File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 83, in _create_transport transport.connect() File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 47, in connect self.pipe.connect(self.socket_path) ConnectionRefusedError: [Errno 111] Connection refused ``` Thanks!