Encountering the same issue. Shouldn't the severity be "grave", as the
package is completely unusable?

When starting seafile-applet, I'm getting:

seafile-applet: symbol lookup error: seafile-applet: undefined symbol:
seafile_checkout_task_get_type


In addition, `seaf-cli status` results in:

Traceback (most recent call last):
  File "/usr/bin/seaf-cli", line 869, in <module>
    main()
  File "/usr/bin/seaf-cli", line 865, in main
    args.func(args)
  File "/usr/bin/seaf-cli", line 660, in seaf_status
    tasks = seafile_rpc.get_clone_tasks()
  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
84, in call_remote_func_sync
    return self.transport.send(self.service_name, fcall_str)
  File "/usr/lib/python2.7/dist-packages/pysearpc/named_pipe.py", line
61, in send
    resp_header = recvall(self.pipe_fd, 4)
  File "/usr/lib/python2.7/dist-packages/pysearpc/utils.py", line 13,
in recvall
    raise NetworkError('Failed to read from socket: %s' % e)
pysearpc.errors.NetworkError: Failed to read from socket: [Errno 104]
Connection reset by peer

System info:
Linux 4.18.0-2-amd64 #1 SMP Debian 4.18.10-2 (2018-11-02) x86_64
GNU/Linux
Shared C Library Version: 2.27-8
seafile-daemon: 6.2.5-2
seafile-cli: 6.2.5-2
seafile-gui: 6.1.8-1.

Reply via email to