-
Notifications
You must be signed in to change notification settings - Fork 669
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 (5.1/5.2) repeatedly syncs the same target whilst others wait indefinitely on "waiting to sync". #11382
Comments
having the exact same issue on various systems (Linux / MacOS), tried setting 'pollinterval' on the server side, but no luck |
Same here. Windows 11 client. 5.1.2.12600 Preview how it looks from user side: https://streamable.com/35xqpw |
Same here after update to 5.1.2.12600 on Linux Ubuntu 22.04 |
@Synthlight could you please run with the http logger? I'm interested in the response to https://server.redacted.url/owncloud/owncloud/app/list It looks like the request to https://server.redacted.url/owncloud/owncloud/app/list fails and this triggers the account to revalidate its connection state. Possibly sending it into a loop. |
yes, it looks like #11296, |
As a workaround for now please try to disable the app provider. (#11296 (comment)) |
@TheOneRing thanks, that fixed the issue (at least for me) |
It gets a 302/redirect. I also see
(Only posting a small snippet here since this log is too big to thoroughly sanitize. Holler if I missed anything important, but given the other comments, it looks like you've got this covered.) |
See #11382 (comment) as a workaround. |
Fixed in #11389 available in https://github.com/owncloud/client/releases/tag/v5.2.0-rc.1 |
Thanks for the fix! I can confirm v5.2.0-rc.1 solves my issue. |
Pre-submission Checks
Describe the bug
Ever since upgrading to 5.0 I've had issues with either the sync not starting for some items, or the sync stuck on "waiting to sync".
In 5.0 it just synced about 20% of the items (40 sync entries) and then just stopped. The rest remained on "waiting to sync" and never progressed. I'd have to repeatedly pause/unpause and "force sync now" multiple times to get it to finally sync the folder. (And that would be a one time thing I'd have to repeat to sync one entry.)
So I saw an issue (#11308) that was resolved in 5.1 so after waiting for that release and trying it..... now it just syncs the same ones that were working before over and over whilst ignoring the rest.
I've tried re-adding the account and while only adding about 3 of 40 items I'd have synced, and the result is unchanged.
Here's a video I took of it doing the same one over and over (and it'll do this for hours) whilst never syncing the other entry.
This is with about 40 sync entries in the list:
https://github.com/owncloud/client/assets/1075166/203210bb-7c25-4048-8091-5793a853a51e
And here's after removing and adding the account again, but this time with only 3 items configured.
It syncs all of them, but keeps syncing over and over in a seemingly random order.
https://github.com/owncloud/client/assets/1075166/0499a177-dfb3-48dd-9994-01f66cc4694b
Here's a log from running this with the three:
ownCloud.log
This sort of works with three folders since it eventually get to the others, but the more I add, the more ignored some get and the more repeated a handful of them become.
But on startup, this still has the issue of repeatedly syncing one of the entries many times before eventually getting to the other two. The more sync entries I have, the less likely one is to eventually be reached.
This is targeting my own local server which is currently running 10.13.2.3.
Current client version is 5.1.2.12600 on win 10 21H2 (LTSC).
This same issue happens on my ubuntu 22.04 clients. 4.2 works perfectly, 5.0+ has the same issue on whatever platform I try.
Expected behavior
I expect it to sync with a similar frequency as in 4.2. Sync all folders in sequence on startup and then wait for changes.
Steps to reproduce the issue
1: Add multiple sync entries. (40 in my case.)
2: Restart the client.
3: Watch some sync over and over whilst others wait indefinitely, sometimes eventually syncing hours later.
Screenshots
Here's a video I took of it doing the same one over and over (and it'll do this for hours) whilst never syncing the other entry.
This is with about 40 sync entries in the list:
https://github.com/owncloud/client/assets/1075166/203210bb-7c25-4048-8091-5793a853a51e
And here's after removing and adding the account again, but this time with only 3 items configured.
It syncs all of them, but keeps syncing over and over in a seemingly random order.
https://github.com/owncloud/client/assets/1075166/0499a177-dfb3-48dd-9994-01f66cc4694b
Here's a log from running this with the three:
ownCloud.log
Logs
Here's a log from running this with the three:
ownCloud.log
Client version number
This is targeting my own local server which is currently running 10.13.2.3.
Current client version is 5.1.2.12600 on win 10 21H2 (LTSC).
This same issue happens on my ubuntu 22.04 clients. 4.2 works perfectly, 5.0+ has the same issue on whatever platform I try.
Desktop environment (Linux only)
KDE
Client package version and origin (Linux only)
IIRC it's
https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Ubuntu_22.04/
Installation path (Windows only)
C:\Program Files (x86)\ownCloud\
Server information
This is targeting my own local server which is currently running 10.13.2.3. (Deb 11)
PHP 7.4.33 (cli) (built: Sep 4 2023 08:11:54) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies
Additional context
No response
The text was updated successfully, but these errors were encountered: