-
Notifications
You must be signed in to change notification settings - Fork 808
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
[Bug]: Unknown error and network error 99 when syncing .vscode extensions #5349
Comments
I updated the client to the fresh released 3.6.6 versionand the same errors are present. I did some more testing and I noted, that, if I add a new folder to sync with more than 1.000 files and the files does not exist on the server jet, I receive this error. If I move less than 1.000 files to the folder, wait that the files are synced, then move the next 1.000 files and so on, all get synced correctly without errors. The folder contains totally about 15.000 files and folders. |
Does your server show "Computed md5 hash is incorrect." or "Sabre\DAV\Exception: Unknown error while seeking content" in the Log? You can try disabling the bulk feature on the server ('bulkupload.enabled' => false,) then disable any speed limits in the desktop client settings and delete the files that wont sync. |
I have the exact same issue as @mr-manuel with ~25000 files and doing what @SunnyPaprika described helped me. Thank you! |
Sounds a lot like this bug #5094 |
The workaround from @SunnyPaprika also worked for me. The bug #5094 represents also my client behaviour. |
Thanks @SunnyPaprika comment |
Disabling bulk upload feature ('bulkupload.enabled' => false,) fixed all errors (413 Request Entity Too Large; 99 Network error) then uploading large amount of files (~60000 files, 90GB). |
Fixed the issue for me aswell, but is anyone else having much slower upload speed? |
Bug description
When I try to sync the
.vscode
extension folder with the Nextcloud Client 3.6.4 (previous versions had the same problems) I get the messagesunknown error
andnetwork error: 99
. Then the Nextcloud Client is freezing and then crashing.Steps to reproduce
Expected behavior
The sync should not fail.
Which files are affected by this bug
nearly all files
Operating system
Windows
Which version of the operating system you are running.
Windows 11 21H2
Package
Appimage
Nextcloud Server version
25.0.3
Nextcloud Desktop Client version
3.6.4
Is this bug present after an update or on a fresh install?
Fresh desktop client install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
Additional info
I'm using this Docker Compose file:
docker-compose.yml.txt
Here the client logs:
debug.zip
Nextcloud is behind a Haproxy, but I tried also with a direct connection to the Docker container. Same result.
Here some screenshots:
The text was updated successfully, but these errors were encountered: