Page 1 of 1

Upload of a packet fails with the message WSAECONNRESET

Published: May 11, 2020 - 11:29 PM
by f4242
Hi,

I'm having trouble uploading packages from PyScripter when I'm working remotely connected via VPN. I've never had this problem before.

The package builds and starts uploading, then it fails with the message:
FATAL ERROR: ConnectionError: (10054, 'WSAECONNRESET').

It doesn't always happen, but it seems that when it starts, no matter how many times I try, it crashes repeatedly.

I don't have any network communication problems with the server. My current workaround is to send the package to the server using scp and run wapt-scanpackages on the server. The scp transfer never fails.

Downloading a package using the console to edit it also never fails.

Any ideas?

Thanks!

Re: Upload of a packet fails with the message WSAECONNRESET

Published: May 13, 2020 - 5:40 PM
by dcardon
Do you have a proxy (with upload size limits?) or a filtering firewall, or any other appliance that performs deep packet inspection between the two and could be dropping the connection?

The WAPT server should never send this during an upload. Do you have an oomkiller on the WAPT server? Is the packet size similar to the available disk space and/or RAM?

Regards,

Denis