Failed to upload the chunk: EOF

System Information
duplicacy CLI 2.2.3
Windows

Please describe what you are doing to trigger the bug:
duplicacy.exe -v backup -stats -threads 32 -vss

Please describe what you expect to happen (but doesn’t):
a succesful backup

Please describe what actually happens (the wrong behaviour):

[4] URL request 'https://pod-000-1132-11.backblaze.com/b2api/v1/b2_upload_file/daab64d8c4041bbf6a3e0314/c002_v0001132_t0048' returned an error: Post https://pod-000-1132-11.backblaze.com/b2api/v1/b2_upload_file/daab64d8c4041bbf6a3e0314/c002_v0001132_t0048: EOF
Failed to upload the chunk 4c5407cc631e2e1d2c80558fb6a9670a4c861f489e90dc75eb16ea4c222850bd: Post https://pod-000-1132-11.backblaze.com/b2api/v1/b2_upload_file/daab64d8c4041bbf6a3e0314/c002_v0001132_t0048: EOF

Best would be that it doesn’t fail to upload the chunk, but on any error duplicacy should not stop/crash, but rather continue with the next file.

The default number of retries is 10. You can increase it by setting the environment variable DUPLICACY_B2_RETRIES to a larger number, like 16.