-
Notifications
You must be signed in to change notification settings - Fork 96
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
Copy fails for m4v files but works if I rename them to mp4 or similar. #148
Comments
I was able to capture a debug log. What was interesting is that it succeeded once with DEBUG enabled but then failed again on a 2nd try. Whats also interesting is that when DEBUG is enabled, the error is intermittant. meaning that after it fails, if I try again it works. Then I delete that file again and re-upload it fails. Then I try yet again and it works. This is only with DEBUG enabled. I've never had it complete successfully with DEBUG turned OFF (0). 2015-10-30 09:28:54,523 [gdrivefs.gdfs.fsutility DEBUG] -------------------------------------------------- |
Could you try pull request 147: #147 And see if that helps (no need then to enable debug). Or you can change the following files: gdrivefs/resources/scripts/gdfs And change in both files: nothreads=gdrivefs.config.IS_DEBUG, To: nothreads=1, |
Unfortunately, didn't help.... I still get failures with threads changed per the pull. |
im experiencing the same issue but with mkv files. mp4 files transfer fine. |
Hi. I am trying to copy a few files that are around 200MB to a gdrive fuse volume but it fails if the file is named 'xxxxxx.m4v'. If I rename the same file to something else (like mp4) it works correctly.
The text was updated successfully, but these errors were encountered: