Syncing client crashes with "Network Error:99"

I am also having similar issues. It only seems to be affecting one client across 4 servers so far. It seems to exploit a memory leek on windows as it keeps eating ram each time it it attempts till it makes the client machine unusable.

I am also using debian , apache 2 and php7.4

It looks similar to my problem;

ref: Nextcloud BUG: A memory leak occurs

Hi

Same bug on my fresh truecharts container on my Truenas Scale NAS :

Version

Nextcloud Hub 3 (25.0.1)

Système d’exploitation: Linux 5.10.142+truenas x86_64
CPU : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz (32 cores)
Mémoire : 62.71 GB

PHP

Version : 8.1.12
Limite de mémoire : 4 GB
Max Execution Time: 3600
Taille de téléversement maximale : 256 GB
Extensions : Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, session, PDO, pdo_sqlite, bz2, posix, readline, Reflection, standard, SimpleXML, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, cgi-fcgi, apcu, bcmath, Phar, exif, gd, gmp, imagick, imap, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, smbclient, sodium, zip, libsmbclient, Zend OPcache

BDD

Type : pgsql
Version : PostgreSQL 14.5 on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
Taille : 187 MB

My windows apps loop many files (about 4000) with error 99, the memory increase to the max, the windows begin to be unstable and many apps crash.
It’s totally unusable

Thx !

Having the same problem, too, on my local network (1 Gib). It’s driving me nuts. Hundreds of “Network Error: 99” messages choking my sync with the client until it stops responding completely and I have to kill it with the task manager, and nothing showing up in the server logs to give me the slightest clue what the problem is.

Client: Windows 10, Nextcloud client 3.6.2
Server: Ubuntu 22.04, Base install Nextcloud Hub 3(25.0.1) of Apache

I’ve tried all the fixes I’ve seen mentioned here, github, reddit…

  • Reinstalled using Postgres instead of MariaDB
  • .well-known redirects all working correctly,
  • Redis set up
  • No warnings on Admin Overview

The same client works on the old Ubuntu 18.04 server running NC 20.0.14 without any of these issues.

Same problem like @targren. Please!

Same, Following.

Linuxserver:latest - unRaid - Using MariaDB and Redis.

Latest Mac client - Ventura

Up the folder to the Cloud, and sync from cloud to a new folder, work for me! Its somthing.

I’ll join in.

Files created on the client will not be synced to the server, client log show “Network Error 99”

Everything freshly setup on Friday in a new Ubuntu 22.04 LXD container, mostly following

Everything else seems to be working fine.

Apache proxy config on the gateway container is

<VirtualHost *:443>
  ServerName cloud.example.org
  ServerAdmin webmaster@example.org

  AllowEncodedSlashes On

  RewriteEngine On
  RewriteRule ^/\.well-known/carddav https://%{SERVER_NAME}/remote.php/dav [R=301,L]
  RewriteRule ^/\.well-known/caldav https://%{SERVER_NAME}/remote.php/dav [R=301,L]
  RewriteRule ^/\.well-known/webfinger https://%{SERVER_NAME}/index.php/.well-known/webfinger [R=301,L]
  RewriteRule ^/\.well-known/nodeinfo https://%{SERVER_NAME}/index.php/.well-known/nodeinfo [R=301,L]

  Include /etc/letsencrypt/options-ssl-apache.conf
  Header always set Strict-Transport-Security "max-age=15552000; includeSubDomains"

  SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
  ProxyPreserveHost On
  ProxyPass / http://10.90.60.236:80/
  ProxyPassReverse / http://10.90.60.236:80/
  SSLCertificateFile /etc/letsencrypt/live/example.org/fullchain.pem
  SSLCertificateKeyFile /etc/letsencrypt/live/example.org/privkey.pem
</VirtualHost>

I have been hitting “Network Error 99” and the Desktop client freezing up since upgrading to NextCloud 25. I finally found a fix discussed in GitHub issue 5094, in summary this is what fixed it for me:

  • On the client, disable any upload speed limits
  • On the server, edit config.php to add the line 'bulkupload.enabled' => false,

From the discussions on GitHub, it sounds like the upload speed limit and bulk upload features are buggy in the latest server/desktop releases.

14 Likes

Hi @joshuaprince , thx for your fix, it’s work for me, after edit the config.php and restart, the client have sync without error !

Worked for me also. Just added the line into config.php. Thank’s Joshua…

Works fine here to ! i had no limits enabled at all but the function some how is broken and cause lots of errors :confused: thanks for your solution !

1 Like

Hello,

I have the problem of these errors 99 on a fresh install.

This solved it for me perfectly. Had to wait forever for Nextcloud to revalidate the sync, but then it suddenly finished and got the big green checkmark.

great ! Works for me too !

Why is this still not fixed? I also had this problem.

Works for me as well. This problem still exists.

I have the same problem, I cannot find a solution and PLUS since I’ve installed Nextcloud I have a lot of problems with windows app icons and preview of a lot of files in other windows apps.
I already wrote to Nextcloud with their website form but no-one still answered me… I’m so upset!

This DOES work, HOWEVER, it make the transfer of small files very slow. Seems like there is probably a better solution.

this was really good and everything was solved.
thanks!