ReadFileHandle.Read error: low level retry 1/10: EOF

What is the problem you are having with rclone?

Now that I've mounted my cache correctly thanks to help to a valued member of the rclone community,

I'm having to face further issues. I'm seeing lots and lots of "unexpected conditions during reading. current position:" and "ReadFileHandle.Read error: EOF" errors.

What is your rclone version (output from rclone version)

rclone v1.51.0

  • os/arch: linux/amd64
  • go version: go1.13.7

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 18.04 LTS

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

[Unit]
Description=RClone Service
Wants=network-online.target
After=network-online.target

[Service]
Type=notify
Environment=RCLONE_CONFIG=/root/.config/rclone/rclone.conf
KillMode=none
RestartSec=5
ExecStart=/usr/bin/rclone mount cache: /mnt/gdrive \
--allow-other \
--buffer-size 0M \
--dir-cache-time 8500h \
--log-level INFO \
--log-file /opt/rclone/logs/rclone.log \
--umask 002 \
--rc
ExecStop=/bin/fusermount -u /mnt/gdrive
Restart=on-failure
User=root
Group=root

[Install]
WantedBy=multi-user.target

----------------------
rclone.conf

root@indulge:~/.config/rclone# cat rclone.conf
[gdrive]
type = drive
client_id = xxxxxxx.apps.googleusercontent.com
client_secret = xxx
scope = drive
root_folder_id = xxx
token = xxxx

[cache]
type = cache
remote = gdrive:
chunk_size = 10M
info_age = 8760h
chunk_total_size = 10G
chunk_path = /opt/rclone
chunk_clean_interval = 4d
workers = 4
tmp_upload_path = /opt/rclone/tmp-upload
tmp_wait_time = 5m0s

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895636992, current chunk position: 1887436800, current chunk size: 4194304, offset: 8200192, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895768064, current chunk position: 1887436800, current chunk size: 4194304, offset: 8331264, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895768064, current chunk position: 1887436800, current chunk size: 4194304, offset: 8331264, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 2/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895768064, current chunk position: 1887436800, current chunk size: 4194304, offset: 8331264, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 3/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895768064, current chunk position: 1887436800, current chunk size: 4194304, offset: 8331264, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 4/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895768064, current chunk position: 1887436800, current chunk size: 4194304, offset: 8331264, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 5/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895768064, current chunk position: 1887436800, current chunk size: 4194304, offset: 8331264, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 6/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895768064, current chunk position: 1887436800, current chunk size: 4194304, offset: 8331264, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 7/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895768064, current chunk position: 1887436800, current chunk size: 4194304, offset: 8331264, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 8/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895768064, current chunk position: 1887436800, current chunk size: 4194304, offset: 8331264, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 9/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895768064, current chunk position: 1887436800, current chunk size: 4194304, offset: 8331264, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 10/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895768064, current chunk position: 1887436800, current chunk size: 4194304, offset: 8331264, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895899136, current chunk position: 1887436800, current chunk size: 4194304, offset: 8462336, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895899136, current chunk position: 1887436800, current chunk size: 4194304, offset: 8462336, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 2/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895899136, current chunk position: 1887436800, current chunk size: 4194304, offset: 8462336, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 3/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895899136, current chunk position: 1887436800, current chunk size: 4194304, offset: 8462336, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 4/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895899136, current chunk position: 1887436800, current chunk size: 4194304, offset: 8462336, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 5/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895899136, current chunk position: 1887436800, current chunk size: 4194304, offset: 8462336, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 6/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895899136, current chunk position: 1887436800, current chunk size: 4194304, offset: 8462336, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 7/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895899136, current chunk position: 1887436800, current chunk size: 4194304, offset: 8462336, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 8/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895899136, current chunk position: 1887436800, current chunk size: 4194304, offset: 8462336, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 9/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895899136, current chunk position: 1887436800, current chunk size: 4194304, offset: 8462336, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 10/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1895899136, current chunk position: 1887436800, current chunk size: 4194304, offset: 8462336, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896030208, current chunk position: 1887436800, current chunk size: 4194304, offset: 8593408, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896030208, current chunk position: 1887436800, current chunk size: 4194304, offset: 8593408, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 2/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896030208, current chunk position: 1887436800, current chunk size: 4194304, offset: 8593408, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 3/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896030208, current chunk position: 1887436800, current chunk size: 4194304, offset: 8593408, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 4/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896030208, current chunk position: 1887436800, current chunk size: 4194304, offset: 8593408, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 5/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896030208, current chunk position: 1887436800, current chunk size: 4194304, offset: 8593408, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 6/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896030208, current chunk position: 1887436800, current chunk size: 4194304, offset: 8593408, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 7/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896030208, current chunk position: 1887436800, current chunk size: 4194304, offset: 8593408, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 8/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896030208, current chunk position: 1887436800, current chunk size: 4194304, offset: 8593408, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 9/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896030208, current chunk position: 1887436800, current chunk size: 4194304, offset: 8593408, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 10/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896030208, current chunk position: 1887436800, current chunk size: 4194304, offset: 8593408, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896161280, current chunk position: 1887436800, current chunk size: 4194304, offset: 8724480, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896161280, current chunk position: 1887436800, current chunk size: 4194304, offset: 8724480, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 2/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896161280, current chunk position: 1887436800, current chunk size: 4194304, offset: 8724480, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 3/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896161280, current chunk position: 1887436800, current chunk size: 4194304, offset: 8724480, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 4/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896161280, current chunk position: 1887436800, current chunk size: 4194304, offset: 8724480, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 5/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896161280, current chunk position: 1887436800, current chunk size: 4194304, offset: 8724480, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 6/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896161280, current chunk position: 1887436800, current chunk size: 4194304, offset: 8724480, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 7/10: EOF
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896161280, current chunk position: 1887436800, current chunk size: 4194304, offset: 8724480, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:29 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 8/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896161280, current chunk position: 1887436800, current chunk size: 4194304, offset: 8724480, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 9/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896161280, current chunk position: 1887436800, current chunk size: 4194304, offset: 8724480, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 10/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896161280, current chunk position: 1887436800, current chunk size: 4194304, offset: 8724480, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896292352, current chunk position: 1887436800, current chunk size: 4194304, offset: 8855552, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896292352, current chunk position: 1887436800, current chunk size: 4194304, offset: 8855552, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 2/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896292352, current chunk position: 1887436800, current chunk size: 4194304, offset: 8855552, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 3/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896292352, current chunk position: 1887436800, current chunk size: 4194304, offset: 8855552, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 4/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896292352, current chunk position: 1887436800, current chunk size: 4194304, offset: 8855552, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 5/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896292352, current chunk position: 1887436800, current chunk size: 4194304, offset: 8855552, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 6/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896292352, current chunk position: 1887436800, current chunk size: 4194304, offset: 8855552, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 7/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896292352, current chunk position: 1887436800, current chunk size: 4194304, offset: 8855552, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 8/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896292352, current chunk position: 1887436800, current chunk size: 4194304, offset: 8855552, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 9/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896292352, current chunk position: 1887436800, current chunk size: 4194304, offset: 8855552, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 10/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896292352, current chunk position: 1887436800, current chunk size: 4194304, offset: 8855552, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896423424, current chunk position: 1887436800, current chunk size: 4194304, offset: 8986624, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896423424, current chunk position: 1887436800, current chunk size: 4194304, offset: 8986624, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 2/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896423424, current chunk position: 1887436800, current chunk size: 4194304, offset: 8986624, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 3/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896423424, current chunk position: 1887436800, current chunk size: 4194304, offset: 8986624, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 4/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896423424, current chunk position: 1887436800, current chunk size: 4194304, offset: 8986624, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 5/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896423424, current chunk position: 1887436800, current chunk size: 4194304, offset: 8986624, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 6/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896423424, current chunk position: 1887436800, current chunk size: 4194304, offset: 8986624, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 7/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896423424, current chunk position: 1887436800, current chunk size: 4194304, offset: 8986624, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 8/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896423424, current chunk position: 1887436800, current chunk size: 4194304, offset: 8986624, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 9/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896423424, current chunk position: 1887436800, current chunk size: 4194304, offset: 8986624, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 10/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896423424, current chunk position: 1887436800, current chunk size: 4194304, offset: 8986624, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896554496, current chunk position: 1887436800, current chunk size: 4194304, offset: 9117696, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896554496, current chunk position: 1887436800, current chunk size: 4194304, offset: 9117696, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 2/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896554496, current chunk position: 1887436800, current chunk size: 4194304, offset: 9117696, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 3/10: EOF
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: unexpected conditions during reading. current position: 1896554496, current chunk position: 1887436800, current chunk size: 4194304, offset: 9117696, chunk size: 10M, file size: 2188033118
2020/05/12 23:51:30 ERROR : SOME_RANDOM_MKV_FILE: ReadFileHandle.Read error: low level retry 4/10: EOF

I will post a debug log soon, I'm recreating an issue.

Also, something else to note, even though my Max Chunk is set to 10GB, my entire servers NvME has been filled completely crashing the server. I can't seem to find out why this has been happening. I only have INFO logs for when the server ran out of space from rclone.

https://pastebin.com/XdYVetTc

Check above cat /opt/rclone/logs/rclone.log | grep ERROR

This just happened now, I've setup rclone before, as I have a 54TB library with plex, have never had an issue, even though my setup has changed as i'm reducing buffer-size to a smaller amount so I can lower ram usage.

That unexpected issues error message is from the cache backend.

Did you change the chunk size? I think that could do it. If you do I think you'll need to wipe the cache and start again.

Do you mean --cache-chunk-total-size? That is the one that sets the total size of the cache.

1 Like

I delete the cache and the DB manually 'rm -r cache and rm -r cache.db' The log output. from Pastebin is after doing that. I also ran --cache-db-purge which changed nothing.

When I mounted my gdrive and not the cache I never had any problems at all, Just wanted tmp-upload-path for reliable uploads and quick scanning times.

Yes I was referring to --cache-chunk-total-size, but now I'm looking at my config all I can see is chunk_total_size = 10G not --cache-chunk-total-size.

Those errors are usually from a download that had a different chunk size.

Can you share a new log with everything deleted as that'll give me the mount command you are using and the error again. While the cache backend is not maintained currently, that should still work.

@Animosity022 I'm using a service file to run rclone, I edit it every time as I don't like running rclone in cli or at least with out screen.

I will delete all logs, and db and cache and run agian.

Will post back soon.

2006  rm /root/.cache/rclone/cache-backend/cache.db
2007  rm -r /opt/rclone/cache

Service file as follows below, with out all the wierd spaces my copy and paste did.

root@indulge:~# cat /etc/systemd/system/rclone.service

[Unit]

Description=RClone Service

Wants=network-online.target

After=network-online.target

[Service]

Type=notify

Environment=RCLONE_CONFIG=/root/.config/rclone/rclone.conf

KillMode=none

RestartSec=5

ExecStart=/usr/bin/rclone mount cache: /mnt/gdrive \

--allow-other \

--buffer-size 0M \

--cache-chunk-total-size 10G \

--dir-cache-time 8500h \

--log-level DEBUG \

--log-file /opt/rclone/logs/rclone.log \

--cache-db-purge \

--umask 002 \

--rc 

ExecStop=/bin/fusermount -u /mnt/gdrive

Restart=on-failure

User=root

Group=root

[Install]

WantedBy=multi-user.target

--------

root@indulge:~# systemctl daemon-reload
root@indulge:/opt/rclone# cd logs/
root@indulge:/opt/rclone/logs# ls
rclone.log
root@indulge:/opt/rclone/logs# rm rclone.log 
root@indulge:/opt/rclone/logs# reboot

Log output 

root@indulge:~# head -n 100 /opt/rclone/logs/rclone.log 

2020/05/13 22:04:47 DEBUG : rclone: Version "v1.51.0" starting with parameters ["/usr/bin/rclone" "mount" "cache:" "/mnt/gdrive" "--allow-other" "--buffer-size" "0M" "--cache-chunk-total-size" "10G" "--dir-cache-time" "8500h" "--log-level" "DEBUG" "--log-file" "/opt/rclone/logs/rclone.log" "--cache-db-purge" "--umask" "002" "--rc"]

2020/05/13 22:04:47 NOTICE: Serving remote control on http://127.0.0.1:5572/

2020/05/13 22:04:47 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"

2020/05/13 22:04:47 DEBUG : cache: wrapped gdrive: at root 

2020/05/13 22:04:47 DEBUG : cache: Purging the DB

2020/05/13 22:04:47 INFO : cache: Cache DB path: /root/.cache/rclone/cache-backend/cache.db

2020/05/13 22:04:47 INFO : cache: Cache chunk path: /opt/rclone/cache

2020/05/13 22:04:47 INFO : cache: Chunk Memory: true

2020/05/13 22:04:47 INFO : cache: Chunk Size: 32M

2020/05/13 22:04:47 INFO : cache: Chunk Total Size: 10G

2020/05/13 22:04:47 INFO : cache: Chunk Clean Interval: 4d

2020/05/13 22:04:47 INFO : cache: Workers: 4

2020/05/13 22:04:47 INFO : cache: File Age: 1y

2020/05/13 22:04:47 INFO : cache: Upload Temp Rest Time: 5m0s

2020/05/13 22:04:47 INFO : cache: Upload Temp FS: /opt/rclone/tmp-upload

2020/05/13 22:04:47 DEBUG : Adding path "cache/expire" to remote control registry

2020/05/13 22:04:47 DEBUG : Adding path "cache/stats" to remote control registry

2020/05/13 22:04:47 DEBUG : Adding path "cache/fetch" to remote control registry

2020/05/13 22:04:47 DEBUG : Cache remote cache:: Mounting on "/mnt/gdrive"

2020/05/13 22:04:47 DEBUG : Cache remote cache:: subscribing to ChangeNotify

2020/05/13 22:04:47 DEBUG : Adding path "vfs/forget" to remote control registry

2020/05/13 22:04:47 DEBUG : Adding path "vfs/refresh" to remote control registry

2020/05/13 22:04:47 DEBUG : Adding path "vfs/poll-interval" to remote control registry

2020/05/13 22:04:47 DEBUG : : Root: 

2020/05/13 22:04:47 DEBUG : : >Root: node=/, err=<nil>

2020/05/13 22:04:48 DEBUG : /: Attr: 

2020/05/13 22:04:48 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>

2020/05/13 22:04:49 DEBUG : /: Lookup: name="4K-Movies"

2020/05/13 22:04:49 DEBUG : Cache remote cache:: list ''

2020/05/13 22:04:49 DEBUG : : list: error: missing cached dir: 

2020/05/13 22:04:49 DEBUG : : list: read 0 from temp fs

2020/05/13 22:04:49 DEBUG : : list: temp fs entries: []

2020/05/13 22:04:50 DEBUG : : list: read 10 from source

2020/05/13 22:04:50 DEBUG : : list: source entries: [TV-1080p 1080p-Movies Movies Anime e-Books TV-720p 720p-Movies TV-4K-HRD 4K-Movies Audio]

2020/05/13 22:04:50 DEBUG : : list: cached directories: 10

2020/05/13 22:04:50 DEBUG : : list: cached dir: '', cache ts: 2020-05-13 22:04:50.400354087 +1000 AEST m=+3.336131706

2020/05/13 22:04:50 DEBUG : /: >Lookup: node=4K-Movies/, err=<nil>

2020/05/13 22:04:50 DEBUG : 4K-Movies/: Attr: 

2020/05/13 22:04:50 DEBUG : 4K-Movies/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>

2020/05/13 22:04:50 DEBUG : 4K-Movies/: Lookup: name=".grab"

2020/05/13 22:04:50 DEBUG : Cache remote cache:: list '4K-Movies'

2020/05/13 22:04:50 DEBUG : 4K-Movies: list: empty listing

2020/05/13 22:04:50 DEBUG : 4K-Movies: list: read 0 from temp fs

I will post back after doing some testing.

You can put three backtics around code blocks. These things `

So you can ensure that it pastes in properly.

like this

It just needs three of those backtics ` before and after a block of code.

Continuting log file from above.

Greped ERROR



-----------

2020/05/13 22:34:34 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: unexpected EOF
2020/05/13 22:34:34 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:34:34 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:34:34 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:34:34 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:34:34 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248973312, current chunk position: 4227858432, current chunk size: 21017967, offset: 21114880, chunk size: 32M, file size: 11623546479
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248973312, current chunk position: 4227858432, current chunk size: 21017967, offset: 21114880, chunk size: 32M, file size: 11623546479
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248973312, current chunk position: 4227858432, current chunk size: 21017967, offset: 21114880, chunk size: 32M, file size: 11623546479
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248973312, current chunk position: 4227858432, current chunk size: 21017967, offset: 21114880, chunk size: 32M, file size: 11623546479
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248973312, current chunk position: 4227858432, current chunk size: 21017967, offset: 21114880, chunk size: 32M, file size: 11623546479
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248973312, current chunk position: 4227858432, current chunk size: 21017967, offset: 21114880, chunk size: 32M, file size: 11623546479
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248973312, current chunk position: 4227858432, current chunk size: 21017967, offset: 21114880, chunk size: 32M, file size: 11623546479
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248973312, current chunk position: 4227858432, current chunk size: 21017967, offset: 21114880, chunk size: 32M, file size: 11623546479
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248973312, current chunk position: 4227858432, current chunk size: 21017967, offset: 21114880, chunk size: 32M, file size: 11623546479
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: EOF
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248973312, current chunk position: 4227858432, current chunk size: 21017967, offset: 21114880, chunk size: 32M, file size: 11623546479
2020/05/13 22:34:35 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248973312, current chunk position: 4227858432, current chunk size: 21017967, offset: 21114880, chunk size: 32M, file size: 11623546479
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:34:36 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:34:37 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:34:37 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:34:37 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:34:38 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:34:39 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:34:39 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:34:39 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:34:39 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:34:39 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:34:39 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:34:39 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:34:40 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: unexpected EOF
2020/05/13 22:34:40 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:34:40 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:34:40 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:34:40 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:34:40 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:34:40 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:34:40 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:34:40 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:34:40 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:34:41 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:34:41 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/13 22:34:41 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:34:41 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:34:41 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:34:41 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:34:41 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:34:41 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:34:41 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:34:41 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:34:41 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:34:41 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:34:44 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: unexpected EOF
2020/05/13 22:34:44 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:34:44 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:34:44 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:34:44 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:34:44 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:34:45 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:34:52 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:34:53 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:35:46 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: unexpected EOF
2020/05/13 22:35:46 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:35:46 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:35:46 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:35:46 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:35:46 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:35:46 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:35:46 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:35:46 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:35:46 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:35:46 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:35:46 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248944640, current chunk position: 4227858432, current chunk size: 21017967, offset: 21086208, chunk size: 32M, file size: 11623546479
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248944640, current chunk position: 4227858432, current chunk size: 21017967, offset: 21086208, chunk size: 32M, file size: 11623546479
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248944640, current chunk position: 4227858432, current chunk size: 21017967, offset: 21086208, chunk size: 32M, file size: 11623546479
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248944640, current chunk position: 4227858432, current chunk size: 21017967, offset: 21086208, chunk size: 32M, file size: 11623546479
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248944640, current chunk position: 4227858432, current chunk size: 21017967, offset: 21086208, chunk size: 32M, file size: 11623546479
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248944640, current chunk position: 4227858432, current chunk size: 21017967, offset: 21086208, chunk size: 32M, file size: 11623546479
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248944640, current chunk position: 4227858432, current chunk size: 21017967, offset: 21086208, chunk size: 32M, file size: 11623546479
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248944640, current chunk position: 4227858432, current chunk size: 21017967, offset: 21086208, chunk size: 32M, file size: 11623546479
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248944640, current chunk position: 4227858432, current chunk size: 21017967, offset: 21086208, chunk size: 32M, file size: 11623546479
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248944640, current chunk position: 4227858432, current chunk size: 21017967, offset: 21086208, chunk size: 32M, file size: 11623546479
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: unexpected conditions during reading. current position: 4248944640, current chunk position: 4227858432, current chunk size: 21017967, offset: 21086208, chunk size: 32M, file size: 11623546479
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: unexpected EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:35:47 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 10/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 1/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 2/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 3/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 4/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 5/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 6/10: unexpected EOF
2020/05/13 22:35:48 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 7/10: unexpected EOF
2020/05/13 22:35:49 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 8/10: unexpected EOF
2020/05/13 22:35:49 ERROR : 1080p-Movies/SomeRandomfile.mkv: ReadFileHandle.Read error: low level retry 9/10: unexpected EOF

It's still happening, I have no idea why, my config and service file are listed above.

Can you attach the log file to pastebin or something and share it? grep'ing ERROR out somewhat defeats the purpose having a debug log.

Fair enough, the log is it too big to add to Pastebin, they have a limit of 500kb.

I have an apache server, the log is attached below with a URL-shortener as I don't think it's ethical to have the link in pain text over this forum.

https://bit.ly/2yXPFA2

Are you seeing anything in:

2020/05/13 22:04:47 INFO : cache: Cache chunk path: /opt/rclone/cache

The cache chunk area? It does look like it's trying to get chunks, but I am wondering if you are seeing files there at all.

Are you using a crypt at all in the mix?

I am seeing files in /opt/rclone/cache.

I do not use crypt at all, have been meaning to, but to move over 54TB, just seems too much of a task.

Hmm, I don't think see anything obvious.

Those errors are usually changes in the chunk size. You mentioned you deleted that location already and started fresh so you should not have chunks conflicting.

I don't see anything else in the logs as all the other things I've looked at make sense. I've tested locally and I can read things fine with similar settings.

I'll dig a bit more and see what I can find.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.