Hi there,
i want to sync local folder on my headless linux machine with existing seafile library.
Therefore I tried to install seafile-terminal-Client according to this:
https://help.seafile.com/syncing_client/linux-cli/
Everything seems to be ok, after seaf-cli download it says
Starting to download …
Library a7b7e… will be downloaded to /home/jochen/2seafile
but nothing is dowloaded!?
seaf-cli status reports these errors:
Traceback (most recent call last):
File “/tmp/.mount_seaf-cPCVr1j/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py”, line 85, in _get_transport
transport = self._pool.get(False)
^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.12/queue.py”, line 168, in get
raise Empty
_queue.EmptyDuring handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/tmp/.mount_seaf-cPCVr1j/usr/bin/seaf-cli”, line 1052, in
main()
File “/tmp/.mount_seaf-cPCVr1j/usr/bin/seaf-cli”, line 1048, in main
args.func(args)
File “/tmp/.mount_seaf-cPCVr1j/usr/bin/seaf-cli”, line 814, in seaf_status
tasks = seafile_rpc.get_clone_tasks()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/tmp/.mount_seaf-cPCVr1j/usr/lib/python3.9/site-packages/pysearpc/client.py”, line 125, in newfunc
ret_str = self.call_remote_func_sync(fcall_str)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/tmp/.mount_seaf-cPCVr1j/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py”, line 97, in call_remote_func_sync
transport = self._get_transport()
^^^^^^^^^^^^^^^^^^^^^
File “/tmp/.mount_seaf-cPCVr1j/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py”, line 87, in _get_transport
transport = self._create_transport()
^^^^^^^^^^^^^^^^^^^^^^^^
File “/tmp/.mount_seaf-cPCVr1j/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py”, line 80, in _create_transport
transport.connect()
File “/tmp/.mount_seaf-cPCVr1j/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py”, line 44, in connect
self.pipe.connect(self.socket_path)
ConnectionRefusedError: [Errno 111] Connection refused
Do you have any hints / ideas?
Thanks and best regards
Jochen