Diagnosing socket "Connection reset by peer"

loial jldunn2000 at gmail.com
Wed May 22 04:46:42 EDT 2013


I have a sockets client that is connecting to a printer and occassionally getting the error "104 Connection reset by peer"

I have not been able to diagnose what is causing this. Is there any additional traceing I can do(either within my python code or on the network) to establish what is causing this error?

Currently I am simply trapping socket.erruor 

Python version is 2.6









More information about the Python-list mailing list