服务器端 绑定网盘和本地出现的问题 seaf-cli sync

创建网盘后准备绑定本地目录时出现问题
File “/usr/bin/seaf-cli”, line 915, in
main()
File “/usr/bin/seaf-cli”, line 911, in main
args.func(args)
File “/usr/bin/seaf-cli”, line 366, in seaf_list
repos = seafile_rpc.get_repo_list(-1, -1)
File “/usr/lib/python2.7/dist-packages/pysearpc/client.py”, line 110, in newfunc
ret_str = self.call_remote_func_sync(fcall_str)
File “/usr/lib/python2.7/dist-packages/pysearpc/named_pipe.py”, line 82, in call_remote_func_sync
self.transport.connect()
File “/usr/lib/python2.7/dist-packages/pysearpc/named_pipe.py”, line 44, in connect
self.pipe_fd.connect(self.socket_path)
File “/usr/lib/python2.7/socket.py”, line 228, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 111] Connection refused