-
Notifications
You must be signed in to change notification settings - Fork 347
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
Client crashes during upload, status code 412 #296
Comments
Sometimes status code 412 happens without a crash, just printing this:
but then it just goes on instead of crashing. |
Can you share the files that cause those errors? |
They are just pictures from the Labeled Faces in the Wild dataset (http://vis-www.cs.umass.edu/lfw/), that I used for a University project, for example this one (after I restart the client the picture gets uploaded, but another one will cause a crash soon). |
I have thoroughly debugged the issue (which has been reported since this app was made public on github) and I have concluded that the issue is caused by OneDrive as the code follows the API guidelines. You can follow the issue on the OneDrive official repository OneDrive/onedrive-api-docs#800 |
@andystevens91 Any update? Have you tried using #314 where there a number of fixes including 412 errors. |
@andystevens91 |
Hi. I've been using this client for some time and it works reasonably well, but now I'm trying to upload a folder with thousands of subfolders, and everytime I start the daemon (I run in in service mode using sysctl) it crashes 5 minutes later. Here is the log:
I'm using Ubuntu 17.10 and onedrive v1.1.1.
The text was updated successfully, but these errors were encountered: