-
Notifications
You must be signed in to change notification settings - Fork 123
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
Syncing stops and "Sync already running in background" is repeated infinitely in log #768
Comments
I can confirm this behavior on MacOS 10.14.02 with master checked out at 146f9bf The issue comes up seemingly at random. If it comes up however, it will occur on the same file every synchronization attempt. Workarounds are either the deletion of the database file or removal of the specific entry in the files/folders table. The last log entries with level ALL are as follows:
|
@artisticMink Another less extreme workaround is to just restart CmisSync. Does it not work for you? |
@nicolas-raoul Yes, restarting the application also works. However, the sync after the initial successful sync will again fail. |
I can reproduce the issue doing the following
|
Not setting the Expect HTTP request header solved my connectivity issue on both platforms. Possibly not related to your initial issue, however here's the solution in detail for everyone that arrives via search engine. For HttpWebRequest conn set |
Short reproduction, I started CmisSync, then added a file opened its properties dialog in Windows Explorer (which might be a reason of the
Maybe the |
Sometimes sync suddenly stops performing correctly, and only the message
SyncInBackground: Sync already running in background
appears in the log.This seems to happen sometimes (but not everytime) when the computer (Windows 10) enters sleep.
The text was updated successfully, but these errors were encountered: