Multiple chunk not found errors

Keep getting these errors. Should I just ignore them or something can be done to fix these ?

This is my config file :
[gdrive]
type = drive
scope = drive
token = xxx
client_id = xxx
client_secret = xxx
chunk_size = 8M

[gcache]
type = cache
remote = gdrive:/Plex
plex_url = http://localhost:32400
plex_username = xxx
plex_password = xxx
chunk_size = 8M
info_age = 1d

[gcrypt]
type = crypt
remote = gcache:
filename_encryption = off
directory_name_encryption = false
password = xxx

You can kill -HUP the process to refresh the cache.

How do I do that if you dont mind me asking?

ps -ef | grep rclone and find the process ID.

So in my output,

kill -HUP 1755

You should see a message in the logs as well.

Reply to old post but per screenshots, that's a Windows host. No ps/grep/kill