Describe the bug
Sometimes, after some amount of uses, the toolbox.Download() endpoint is returning this error: stream error: failing with stream ID 1; NO_ERROR; received from peer. This happens after about 50 seconds of trying to load the file. I also can verify it's not a network issue with my computer and the VM as they are on the same network.
My hunch is this might be an error with VMWare Tools, but I'd figure I'd ask here since it was caused when I used the govmomi library, and at the very least might be able to add some useful documentation for this error to the Github.
To Reproduce
Steps to reproduce the behavior:
Create Toolbox session with VM
Run `toolbox.Client.Download(ctx, src)
Expected behavior
An io.ReadCloser return type
Affected version
v0.37.3
Screenshots/Debug Output
I also have a log of host.d of ESXi in addition to the error passed by the toolbox method.
Describe the bug Sometimes, after some amount of uses, the
toolbox.Download()
endpoint is returning this error:stream error: failing with stream ID 1; NO_ERROR; received from peer
. This happens after about 50 seconds of trying to load the file. I also can verify it's not a network issue with my computer and the VM as they are on the same network.My hunch is this might be an error with VMWare Tools, but I'd figure I'd ask here since it was caused when I used the
govmomi
library, and at the very least might be able to add some useful documentation for this error to the Github.To Reproduce Steps to reproduce the behavior:
Expected behavior An
io.ReadCloser
return typeAffected version v0.37.3
Screenshots/Debug Output I also have a log of
host.d
of ESXi in addition to the error passed by the toolbox method.