-
-
Notifications
You must be signed in to change notification settings - Fork 864
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
Synchronization Stops due to 'OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104' #792
Comments
@QihanLiu |
@QihanLiu |
@QihanLiu As no error is being generated or throw & there is no evidence in the debug log that there is an issue, a further HTTPS debug log needs to be generated to see what is occurring at the transport level. Please generate a HTTPS debug log as per https://github.com/abraunegg/onedrive/wiki/Generate-https-debug-log-for-support that captures the sync 'stopping' as per your experience. |
Sent. |
I also found out that I've synced 31 times to download all the files. Hope that helps. |
@QihanLiu The reason for the failure is the following:
These SYSCALL errors are almost invariably due to server or network issues. Refer: curl/curl#4409 (comment) This is not a bug with this client. Most likely:
Your Curl version is also |
I am not sure that is the reason, but after I installed curl (version 7.68) it stop working. Also, in apt-get, curl version is still 7.58.0-2ubuntu3.8, not 7.68. |
@QihanLiu Your issue is related to the reasons provided above. If the upgraded Curl version does not work for you, please open an issue tracker with Curl. |
@QihanLiu Please review best course of actions for yourself, and how to debug your SSL/TLS problem. Closing issue, not a bug with this client. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bug Report Details
Describe the bug
I am syncing all the files to my new computer. Synchronization stops when only a few files are downloaded. I have to use the same command to force sync multiple times (20 times maybe).
There is no bug appears. It acts simply like sync finished.
Usually, it stops after getting stuck in downloading a file. At least it acts like stuck, but it can download the file after rerun the same command.
Application and Operating System Details:
Ubuntu, 18.04.4 LTS.
Exchange OneDrive Account.
DMD64 D Compiler v2.090.0
curl 7.58.0(x86_64-pc-linux-gnu)
Note: Please generate a full debug log as per https://github.com/abraunegg/onedrive/wiki/Generate-debug-log-for-support and email to support@mynas.com.au
Complete Verbose Log Output
A clear and full log of the problem when running the application in the following manner (ie, not in monitor mode):
No bugs or errors appears. Simply finishes sync, which is not true.
The text was updated successfully, but these errors were encountered: