Hello Guys, I changed my rclone mount config now to this one here:
[Service]
User=sbuser
Group=sbuser
Type=notify
ExecStartPre=/bin/sleep 10
ExecStart=/usr/bin/rclone mount \
--user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' \
--config=/home/sbuser/.config/rclone/rclone.conf \
--allow-other \
--allow-non-empty \
--rc \
--rc-no-auth \
--rc-addr=localhost:5572 \
--vfs-read-chunk-size=64M \
--vfs-read-chunk-size-limit=2048M \
--buffer-size=64M \
--poll-interval=15s \
--dir-cache-time=1000h \
--timeout=10m \
--dropbox-chunk-size=64M \
--tpslimit=12 \
--tpslimit-burst=12 \
--disable-http2 \
--bind=SERVER_IP \
--umask=002 \
--log-file=/opt/rclone/rclone_vfs.log \
-v \
DB: /mnt/remote
ExecStartPost=/usr/bin/rclone rc vfs/refresh recursive=true --rc-addr localhost:5572 _async=true
ExecStop=/bin/fusermount -uz /mnt/remote
Restart=on-abort
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
I still get those error message quite frequently:
2022/08/14 12:04:46 INFO : Dropbox root '': Change notify listener failure: upstream request timeout
2022/08/14 12:17:07 INFO : Dropbox root '': Change notify listener failure: upstream request timeout
2022/08/14 12:25:28 INFO : Dropbox root '': Change notify listener failure: upstream request timeout
2022/08/14 12:29:34 INFO : Dropbox root '': Change notify listener failure: upstream request timeout
2022/08/14 12:40:05 INFO : Dropbox root '': Change notify listener failure: upstream request timeout
I checked the network etc , i do not have any proxy running here .
the DB: remote is a union of 2 crypted Dropbox remotes .
Rclone mount is running directly on the server as service at startup.
I even disabled the cloudflare proxy (which wasnt used for rclone connections anyway) .
Nothing helps.
Also I think that this is somehow impacting performance.
When I open Video Files in Plex it takes 5-10 Seconds versus 2-3 Seconds on Google. When I Fast forward or rewind it takes 3-6 Seconds to continue Playback versus 1-2 in google.
Any suggestions?
Also I encountered something when uploading to Dropbox:
I upload multiple Files at once and sometimes my rclone throws some errors after startup like these:
2022-08-14 13:34:00,282 - INFO - process - execute - 2022/08/14 13:34:00 INFO : Starting transaction limiter: max 12 transactions/s with burst 12
2022-08-14 13:34:07,872 - INFO - process - execute - 2022/08/14 13:34:07 ERROR : TV/TV4K/The Wheel of Time/Season 1/The Wheel of Time (2021) - S01E05 - Blood Calls Blood [WEBDL-2160p][HDR10Plus][EAC3 5.1][DE+EN][h265]-w4k.mkv: Failed to copy: 1 error: db-tv-crypt: path/conflict/folder/.
2022-08-14 13:34:07,872 - INFO - process - execute - 2022/08/14 13:34:07 ERROR : TV/TV4K/The Wheel of Time/Season 1/The Wheel of Time (2021) - S01E05 - Blood Calls Blood [WEBDL-2160p][HDR10Plus][EAC3 5.1][DE+EN][h265]-w4k.mkv: Not deleting source as copy failed: 1 error: db-tv-crypt: path/conflict/folder/.
It happens only when rclone tries to upload multiple Files to a new Folder, like a new series just added.
For example if rclone is trying to upload 5 Episodes at the same time (so basically this will happen only at start of uploading, because only then it starts uploads at exact same time) one of them will work and the others will throw the error above.
When i execute upload command again, even those files are uploaded.