How about using the headers={'Accept-Encoding': None} proposed in https://github.com/psf/requests/issues/3953
headers={'Accept-Encoding': None}
or accepting the fact that whole size might be unknown for some downloads or attempting to retry the download?
Would be nice if testcloud tried harder before giving up.
Metadata Update from @frantisekz: - Issue assigned to frantisekz
Commit cbb173a fixes this issue
Log in to comment on this ticket.