-
Notifications
You must be signed in to change notification settings - Fork 671
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
One broken folder stops the entire sync #7199
Comments
Looks like a candidate for my collection in #5859 |
Follow steps 1-5 in owncloud/core#35305 to create that problematic folder |
It should also be possible to poison one folder using mitmproxy with a python script that fakes a 500 response, whenever a specific folder is accessed. |
What was the server error code. Looking at the error message it seems to be a 404. But 404 should not cause the sync to stop, neither should 500. Could you paste the log from the client? |
@ogoffart I've just emailed you the logs |
Thanks for the log. I realized the problem was during the discovery and not during the propagation. Fix PR: #7219 |
@michaelstingl please decide if it is worth the effort to fix the selective sync list |
The remaining issue is only cosmetic, so I'd close it for now. |
Server: 10.2.0
Client: 2.6.0-daily20190513 (build 11776)
macOS: 10.14.4
Steps to recreate:
Expected result: All items apart from the broken folder have been synced
Actual result: Nothing has been synced - see log below
Note: Currently working on how to recreate that broken folder on server. Once known, the issues will be linked together
The text was updated successfully, but these errors were encountered: