-
Notifications
You must be signed in to change notification settings - Fork 56
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
Files over 4GB are not correctly synced #38
Comments
This is because the download sometimes fails. The idea is to retry. Alain is working on adding exponential backoff algorithm for retries. Should be fixed soon. |
The download failed after exactly 1000MB+10B? That seems to be too exact of a number to be a concidence. |
Hello, a fix was added to GoSync to handle large file download. Can you update GoSync with the current version and share your comments ? Regards |
Not worth its own report, but: "Debuging"→"Debugging" |
Hello, does it work ? :-) If not, do you have log ? Thanks |
Ouch! |
I was testing it and doing other stuff at the same time, so I didn't notice that I had to click "resume sync". Now I did and it instantly ends again:
10/10 error message right there. |
Hello, issue is in the upload section. That definitely need some fixing. Did you test large file download ? From GoogleDrive to Local ? Thanks for you comments. |
I just starting syncing. Since large files didn't work before, that would
have been the only thing to sync for it. But it didn't even start syncing
properly.
…On Tue, 26 May 2020 at 20:50, arentoine ***@***.***> wrote:
Hello,
issue is in the upload section. That definitely need some fixing.
Did you test large file download ? From GoogleDrive to Local ?
Thanks for you comments.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACP66YXVSBD5E6AFDWTDIY3RTQFOFANCNFSM4NGLNEEQ>
.
|
Do you know if you have a "half downloaded file" sitting in your local drive ? |
I do, the big ones.
…On Tue, 26 May 2020 at 20:57, arentoine ***@***.***> wrote:
Do you know if you have a "half downloaded file" sitting in your local
drive ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACP66YWGCIUKYH7YM42BQUTRTQGHVANCNFSM4NGLNEEQ>
.
|
Can you move the incomplete files in a safe place out of the sync directory. Then if you could update your tree with the most uptodate version. Then tell us if this will help you ? Regards |
It seems to have actually uploaded the small, broken version of one of the big files again, duplicating it on Drive. It did not do that for any other one. I did what you said, moved the broken files somewhere else and tried syncing again. This is what happened last:
Now it's stuck at "Network is down" and nothing happens anymore. |
I will prepare a special python module to gather more information about the issue. I'll get back to you in a couple of days ... Greetings |
Just a quick reminder that I only test this because it's fun and helps you, I don't really need the program. If nobody else has my issues, you don't have to spend all that time. |
Hi Fabian,
Your testing is quite important to this project. It has uncovered lot of
problems and made the project quite robust as compared to previous
versions. Please keep testing if you can.
Regards
Himanshu
…On Thu, 28 May 2020 at 1:43 PM, Fabian Röling ***@***.***> wrote:
Just a quick reminder that I only test this because it's fun and helps
you, I don't really need the program. If nobody else has my issues, you
don't have to spend all that time.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABXIY53IDXSB3HKYKQ4IKLRTYMJBANCNFSM4NGLNEEQ>
.
|
Exactly ! Keep having fun testing as much as we do resolving bugs. And may be, someone will benefit from that ! Thanks again! |
I found the problem, a silly one. Will commit tomorrow.
…On Wed, 27 May 2020 at 12:20 AM, arentoine ***@***.***> wrote:
Hello,
issue is in the upload section. That definitely need some fixing.
Did you test large file download ? From GoogleDrive to Local ?
Thanks for you comments.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABXIY4AIZBTE4ZNZT7SNN3RTQFOFANCNFSM4NGLNEEQ>
.
|
I have committed the changes and local sync is working fine. |
I just tried the "exit" menu option for the first time and after confirming, both the confirmation dialogue and the program froze and needed to be forcibly shut down. |
I have a folder with two copies of a 4.4GB (4669979776B) file. One of those copies got downloaded by GoSync as a 1000MB (1048576010B=1024²×1000B+10B) file, one as a 2.5GB (2726297626B=???) file. The copy in the cloud was not damaged.
The text was updated successfully, but these errors were encountered: