Posted March 22, 2016
phaolo: Anyway, I got a crash after many hours, due to a failed connection:
sock.connect(sa)
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
I found a similar error during the night. That can be caused by a number of things, such as: sock.connect(sa)
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
- Internet connection failing (there was a big thunderstorm here yesterday, and I lost connection for a while);
- GOG's server not responding on time; or
- Something else that I think may be more unlikely than the previous situations.
I may try to handle those situations more gracefully. Maybe spitting out error messages and keep insisting indefinitely, instead of exiting with that notice.