SLIGHTLY DIFFERENT ERRORS
Posted: Sat Jun 04, 2022 2:13 am
Something weird happening with urequests, sometimes I get
and other times
I've got a hunch that the first version is what happens when the server closes the socket and the second is maybe when it simply doesn't reply but I'm not sure.
I'd welcome any comments from someone more knowledgeable about error subtlety than me.
Code: Select all
File "<stdin>", line 80, in uequests OSError: [Errno 104] ECONNRESET
Code: Select all
File "<stdin>", line 80, in urequests OSError: -104
I'd welcome any comments from someone more knowledgeable about error subtlety than me.