RClone not reading files

What is the problem you are having with rclone?

Not sure if this is the place to ask this question, so sorry if i waste anyones time. I have my team drive mounted on my windows PC with Rclone + WinFsp and i use PLEX to watch my files. However, recently ive been getting errors with newer files i have uploaded. usually i get "Error code: 4294967283" on plex or "transcoding stopped due to an error". when i go to my mounted drive and look at the files i CANT play, they have no "details" however, every file i am able to play does have "details" under the properties window. Is there something causing this to happen?
The files i am able to play on plex i am also able to directly play on VLC when i double click in them on my mounted drive. But the files i am not able to play on PLEX also give me an error code when i click on them and try to play them through VLC on my mounted drive.

which leads me to believe that it is not a PLEX or a team drive issue, but an RCLONE issue since these files are not being properly read.

What is your rclone version (output from rclone version)

rclone v1.50.2

  • os/arch: windows/386
  • go version: go1.13.4

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

Windows 10 64 bit

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

Google Team Drive

You'd have to include the items you deleted out of the template if you need some help.

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

I am not running any command. Files simply arent being read.

The rclone config contents with secrets removed.

[gdrive]
type = drive
client_id = xxx
client_secret = xxx
scope = drive
token={"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX","expiry":"2020-11-02T07:01:23.9707693-08:00"}
team_drive = 0AMXXX

A log from the command with the -vv flag

Paste  log here

A mount command? A copy command? A sync command? Rclone doesn't automatically read files without issuing some type of command.

Im sorry, im a total noob when it comes to this stuff. I set up My team drive with RClone using an old reddit post about 1.5 years ago.
so from the looks of it, im getting a rate limit exceeded. Although i dont download my files, and i dont have PLEX set to auto scan. Would having my drive mounted cause this to happen? like i said ive never had this problem before, and ive copied plenty of stuff from this team drive to my backup without ever having this problem.

c:\rclone\rclone copy gdrive:/XX/"XX" gdrive2:/XX -P -vv --drive-server-side-across-configs
2020/11/03 17:10:00 DEBUG : rclone: Version "v1.50.2" starting with parameters ["c:\rclone\rclone.exe" "copy" "gdrive:/XX/"XX"gdrive2:/XX "-P" "-vv" "--drive-server-side-across-configs"]
2020/11/03 17:10:00 DEBUG : Using config file from "C:\Users\shado\.config\rclone\rclone.conf"
2020-11-03 17:10:02 DEBUG : XX: Need to transfer - File not found at Destination
2020-11-03 17:10:02 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020-11-03 17:10:02 DEBUG : pacer: Rate limited, increasing sleep to 1.539381748s
2020-11-03 17:10:03 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020-11-03 17:10:03 DEBUG : pacer: Rate limited, increasing sleep to 2.964000862s
2020-11-03 17:10:04 DEBUG : pacer: low level retry 3/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020-11-03 17:10:04 DEBUG : pacer: Rate limited, increasing sleep to 4.110855405s
2020-11-03 17:10:07 DEBUG : pacer: low level retry 4/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020-11-03 17:10:07 DEBUG : pacer: Rate limited, increasing sleep to 8.305828377s
2020-11-03 17:10:11 DEBUG : pacer: low level retry 5/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020-11-03 17:10:11 DEBUG : pacer: Rate limited, increasing sleep to 16.037733508s
2020-11-03 17:10:20 DEBUG : pacer: low level retry 6/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020-11-03 17:10:20 DEBUG : pacer: Rate limited, increasing sleep to 16.262765082s
2020-11-03 17:10:36 DEBUG : pacer: low level retry 7/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020-11-03 17:10:36 DEBUG : pacer: Rate limited, increasing sleep to 16.253033858s
2020-11-03 17:10:52 DEBUG : pacer: low level retry 8/10 (error googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded)
2020-11-03 17:10:52 DEBUG : pacer: Rate limited, increasing sleep to 16.102289939s

that is an old version of rclone....

could that be the problem? like i said, it was never giving me this issue before. and nothing has really changed.

That means you ran out of download or upload for the day.

so ive figured something out. If i log into email "A" and upload something, i can scan it and watch it through plex, but if i log into email "B" and upload something, plex will scan it and add it to the library, but i will get an error while trying to play it. Which is weird since Rclone has account access on both accounts.

so far ive tried a couple of files uploading with email A all work, and those same files uploaded with email B dont work. And like i said, there are files which used to work months ago which arent working now and taking a look at those files, they were uploaded with email B. Any idea whats going on? cause i know i didnt change any settings. although i did change my email password a while back. not sure if that somehow affected rclone.

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