dbxcli icon indicating copy to clipboard operation
dbxcli copied to clipboard

Random failures in upload: "ng" and "EOF"

Open aeheathc opened this issue 4 years ago • 1 comments

I have an uploading script that calls dbxcli once for every file in a list sequentially (one at a time). I gave it about 30 files and about half of the uploads succeeded, the others failed at a random time in uploading. Retrying the failed files gives a different result, sometimes they are successful. All the files are less than 100GB.

There are two errors that can happen:

  • Error: ng 4.5 GiB/93 GiB This is the most common one and the amount of progress it stops on (left number) is random
  • Error: Post https://content.dropboxapi.com/2/files/upload_session/append_v2: EOF This one is more rare and always seems to happen after it takes the time to upload the whole file

I am running on Gentoo Linux

aeheathc avatar Jul 09 '20 22:07 aeheathc

I ran into Error: ng at 99GiB / 101GiB. Not sure why.

This happened on Ubuntu 20 LTS.

designxtek avatar Jun 07 '21 22:06 designxtek