Can't upload and download via Android App and upload speed via Windows is too slow

version: '2'
services:
  db:
    image: mariadb:10.5
    container_name: seafile-mysql
    environment:
      - MYSQL_ROOT_PASSWORD=my_pw  # Requested, set the root's password of MySQL service.
      - MYSQL_LOG_CONSOLE=true
    volumes:
      - /opt/seafile-mysql/db:/var/lib/mysql  # Requested, specifies the path to MySQL data persistent store.
    networks:
      - seafile-net

  memcached:
    image: memcached:1.5.6
    container_name: seafile-memcached
    entrypoint: memcached -m 256
    networks:
      - seafile-net
          
  seafile:
    image: seafileltd/seafile-mc:latest
    container_name: seafile
    ports:
      - "8090:80"
#     - "443:443"  # If https is enabled, cancel the comment.
    volumes:
      - /opt/seafile-data:/shared   # Requested, specifies the path to Seafile data persistent store.
    environment:
      - DB_HOST=db
      - DB_ROOT_PASSWD=my_pw  # Requested, the value shuold be root's password of MySQL service.
      - TIME_ZONE=Etc/UTC  # Optional, default is UTC. Should be uncomment and set to your local time zone.
      - SEAFILE_ADMIN_EMAIL=star@ouk.com # Specifies Seafile admin user, default is 'me@example.com'.
      - SEAFILE_ADMIN_PASSWORD=my_pw     # Specifies Seafile admin password, default is 'asecret'.
      - SEAFILE_SERVER_LETSENCRYPT=false   # Whether to use https or not.
      - SEAFILE_SERVER_HOSTNAME=cloud.malacology.net # Specifies your host name if https is enabled.
    depends_on:
      - db
      - memcached
    networks:
      - seafile-net

networks:
  seafile-net:

The above is the docker-compose.yml
My system is Ubuntu 18
The logs of seafile container is below.

runtime.throw(0x5623129559e2, 0x16)
	/usr/local/go/src/runtime/panic.go:774 +0x74 fp=0x7ffce5a279e8 sp=0x7ffce5a279b8 pc=0x562311392f34
runtime.sysMap(0xc000000000, 0x4000000, 0x562314631d98)
	/usr/local/go/src/runtime/mem_linux.go:169 +0xc7 fp=0x7ffce5a27a28 sp=0x7ffce5a279e8 pc=0x56231137c8e7
runtime.(*mheap).sysAlloc(0x5623146189c0, 0x2000, 0x0, 0x0)
	/usr/local/go/src/runtime/malloc.go:701 +0x1cf fp=0x7ffce5a27ad0 sp=0x7ffce5a27a28 pc=0x56231136f7ef
runtime.(*mheap).grow(0x5623146189c0, 0x1, 0xffffffff)
	/usr/local/go/src/runtime/mheap.go:1255 +0xa5 fp=0x7ffce5a27b20 sp=0x7ffce5a27ad0 pc=0x56231138aa85
runtime.(*mheap).allocSpanLocked(0x5623146189c0, 0x1, 0x562314631da8, 0x1)
	/usr/local/go/src/runtime/mheap.go:1170 +0x268 fp=0x7ffce5a27ba0 sp=0x7ffce5a27b20 pc=0x56231138a918
runtime.(*mheap).alloc_m(0x5623146189c0, 0x1, 0x5623113b002a, 0x0)
	/usr/local/go/src/runtime/mheap.go:1022 +0xc6 fp=0x7ffce5a27bf0 sp=0x7ffce5a27ba0 pc=0x56231138a1b6
runtime.(*mheap).alloc.func1()
	/usr/local/go/src/runtime/mheap.go:1093 +0x4e fp=0x7ffce5a27c28 sp=0x7ffce5a27bf0 pc=0x5623113bc4ce
runtime.(*mheap).alloc(0x5623146189c0, 0x1, 0x1002a, 0x40000)
	/usr/local/go/src/runtime/mheap.go:1092 +0x8c fp=0x7ffce5a27c78 sp=0x7ffce5a27c28 pc=0x56231138a49c
runtime.(*mcentral).grow(0x5623146197f8, 0x0)
	/usr/local/go/src/runtime/mcentral.go:255 +0x7d fp=0x7ffce5a27cb8 sp=0x7ffce5a27c78 pc=0x56231137c30d
runtime.(*mcentral).cacheSpan(0x5623146197f8, 0x7f684b0bf000)
	/usr/local/go/src/runtime/mcentral.go:106 +0x300 fp=0x7ffce5a27d18 sp=0x7ffce5a27cb8 pc=0x56231137be30
runtime.(*mcache).refill(0x7f684b0bf008, 0x2a)
	/usr/local/go/src/runtime/mcache.go:138 +0x87 fp=0x7ffce5a27d38 sp=0x7ffce5a27d18 pc=0x56231137b8c7
runtime.(*mcache).nextFree(0x7f684b0bf008, 0x562314631d2a, 0x7f684b0bf008, 0x8, 0xfffffffffffffff8)
	/usr/local/go/src/runtime/malloc.go:854 +0x89 fp=0x7ffce5a27d70 sp=0x7ffce5a27d38 pc=0x562311370019
runtime.mallocgc(0x180, 0x56231355c8a0, 0x1, 0x562314631e00)
	/usr/local/go/src/runtime/malloc.go:1022 +0x7a5 fp=0x7ffce5a27e10 sp=0x7ffce5a27d70 pc=0x562311370965
runtime.newobject(0x56231355c8a0, 0x4000)
	/usr/local/go/src/runtime/malloc.go:1151 +0x3a fp=0x7ffce5a27e40 sp=0x7ffce5a27e10 pc=0x562311370d6a
runtime.malg(0x162300008000, 0x56231461b068)
	/usr/local/go/src/runtime/proc.go:3238 +0x33 fp=0x7ffce5a27e80 sp=0x7ffce5a27e40 pc=0x56231139c4c3
runtime.mpreinit(...)
	/usr/local/go/src/runtime/os_linux.go:324
runtime.mcommoninit(0x562314612c80)
	/usr/local/go/src/runtime/proc.go:626 +0xc6 fp=0x7ffce5a27eb8 sp=0x7ffce5a27e80 pc=0x562311395cf6
runtime.schedinit()
	/usr/local/go/src/runtime/proc.go:543 +0x76 fp=0x7ffce5a27f10 sp=0x7ffce5a27eb8 pc=0x562311395956
runtime.rt0_go(0x7ffce5a28018, 0x3, 0x7ffce5a28018, 0x0, 0x7f684a6f0bf7, 0x3, 0x7ffce5a28018, 0x300008000, 0x5623113be820, 0x0, ...)
	/usr/local/go/src/runtime/asm_amd64.s:214 +0x129 fp=0x7ffce5a27f18 sp=0x7ffce5a27f10 pc=0x5623113be959

database logs

runtime stack:
runtime.throw(0x562fff1789e2, 0x16)
	/usr/local/go/src/runtime/panic.go:774 +0x74 fp=0x7ffe5df51188 sp=0x7ffe5df51158 pc=0x562ffdbb5f34
runtime.sysMap(0xc000000000, 0x4000000, 0x563000e54d98)
	/usr/local/go/src/runtime/mem_linux.go:169 +0xc7 fp=0x7ffe5df511c8 sp=0x7ffe5df51188 pc=0x562ffdb9f8e7
runtime.(*mheap).sysAlloc(0x563000e3b9c0, 0x2000, 0x0, 0x0)
	/usr/local/go/src/runtime/malloc.go:701 +0x1cf fp=0x7ffe5df51270 sp=0x7ffe5df511c8 pc=0x562ffdb927ef
runtime.(*mheap).grow(0x563000e3b9c0, 0x1, 0xffffffff)
	/usr/local/go/src/runtime/mheap.go:1255 +0xa5 fp=0x7ffe5df512c0 sp=0x7ffe5df51270 pc=0x562ffdbada85
runtime.(*mheap).allocSpanLocked(0x563000e3b9c0, 0x1, 0x563000e54da8, 0x1)
	/usr/local/go/src/runtime/mheap.go:1170 +0x268 fp=0x7ffe5df51340 sp=0x7ffe5df512c0 pc=0x562ffdbad918
runtime.(*mheap).alloc_m(0x563000e3b9c0, 0x1, 0x562ffdbd002a, 0x0)
	/usr/local/go/src/runtime/mheap.go:1022 +0xc6 fp=0x7ffe5df51390 sp=0x7ffe5df51340 pc=0x562ffdbad1b6
runtime.(*mheap).alloc.func1()
	/usr/local/go/src/runtime/mheap.go:1093 +0x4e fp=0x7ffe5df513c8 sp=0x7ffe5df51390 pc=0x562ffdbdf4ce
runtime.(*mheap).alloc(0x563000e3b9c0, 0x1, 0x1002a, 0x40000)
	/usr/local/go/src/runtime/mheap.go:1092 +0x8c fp=0x7ffe5df51418 sp=0x7ffe5df513c8 pc=0x562ffdbad49c
runtime.(*mcentral).grow(0x563000e3c7f8, 0x0)
	/usr/local/go/src/runtime/mcentral.go:255 +0x7d fp=0x7ffe5df51458 sp=0x7ffe5df51418 pc=0x562ffdb9f30d
runtime.(*mcentral).cacheSpan(0x563000e3c7f8, 0x7f86641a2000)
	/usr/local/go/src/runtime/mcentral.go:106 +0x300 fp=0x7ffe5df514b8 sp=0x7ffe5df51458 pc=0x562ffdb9ee30
runtime.(*mcache).refill(0x7f86641a2008, 0x2a)
	/usr/local/go/src/runtime/mcache.go:138 +0x87 fp=0x7ffe5df514d8 sp=0x7ffe5df514b8 pc=0x562ffdb9e8c7
runtime.(*mcache).nextFree(0x7f86641a2008, 0x563000e54d2a, 0x7f86641a2008, 0x8, 0xfffffffffffffff8)
	/usr/local/go/src/runtime/malloc.go:854 +0x89 fp=0x7ffe5df51510 sp=0x7ffe5df514d8 pc=0x562ffdb93019
runtime.mallocgc(0x180, 0x562fffd7f8a0, 0x1, 0x563000e54e00)
	/usr/local/go/src/runtime/malloc.go:1022 +0x7a5 fp=0x7ffe5df515b0 sp=0x7ffe5df51510 pc=0x562ffdb93965
runtime.newobject(0x562fffd7f8a0, 0x4000)
	/usr/local/go/src/runtime/malloc.go:1151 +0x3a fp=0x7ffe5df515e0 sp=0x7ffe5df515b0 pc=0x562ffdb93d6a
runtime.malg(0x172500008000, 0x563000e3e068)
	/usr/local/go/src/runtime/proc.go:3238 +0x33 fp=0x7ffe5df51620 sp=0x7ffe5df515e0 pc=0x562ffdbbf4c3
runtime.mpreinit(...)
	/usr/local/go/src/runtime/os_linux.go:324
runtime.mcommoninit(0x563000e35c80)
	/usr/local/go/src/runtime/proc.go:626 +0xc6 fp=0x7ffe5df51658 sp=0x7ffe5df51620 pc=0x562ffdbb8cf6
runtime.schedinit()
	/usr/local/go/src/runtime/proc.go:543 +0x76 fp=0x7ffe5df516b0 sp=0x7ffe5df51658 pc=0x562ffdbb8956
runtime.rt0_go(0x7ffe5df517b8, 0x3, 0x7ffe5df517b8, 0x0, 0x7f86637d3bf7, 0x3, 0x7ffe5df517b8, 0x300008000, 0x562ffdbe1820, 0x0, ...)
	/usr/local/go/src/runtime/asm_amd64.s:214 +0x129 fp=0x7ffe5df516b8 sp=0x7ffe5df516b0 pc=0x562ffdbe1959

My nginx configure

server {
            listen 80;
            server_name cloud.malacology.net;
            return 301 https://$server_name$request_uri;
}
server {
    listen 443;
    server_name cloud.malacology.net;
    ssl_certificate /etc/ssl/cloud/1_cloud.malacology.net_bundle.crt;
    ssl_certificate_key /etc/ssl/cloud/2_cloud.malacology.net.key;
    ssl on;
    ssl_session_cache builtin:1000 shared:SSL:10m;
    ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
    ssl_ciphers HIGH:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4;
    ssl_prefer_server_ciphers on;
    access_log /var/log/nginx/access.log;

    location / {
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
        proxy_pass http://120.xxxxx:8090;
        proxy_read_timeout 90;
        proxy_redirect http://120.77.xxxxx:8090 https://cloud.malacology.net;
    }
}

Now the upload speed via Windows app is too slow and I Can’t upload and download via Android App

applet.log

[03/09/21 20:30:54]id file not found, creating it
[03/09/21 20:30:54]generated new device id 2afa4512caa8192404b7fab402bcce4596513da2
[03/09/21 20:30:55]starting seaf-daemon:  ("-c", "C:/Users/月季花中的星辰/ccnet", "-d", "F:/Cloud/Seafile/seafile-data", "-w", "F:/Cloud/Seafile")
[03/09/21 20:30:56]Failed to connect to named pipe: The system cannot find the file specified.


[03/09/21 20:30:57]Failed to connect to named pipe: The system cannot find the file specified.


[03/09/21 20:30:57]Failed to connect to named pipe: The system cannot find the file specified.


[03/09/21 20:30:58]Failed to connect to named pipe: The system cannot find the file specified.


[03/09/21 20:30:58]Failed to connect to named pipe: The system cannot find the file specified.


[03/09/21 20:30:59]Failed to connect to named pipe: The system cannot find the file specified.


[03/09/21 20:30:59]Failed to connect to named pipe: The system cannot find the file specified.


[03/09/21 20:31:00]Failed to connect to named pipe: The system cannot find the file specified.


[03/09/21 20:31:00]Failed to connect to named pipe: The system cannot find the file specified.


[03/09/21 20:31:01]Failed to connect to named pipe: All pipe instances are busy.


[03/09/21 20:31:01]Failed to connect to named pipe: All pipe instances are busy.


[03/09/21 20:31:01][Rpc Client] connected to daemon
[03/09/21 20:31:01][Rpc Client] connected to daemon
[03/09/21 20:31:01]Starting the network status detector
[03/09/21 20:31:01][AutoUpdateManager] cancel all download tasks
[03/09/21 20:31:01][AutoUpdateManager] clean file caches db
[03/09/21 20:31:01][AutoUpdateManager] clean file caches
[03/09/21 20:31:01]starting applet rpc service
[03/09/21 20:31:01]applet rpc service started
[03/09/21 20:31:26]ServerStatusService: ignore request for host "cloud.malacology.net"
[03/09/21 20:31:28]ServerStatusService: ignore request for host "cloud.malacology.net"
[03/09/21 20:31:29]Failed to connect to named pipe: All pipe instances are busy.


[03/09/21 20:31:29][Rpc Client] connected to daemon
[03/09/21 20:31:29][ext listener] listening on \\.\pipe\seafile_ext_pipe_1MK8vruo1tC1xNDHs70=
[03/09/21 20:31:29][Rpc Client] connected to daemon
[03/09/21 20:31:31]libpng warning: iCCP: known incorrect sRGB profile
[03/09/21 20:31:31]libpng warning: known incorrect sRGB profile
[03/09/21 20:31:31]libpng warning: profile matches sRGB but writing iCCP instead
[03/09/21 20:32:16][Daemon Mgr] stopping seafile daemon
[03/09/21 20:32:16]Seafile daemon process exited normally with code 62097 
[03/09/21 20:41:47]read id from id file
[03/09/21 20:41:47]starting seaf-daemon:  ("-c", "C:/Users/月季花中的星辰/ccnet", "-d", "F:/Cloud/Seafile/seafile-data", "-w", "F:/Cloud/Seafile")
[03/09/21 20:41:48][Rpc Client] connected to daemon
[03/09/21 20:41:48][Rpc Client] connected to daemon
[03/09/21 20:41:49]Starting the network status detector
[03/09/21 20:41:49][AutoUpdateManager] cancel all download tasks
[03/09/21 20:41:49][AutoUpdateManager] clean file caches db
[03/09/21 20:41:49][AutoUpdateManager] clean file caches
[03/09/21 20:41:49]starting applet rpc service
[03/09/21 20:41:49]applet rpc service started
[03/09/21 20:41:49]libpng warning: iCCP: known incorrect sRGB profile
[03/09/21 20:41:49]libpng warning: iCCP: known incorrect sRGB profile
[03/09/21 20:41:49][Rpc Client] connected to daemon
[03/09/21 20:41:49][ext listener] listening on \\.\pipe\seafile_ext_pipe_1MK8vruo1tC1xNDHs70=
[03/09/21 20:41:49][Rpc Client] connected to daemon
[03/09/21 22:44:33]failed to read request from shell extension: ??????????


[03/09/21 22:44:40]failed to read request from shell extension: ??????????


[03/09/21 22:56:55]failed to get changes in commit  of repo 1d03be9
[03/09/21 23:00:55]failed to read request from shell extension: ??????????


[03/09/21 23:03:35]failed to get changes in commit  of repo 4d6d52c
[03/09/21 23:04:36]failed to read request from shell extension: ??????????


[03/09/21 23:24:40]unknown sync status: canceled

[03/09/21 23:56:50]failed to get changes in commit  of repo 1d03be9
[03/09/21 23:57:50]failed to read request from shell extension: ??????????


[03/10/21 00:20:48]failed to read request from shell extension: ??????????


[03/10/21 00:20:57]failed to read request from shell extension: ??????????


[03/10/21 00:21:02]failed to read request from shell extension: ??????????


[03/10/21 00:21:09]failed to read request from shell extension: ??????????


[03/10/21 00:21:14]failed to read request from shell extension: ??????????


[03/10/21 00:24:27]failed to get changes in commit  of repo 1d03be9
[03/10/21 00:25:27]failed to read request from shell extension: ??????????


[03/10/21 00:39:01]failed to get changes in commit  of repo 1d03be9
[03/10/21 00:40:01]failed to read request from shell extension: ??????????

seafile.log

[03/09/21 20:30:55] starting seafile client 8.0.1
[03/09/21 20:30:56] client id = 30a532ce4b4665d0c4ba63eb2863ebfc10511389, client_name = unknown
[03/09/21 20:31:00] rpc server started.
[03/09/21 20:31:01] start to serve on pipe client
[03/09/21 20:31:01] start to serve on pipe client
[03/09/21 20:31:01] start to serve on pipe client
[03/09/21 20:31:01] start to serve on pipe client
[03/09/21 20:31:01] start to serve on pipe client
[03/09/21 20:31:01] start to serve on pipe client
[03/09/21 20:31:29] start to serve on pipe client
[03/09/21 20:31:29] start to serve on pipe client
[03/09/21 20:31:29] start to serve on pipe client
[03/09/21 20:31:29] start to serve on pipe client
[03/09/21 20:31:29] start to serve on pipe client
[03/09/21 20:31:37] Transition clone state for 4d6d52cd from [init] to [check server].
[03/09/21 20:31:37] Transition clone state for 4d6d52cd from [check server] to [fetch].
[03/09/21 20:31:37] Transfer repo '4d6d52cd': ('normal', 'init') --> ('normal', 'check')
[03/09/21 20:31:37] Transfer repo '4d6d52cd': ('normal', 'check') --> ('normal', 'commit')
[03/09/21 20:31:37] Transfer repo '4d6d52cd': ('normal', 'commit') --> ('normal', 'fs')
[03/09/21 20:31:38] Transfer repo '4d6d52cd': ('normal', 'fs') --> ('normal', 'data')
[03/09/21 20:31:42] Transfer repo '4d6d52cd': ('normal', 'data') --> ('finished', 'finished')
[03/09/21 20:31:43] Transition clone state for 4d6d52cd from [fetch] to [done].
[03/09/21 20:31:45] File syncing protocol version on server https://cloud.malacology.net is 2. Client file syncing protocol version is 2. Use version 2.
[03/09/21 20:31:46] Repo '私人资料库' sync state transition from 'synchronized' to 'committing'.
[03/09/21 20:31:46] All events are processed for repo 4d6d52cd-d5a7-4e70-a4ce-01d98c1a9360.
[03/09/21 20:31:46] Repo '私人资料库' sync state transition from 'committing' to 'initializing'.
[03/09/21 20:31:46] Removing blocks for repo 私人资料库(4d6d52cd).
[03/09/21 20:41:47] starting seafile client 8.0.1
[03/09/21 20:41:47] client id = 2afa4512caa8192404b7fab402bcce4596513da2, client_name = Helix
[03/09/21 20:41:47] rpc server started.
[03/09/21 20:41:48] start to serve on pipe client
[03/09/21 20:41:48] start to serve on pipe client
[03/09/21 20:41:48] start to serve on pipe client
[03/09/21 20:41:48] start to serve on pipe client
[03/09/21 20:41:49] File syncing protocol version on server https://cloud.malacology.net is 2. Client file syncing protocol version is 2. Use version 2.
[03/09/21 20:41:49] start to serve on pipe client
[03/09/21 20:41:49] start to serve on pipe client
[03/09/21 20:41:49] start to serve on pipe client
[03/09/21 20:41:49] start to serve on pipe client
[03/09/21 20:41:50] Repo '私人资料库' sync state transition from 'synchronized' to 'committing'.
[03/09/21 20:41:50] All events are processed for repo 4d6d52cd-d5a7-4e70-a4ce-01d98c1a9360.
[03/09/21 20:41:50] Repo '私人资料库' sync state transition from 'committing' to 'initializing'.
[03/09/21 20:42:25] Repo '私人资料库' sync state transition from 'synchronized' to 'committing'.
[03/09/21 20:42:25] All events are processed for repo 4d6d52cd-d5a7-4e70-a4ce-01d98c1a9360.
[03/09/21 20:42:25] Repo '私人资料库' sync state transition from 'committing' to 'synchronized'.
[03/09/21 20:42:37] Repo '私人资料库' sync state transition from 'synchronized' to 'committing'.
[03/09/21 20:42:37] All events are processed for repo 4d6d52cd-d5a7-4e70-a4ce-01d98c1a9360.
[03/09/21 20:42:37] Repo '私人资料库' sync state transition from 'committing' to 'synchronized'.
[03/09/21 21:28:06] Bad response code for POST https://cloud.malacology.net/seafhttp/repo/head-commits-multi/: 504
[03/09/21 21:31:32] libcurl failed to GET https://cloud.malacology.net/seafhttp/repo/4d6d52cd-d5a7-4e70-a4ce-01d98c1a9360/commit/HEAD: Timeout was reached.
[03/09/21 21:31:32] Repo '私人资料库' sync state transition from initializing to 'error': 'Data transfer timed out. Please check network or firewall'.
[03/09/21 21:33:40] libcurl failed to POST https://cloud.malacology.net/seafhttp/repo/head-commits-multi/: Failure when receiving data from the peer.
[03/09/21 21:33:40] libcurl failed to GET https://cloud.malacology.net/seafhttp/repo/4d6d52cd-d5a7-4e70-a4ce-01d98c1a9360/commit/HEAD: SSL connect error.
[03/09/21 21:33:40] Repo '私人资料库' sync state transition from initializing to 'error': 'Failed to establish secure connection. Please check server SSL certificate'.
[03/09/21 21:38:42] libcurl failed to GET https://cloud.malacology.net/seafhttp/repo/4d6d52cd-d5a7-4e70-a4ce-01d98c1a9360/commit/HEAD: Timeout was reached.
[03/09/21 21:38:42] Repo '私人资料库' sync state transition from initializing to 'error': 'Data transfer timed out. Please check network or firewall'.
[03/09/21 21:39:10] libcurl failed to POST https://cloud.malacology.net/seafhttp/repo/head-commits-multi/: Timeout was reached.
[03/09/21 21:43:43] libcurl failed to GET https://cloud.malacology.net/seafhttp/repo/4d6d52cd-d5a7-4e70-a4ce-01d98c1a9360/commit/HEAD: Timeout was reached.
[03/09/21 21:43:43] Repo '私人资料库' sync state transition from initializing to 'error': 'Data transfer timed out. Please check network or firewall'.
[03/09/21 21:44:40] libcurl failed to POST https://cloud.malacology.net/seafhttp/repo/head-commits-multi/: Timeout was reached.
[03/09/21 21:48:44] libcurl failed to GET https://cloud.malacology.net/seafhttp/repo/4d6d52cd-d5a7-4e70-a4ce-01d98c1a9360/commit/HEAD: Timeout was reached.
[03/09/21 21:48:44] Repo '私人资料库' sync state transition from initializing to 'error': 'Data transfer timed out. Please check network or firewall'.
[03/09/21 21:49:06] libcurl failed to GET https://cloud.malacology.net/seafhttp/repo/4d6d52cd-d5a7-4e70-a4ce-01d98c1a9360/commit/HEAD: Timeout was reached.
[03/09/21 21:49:06] Repo '私人资料库' sync state transition from initializing to 'error': 'Data transfer timed out. Please check network or firewall'.
[03/09/21 21:49:37] libcurl failed to GET https://cloud.malacology.net/seafhttp/repo/4d6d52cd-d5a7-4e70-a4ce-01d98c1a9360/commit/HEAD: Timeout was reached.
[03/09/21 21:49:37] Repo '私人资料库' sync state transition from initializing to 'error': 'Data transfer timed out. Please check network or firewall'.
[03/09/21 21:50:11] libcurl failed to POST https://cloud.malacology.net/seafhttp/repo/head-commits-multi/: Timeout was reached.
[03/09/21 21:51:02] libcurl failed to POST https://cloud.malacology.net/seafhttp/repo/head-commits-multi/: Timeout was reached.
[03/09/21 21:54:47] libcurl failed to GET https://cloud.malacology.net/seafhttp/repo/4d6d52cd-d5a7-4e70-a4ce-01d98c1a9360/commit/HEAD: Timeout was reached.
[03/09/21 21:54:47] Repo '私人资料库' sync state transition from initializing to 'error': 'Data transfer timed out. Please check network or firewall'.
[03/09/21 21:56:32] libcurl failed to POST https://cloud.malacology.net/seafhttp/repo/head-commits-multi/: Timeout was reached.
[03/09/21 22:37:47] libcurl failed to POST https://cloud.malacology.net/seafhttp/repo/head-commits-multi/: Couldn't connect to server.
[03/09/21 22:38:18] Bad response code for POST https://cloud.malacology.net/seafhttp/repo/head-commits-multi/: 502
[03/09/21 22:43:02] Transition clone state for 1d03be96 from [init] to [check server].
[03/09/21 22:43:02] Transition clone state for 1d03be96 from [check server] to [fetch].
[03/09/21 22:43:02] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/09/21 22:43:02] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/09/21 22:43:02] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/09/21 22:43:02] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')
[03/09/21 22:43:03] Transfer repo '1d03be96': ('normal', 'data') --> ('finished', 'finished')
[03/09/21 22:43:04] Transition clone state for 1d03be96 from [fetch] to [done].
[03/09/21 22:43:05] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'synchronized' to 'committing'.
[03/09/21 22:43:10] Creating partial commit after adding .
[03/09/21 22:43:10] Remain files for .
[03/09/21 22:43:10] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'committing' to 'uploading'.
[03/09/21 22:43:10] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/09/21 22:43:10] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/09/21 22:43:10] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/09/21 22:43:10] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')
[03/09/21 22:50:06] Transfer repo '1d03be96': ('normal', 'data') --> ('canceled', 'data')
[03/09/21 22:50:06] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'uploading' to 'cancel pending'.
[03/09/21 22:50:31] libcurl failed to PUT https://cloud.malacology.net/seafhttp/repo/1d03be96-a536-4af4-97c5-4e8c6c36bb14/block/2509022e4e2cc074f0a783936a074e1fb7a9155c: Operation was aborted by an application callback.
[03/09/21 22:50:46] Transfer repo '1d03be96': ('canceled', 'data') --> ('canceled', 'finished')
[03/09/21 22:50:46] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'cancel pending' to 'canceled'.
[03/09/21 22:50:47] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'synchronized' to 'uploading'.
[03/09/21 22:50:47] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/09/21 22:50:47] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/09/21 22:50:47] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/09/21 22:50:47] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')
[03/09/21 22:56:48] Transfer repo '1d03be96': ('normal', 'data') --> ('normal', 'update-branch')
[03/09/21 22:56:49] Transfer repo '1d03be96': ('normal', 'update-branch') --> ('finished', 'finished')
[03/09/21 22:56:49] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'uploading' to 'initializing'.
[03/09/21 22:56:49] Removing blocks for repo Taxonomy of Chinese Terrestrial Mollusca(1d03be96).
[03/09/21 22:56:49] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'initializing' to 'committing'.
[03/09/21 22:56:53] Creating partial commit after adding .
[03/09/21 22:56:53] Remain files for .
[03/09/21 22:56:53] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'committing' to 'uploading'.
[03/09/21 22:56:53] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/09/21 22:56:53] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/09/21 22:56:54] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/09/21 22:56:54] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')
[03/09/21 23:03:31] Repo '私人资料库' sync state transition from 'initializing' to 'downloading'.
[03/09/21 23:03:31] Transfer repo '4d6d52cd': ('normal', 'init') --> ('normal', 'check')
[03/09/21 23:03:31] Transfer repo '4d6d52cd': ('normal', 'check') --> ('normal', 'commit')
[03/09/21 23:03:31] Transfer repo '4d6d52cd': ('normal', 'commit') --> ('normal', 'fs')
[03/09/21 23:03:31] Transfer repo '4d6d52cd': ('normal', 'fs') --> ('normal', 'data')
[03/09/21 23:03:31] Transfer repo '4d6d52cd': ('normal', 'data') --> ('finished', 'finished')
[03/09/21 23:03:32] Repo '私人资料库' sync state transition from 'downloading' to 'synchronized'.
[03/09/21 23:03:33] Repo '私人资料库' sync state transition from 'synchronized' to 'committing'.
[03/09/21 23:03:33] All events are processed for repo 4d6d52cd-d5a7-4e70-a4ce-01d98c1a9360.
[03/09/21 23:03:33] Repo '私人资料库' sync state transition from 'committing' to 'synchronized'.
[03/09/21 23:04:52] libcurl failed to PUT https://cloud.malacology.net/seafhttp/repo/1d03be96-a536-4af4-97c5-4e8c6c36bb14/block/b57db6608b831214f2bd8edbb8762ab17b2d935e: Timeout was reached.
[03/09/21 23:04:52] libcurl failed to PUT https://cloud.malacology.net/seafhttp/repo/1d03be96-a536-4af4-97c5-4e8c6c36bb14/block/edad4fbb2dab023764fb842fd8f63735cf064722: Operation was aborted by an application callback.
[03/09/21 23:05:22] Repo '私人资料库' sync state transition from 'synchronized' to 'committing'.
[03/09/21 23:05:23] Repo '私人资料库' sync state transition from 'committing' to 'initializing'.
[03/09/21 23:05:37] Transfer repo '1d03be96': ('normal', 'data') --> ('error', 'finished')
[03/09/21 23:05:37] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from uploading to 'error': 'Data transfer timed out. Please check network or firewall'.
[03/09/21 23:05:38] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'synchronized' to 'uploading'.
[03/09/21 23:05:38] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/09/21 23:05:38] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/09/21 23:05:38] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/09/21 23:05:38] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')
[03/09/21 23:12:21] Transfer repo '1d03be96': ('normal', 'data') --> ('normal', 'update-branch')
[03/09/21 23:12:22] Transfer repo '1d03be96': ('normal', 'update-branch') --> ('finished', 'finished')
[03/09/21 23:12:22] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'uploading' to 'initializing'.
[03/09/21 23:12:22] Removing blocks for repo Taxonomy of Chinese Terrestrial Mollusca(1d03be96).
[03/09/21 23:12:22] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'initializing' to 'committing'.
[03/09/21 23:12:22] Adding remaining files for .
[03/09/21 23:12:27] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'committing' to 'uploading'.
[03/09/21 23:12:27] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/09/21 23:12:27] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/09/21 23:12:27] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/09/21 23:12:28] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')
[03/09/21 23:24:10] Transfer repo '1d03be96': ('normal', 'data') --> ('canceled', 'data')
[03/09/21 23:24:10] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'uploading' to 'cancel pending'.
[03/09/21 23:24:14] libcurl failed to PUT https://cloud.malacology.net/seafhttp/repo/1d03be96-a536-4af4-97c5-4e8c6c36bb14/block/1e8e6b4cd756034b5ef6697f52a51cbfd4dd81fc: Operation was aborted by an application callback.
[03/09/21 23:24:40] Transfer repo '1d03be96': ('canceled', 'data') --> ('canceled', 'finished')
[03/09/21 23:24:40] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'cancel pending' to 'canceled'.
[03/09/21 23:24:41] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'synchronized' to 'uploading'.
[03/09/21 23:24:41] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/09/21 23:24:41] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/09/21 23:24:41] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/09/21 23:24:41] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')
[03/09/21 23:26:42] Transfer repo '1d03be96': ('normal', 'data') --> ('normal', 'update-branch')
[03/09/21 23:26:42] Transfer repo '1d03be96': ('normal', 'update-branch') --> ('finished', 'finished')
[03/09/21 23:26:42] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'uploading' to 'initializing'.
[03/09/21 23:26:42] Removing blocks for repo Taxonomy of Chinese Terrestrial Mollusca(1d03be96).
[03/09/21 23:26:42] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'initializing' to 'committing'.
[03/09/21 23:26:47] Creating partial commit after adding .
[03/09/21 23:26:47] Remain files for .
[03/09/21 23:26:47] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'committing' to 'uploading'.
[03/09/21 23:26:47] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/09/21 23:26:47] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/09/21 23:26:47] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/09/21 23:26:47] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')
[03/09/21 23:32:00] libcurl failed to PUT https://cloud.malacology.net/seafhttp/repo/1d03be96-a536-4af4-97c5-4e8c6c36bb14/block/1c7c871d1663843f7f238271ac9b2d7beeb4673f: Timeout was reached.
[03/09/21 23:32:00] libcurl failed to PUT https://cloud.malacology.net/seafhttp/repo/1d03be96-a536-4af4-97c5-4e8c6c36bb14/block/0c260e35f90e81e58fdbb56dde181d30349dfbf0: Operation was aborted by an application callback.
[03/09/21 23:32:02] libcurl failed to PUT https://cloud.malacology.net/seafhttp/repo/1d03be96-a536-4af4-97c5-4e8c6c36bb14/block/081abaa5bd4850913540e215aa6882d3def73ebb: Timeout was reached.
[03/09/21 23:33:00] Transfer repo '1d03be96': ('normal', 'data') --> ('error', 'finished')
[03/09/21 23:33:00] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from uploading to 'error': 'Data transfer timed out. Please check network or firewall'.
[03/09/21 23:33:00] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'synchronized' to 'uploading'.
[03/09/21 23:33:00] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/09/21 23:33:00] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/09/21 23:33:00] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/09/21 23:33:00] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')
[03/09/21 23:42:23] Transfer repo '1d03be96': ('normal', 'data') --> ('normal', 'update-branch')
[03/09/21 23:42:24] Transfer repo '1d03be96': ('normal', 'update-branch') --> ('finished', 'finished')
[03/09/21 23:42:24] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'uploading' to 'initializing'.
[03/09/21 23:42:25] Removing blocks for repo Taxonomy of Chinese Terrestrial Mollusca(1d03be96).
[03/09/21 23:42:25] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'initializing' to 'committing'.
[03/09/21 23:42:25] Adding remaining files for .
[03/09/21 23:42:29] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'committing' to 'uploading'.
[03/09/21 23:42:29] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/09/21 23:42:29] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/09/21 23:42:29] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/09/21 23:42:30] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')
[03/09/21 23:56:47] Transfer repo '1d03be96': ('normal', 'data') --> ('normal', 'update-branch')
[03/09/21 23:56:47] Transfer repo '1d03be96': ('normal', 'update-branch') --> ('finished', 'finished')
[03/09/21 23:56:47] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'uploading' to 'initializing'.
[03/09/21 23:56:47] Removing blocks for repo Taxonomy of Chinese Terrestrial Mollusca(1d03be96).
[03/09/21 23:56:48] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'initializing' to 'committing'.
[03/09/21 23:56:48] Adding remaining files for .
[03/09/21 23:56:55] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'committing' to 'uploading'.
[03/09/21 23:56:55] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/09/21 23:56:55] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/09/21 23:56:55] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/09/21 23:56:55] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')
[03/10/21 00:24:23] Transfer repo '1d03be96': ('normal', 'data') --> ('normal', 'update-branch')
[03/10/21 00:24:23] Transfer repo '1d03be96': ('normal', 'update-branch') --> ('finished', 'finished')
[03/10/21 00:24:23] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'uploading' to 'initializing'.
[03/10/21 00:24:23] Removing blocks for repo Taxonomy of Chinese Terrestrial Mollusca(1d03be96).
[03/10/21 00:24:24] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'initializing' to 'committing'.
[03/10/21 00:24:24] Adding remaining files for .
[03/10/21 00:24:47] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'committing' to 'uploading'.
[03/10/21 00:24:47] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/10/21 00:24:47] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/10/21 00:24:47] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/10/21 00:24:47] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')
[03/10/21 00:32:50] libcurl failed to PUT https://cloud.malacology.net/seafhttp/repo/1d03be96-a536-4af4-97c5-4e8c6c36bb14/block/766b830d95491d76c14a5ffd59c70f2fa7d3e0e0: Timeout was reached.
[03/10/21 00:32:50] libcurl failed to PUT https://cloud.malacology.net/seafhttp/repo/1d03be96-a536-4af4-97c5-4e8c6c36bb14/block/17003efaa9f55d8a93b6793b4e0bd89ff7096904: Operation was aborted by an application callback.
[03/10/21 00:32:54] libcurl failed to PUT https://cloud.malacology.net/seafhttp/repo/1d03be96-a536-4af4-97c5-4e8c6c36bb14/block/1e94e655a22a83c77144b7ae97eab91ec7fec571: Timeout was reached.
[03/10/21 00:33:03] Transfer repo '1d03be96': ('normal', 'data') --> ('error', 'finished')
[03/10/21 00:33:03] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from uploading to 'error': 'Data transfer timed out. Please check network or firewall'.
[03/10/21 00:33:04] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'synchronized' to 'uploading'.
[03/10/21 00:33:04] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/10/21 00:33:04] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/10/21 00:33:04] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/10/21 00:33:04] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')
[03/10/21 00:38:48] Transfer repo '1d03be96': ('normal', 'data') --> ('normal', 'update-branch')
[03/10/21 00:38:49] Transfer repo '1d03be96': ('normal', 'update-branch') --> ('finished', 'finished')
[03/10/21 00:38:49] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'uploading' to 'initializing'.
[03/10/21 00:38:49] Removing blocks for repo Taxonomy of Chinese Terrestrial Mollusca(1d03be96).
[03/10/21 00:38:49] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'initializing' to 'committing'.
[03/10/21 00:38:49] Adding remaining files for .
[03/10/21 00:38:53] Repo 'Taxonomy of Chinese Terrestrial Mollusca' sync state transition from 'committing' to 'uploading'.
[03/10/21 00:38:53] Transfer repo '1d03be96': ('normal', 'init') --> ('normal', 'check')
[03/10/21 00:38:53] Transfer repo '1d03be96': ('normal', 'check') --> ('normal', 'commit')
[03/10/21 00:38:53] Transfer repo '1d03be96': ('normal', 'commit') --> ('normal', 'fs')
[03/10/21 00:38:53] Transfer repo '1d03be96': ('normal', 'fs') --> ('normal', 'data')