Rclone sync random errors?

Hello I am using rclone to copy some files to Google Drive however its erroring out on random files.

chudz@Chudzflix:~$ sudo rclone sync “/Plex/TV Shows/” “/Shares/GoogleDrive/TV Sh ows/” -vv --bwlimit 8000
[sudo] password for chudz:
2018/03/22 22:11:54 DEBUG : rclone: Version “v1.40” starting with parameters [“r clone” “sync” “/Plex/TV Shows/” “/Shares/GoogleDrive/TV Shows/” “-vv” "–bwlimit " “8000”]
2018/03/22 22:11:54 DEBUG : Using config file from “/home/chudz/.config/rclone/r clone.conf”
2018/03/22 22:11:54 INFO : Starting bandwidth limiter at 7.812MBytes/s
2018/03/22 22:11:54 INFO : Local file system at /Shares/GoogleDrive/TV Shows: M odify window is 1ns
2018/03/22 22:11:57 ERROR : It’s Always Sunny in Philadelphia/Season 1/It’s Alwa ys Sunny in Philadelphia - S01E03 - Underage Drinking- A National Concern.avi: F ailed to copy: open /Shares/GoogleDrive/TV Shows/It’s Always Sunny in Philadelph ia/Season 1/It’s Always Sunny in Philadelphia - S01E03 - Underage Drinking- A Na tional Concern.avi: no such file or directory
2018/03/22 22:11:57 ERROR : It’s Always Sunny in Philadelphia/Season 1/It’s Alwa ys Sunny in Philadelphia - S01E04 - Charlie Has Cancer.avi: Failed to copy: open /Shares/GoogleDrive/TV Shows/It’s Always Sunny in Philadelphia/Season 1/It’s Al ways Sunny in Philadelphia - S01E04 - Charlie Has Cancer.avi: no such file or di rectory
2018/03/22 22:11:58 ERROR : It’s Always Sunny in Philadelphia/Season 1/It’s Alwa ys Sunny in Philadelphia - S01E01 - The Gang Gets Racist.avi: Failed to copy: op en /Shares/GoogleDrive/TV Shows/It’s Always Sunny in Philadelphia/Season 1/It’s Always Sunny in Philadelphia - S01E01 - The Gang Gets Racist.avi: no such file o r directory
2018/03/22 22:12:54 INFO :
Transferred: 436.484 MBytes (7.269 MBytes/s)
Errors: 3
Checks: 0
Transferred: 0
Elapsed time: 1m0s
Transferring:

  • …- S01E02 - Charlie Wants an Abortion.avi: 53% /175.002M, 1.943M/s, 42s
  • …- S01E06 - The Gang Finds a Dead Guy.avi: 55% /175.002M, 1.945M/s, 40s
  • …in Philadelphia - S01E05 - Gun Fever.avi: 71% /175.012M, 1.970M/s, 24s
  • …phia - S01E07 - Charlie Got Molested.avi: 69% /175.006M, 2.020M/s, 26s

its working directly to the remote now. before i was doing it to an rclone mount

Going directly to the remote is the best way IMHO.

It should work via the mount too, but I’d recommend v1.40 for lots of mount fixes!