Error refreshing object

Hi,

can someone please help out with the below error. and for some reason i’m not able to delete some of the movie in case i have some better quality from the old one.

Dec 12 10:58:00 Ubuntu-1604-xenial-64-minimal rclone[1150]: 6ds2ebpb09oq8tof34eka6j06c/d0dnd8j7ag0u3tj8gvsp89d4f0/8r6qht2500fsrbm74aspk4l1io0sk34511ms31hri1v57ttnnsl0: error refreshing object in : in cache fs Google drive root 'me
Dec 12 10:58:00 Ubuntu-1604-xenial-64-minimal rclone[1150]: 6ds2ebpb09oq8tof34eka6j06c/d0dnd8j7ag0u3tj8gvsp89d4f0/8r6qht2500fsrbm74aspk4l1io0sk34511ms31hri1v57ttnnsl0: error refreshing object in : in cache fs Google drive root 'me
Dec 12 10:58:00 Ubuntu-1604-xenial-64-minimal rclone[1150]: 6ds2ebpb09oq8tof34eka6j06c/7bgv8ut72sn4bdhf0uc25ft26r0dl34njef46923ei7uv51vdnvg/9uugu62bhn8o65r7n33159p3toofbt1t56a1c1nnr0edl6kqfu10: error refreshing object in : in cach
Dec 12 10:58:01 Ubuntu-1604-xenial-64-minimal rclone[1150]: 6ds2ebpb09oq8tof34eka6j06c/7bgv8ut72sn4bdhf0uc25ft26r0dl34njef46923ei7uv51vdnvg/9uugu62bhn8o65r7n33159p3toofbt1t56a1c1nnr0edl6kqfu10: error refreshing object in : in cach
Dec 12 10:58:01 Ubuntu-1604-xenial-64-minimal rclone[1150]: 6ds2ebpb09oq8tof34eka6j06c/7bgv8ut72sn4bdhf0uc25ft26r0dl34njef46923ei7uv51vdnvg/9uugu62bhn8o65r7n33159p3toofbt1t56a1c1nnr0edl6kqfu10: error refreshing object in : in cach
Dec 12 10:58:01 Ubuntu-1604-xenial-64-minimal rclone[1150]: 6ds2ebpb09oq8tof34eka6j06c/7bgv8ut72sn4bdhf0uc25ft26r0dl34njef46923ei7uv51vdnvg/9uugu62bhn8o65r7n33159p3toofbt1t56a1c1nnr0edl6kqfu10: error refreshing object in : in cach
Dec 12 10:58:01 Ubuntu-1604-xenial-64-minimal rclone[1150]: 6ds2ebpb09oq8tof34eka6j06c/7bgv8ut72sn4bdhf0uc25ft26r0dl34njef46923ei7uv51vdnvg/9uugu62bhn8o65r7n33159p3toofbt1t56a1c1nnr0edl6kqfu10: error refreshing object in : in cach
Dec 12 10:58:05 Ubuntu-1604-xenial-64-minimal rclone[1150]: cache-cleanup: chunks 6, est. size: 50.178M
Dec 12 10:59:05 Ubuntu-1604-xenial-64-minimal rclone[1150]: cache-cleanup: chunks 5, est. size: 38.981M
Dec 12 10:59:19 Ubuntu-1604-xenial-64-minimal rclone[1150]: Movies/Mission Impossible - Fallout (2018)/Mission.Impossible.-.Fallout.2018.mkv: File.Remove file error: 6ds2ebpb09oq8tof34eka6j06c/kqr0lim63ibnqvm9vgfheo9hlp32v4qaue4ac

Hmm, is it just that object?

I wonder whether you need to flush the cache?

Sorry how i can do that could you please help me out

What you do is start the cache once with this flag - this will empty the cache

https://rclone.org/cache/#cache-db-purge

Sorry again. So shall I mentioned in my rclone service ?
Like this

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

[Service]
Type=simple
ExecStart=/usr/bin/rclone mount gmedia: /gmedia \

*–cache-db-purge *
–allow-other
–dir-cache-time=160h
–cache-chunk-size=10M
–cache-info-age=168h
–cache-workers=5
–cache-tmp-upload-path /data/rclone_upload
–cache-tmp-wait-time 60m
–buffer-size 0M
–syslog
–umask 002
–rc
–log-level INFO
ExecStop=/usr/bin/sudo /usr/bin/fusermount -uz /gmedia
Restart=on-abort
User=root

[Install]
WantedBy=default.target

No, stop the service and just run

rclone lsf --cache-db-purge gmedia:

Then start the service again and you should be good to go!

Sorry ncw I really don’t know how to stop the service can you please till me the command line for stopping and starting the service. Sorry again. Or this is the command line to stop the service fusermount -uz /gmedia or i need to use ( systemctl stop rclone.service ) to stop the service and then ( systemctl enable rclone.service ) to start the service.

and then

systemctl start rclone.service

should stop and start the service

Thanks ncw for helping out. I have done what you have advised me. Could you check the attached screenshot if everything going ok.

I don’t know why I still have some files in the data/rclone_upload \ folder from long time

It seems to be running OK!