gsutil icon indicating copy to clipboard operation
gsutil copied to clipboard

Unexpected error during copy

Open aledbf opened this issue 3 years ago • 1 comments

Describe the bug

Using gsutil cp I get this error:

failed to convert response

Caused by:
    0: request or response body error: error reading a body from connection: stream error received: not a result of an error
    1: error reading a body from connection: stream error received: not a result of an error
    2: stream error received: not a result of an error

To check this is not a credentials issue, I can run gsutil ls without issues

Any idea how I can debug the issue? Thanks!

aledbf avatar Jun 13 '22 16:06 aledbf

If you compile it locally you can just add some debug prints in https://github.com/EmbarkStudios/gsutil/blob/9402ab0e03d784d07665dc7304c8708d82357c6b/src/util.rs#L50 to look at the raw response.

Jake-Shadle avatar Jun 15 '22 07:06 Jake-Shadle