You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESPTool fails (for me at least) for upload via Microsoft RDP port sharing. The only way I found to make it work is to force --trace on esptool. Then it works.
Error is serial.serialutil.SerialException: GetOverlappedResult failed (OSError(22, 'Reached the end of the file.', None, 38))
Would be great a version that works without having to use --trace, since it make upload really slow.
The text was updated successfully, but these errors were encountered:
Thanks for the tip that --trace somehow fixes this problem, I'm guessing by slowing down the serial operations. This suggests that possibly we can retry when we see this error, and the next attempt will succeed.
I'm going to close this as a duplicate of #530, I see you also found that issue and commented on it.
Hi,
ESPTool fails (for me at least) for upload via Microsoft RDP port sharing. The only way I found to make it work is to force --trace on esptool. Then it works.
Error is serial.serialutil.SerialException: GetOverlappedResult failed (OSError(22, 'Reached the end of the file.', None, 38))
Would be great a version that works without having to use --trace, since it make upload really slow.
The text was updated successfully, but these errors were encountered: