-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intermittent duplicates in drive_ls() #272
Comments
I also got this problem, it was very puzzling... |
Can anyone describe the situation in a bit more detail? It's very hard for me to figure out the source of the duplication (is it us or google?) without knowing this. |
how can we test it? happy to help but I am not sure what's the cause either, sorry. I can confirm that after installing the PR from @andrie the issue was fixed though. |
I’m wondering if it affects, E.g., a file with more than 1 parent directory. Or a file that shares the same name with a distinct file in the same folder. That sort of thing. Both are possible on Drive. |
I moved some of my files on Google Drive, and now I can no longer replicate the issue. |
I still have yet to experience this phenomenon or get enough data to truly study it. But I have formed an untestable hypothesis about the root cause and installed a fix 🤞 Needless to say, please open a new issue if you update to this dev version and still see the phenomenon. |
I did something that worked for me. |
I'm skeptical this is related to auth. It's intermittent for everyone, which makes it easy to falsely attribute success to something that's a coincidence. |
I get intermittent errors when using
drive_ls()
on one of my folders.For some strange reason, this fails most of the time, but sporadically succeeds, in the same folder!
PR to follow.
The text was updated successfully, but these errors were encountered: