-
-
Notifications
You must be signed in to change notification settings - Fork 871
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
Bug: Uploading files using fragments stuck at 0% #2747
Comments
@pagratios
Failing these first 2 steps:
|
@pagratios
So this certainly points to your old curl version being a culprit here, together with HTTP/2. In addition to this, the client did not have the 416 error listed in the response code, which has been rectified with 53aa334 If you rebuild your client from #2728 this issue potentially will be resolved. Steps for resolution:
|
Update curl to greater than version 8.8.0 and building from specific branch solved the issue |
Thanks for the update - glad this is now resolved for you |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Describe the bug
I have a folder with a lot of files some of them are .mp4 files and some of those .mp4 files are bigger than 100MB
when I start a synchronize the first .mp4 will be uploaded to onedrive, the second one will be stuck at 0% and an CurlException occurs.
If I terminate the onedrive and run it again the new second file will be uploaded and the third will stuck. I have minimized threads to 1, increase timeouts to 180sec
Operating System Details
Linux nas 6.8.8-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.8-1 (2024-06-10T11:42Z) x86_64 GNU/Linux
Client Installation Method
From Source
OneDrive Account Type
Personal
What is your OneDrive Application Version
onedrive v2.5.0-rc2-24-gfb77411
What is your OneDrive Application Configuration
What is your 'curl' version
Where is your 'sync_dir' located
Local
What are all your system 'mount points'
What are all your local file system partition types
How do you use 'onedrive'
I have an onedrive personal account to sync data between my VM and Onedrive
Steps to reproduce the behaviour
I do not have any specific steps, just run sync and stuck
Complete Verbose Log Output
Screenshots
No response
Other Log Information or Details
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: