STDERR:
Traceback (most recent call last):
File "/opt/python3.8/lib/python3.8/urllib/request.py", line 1350, in do_open
h.request(req.get_method(), req.selector,
req.data, headers,
File "/opt/python3.8/lib/python3.8/http/client.py", line 1240, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/opt/python3.8/lib/python3.8/http/client.py", line 1286, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/opt/python3.8/lib/python3.8/http/client.py", line 1235, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/opt/python3.8/lib/python3.8/http/client.py", line 1006, in _send_output
self.send(msg)
File "/opt/python3.8/lib/python3.8/http/client.py", line 946, in send
self.connect()
File "/opt/python3.8/lib/python3.8/http/client.py", line 1409, in connect
self.sock = self._context.wrap_socket(self.sock,
File "/opt/python3.8/lib/python3.8/ssl.py", line 500, in wrap_socket
return self.sslsocket_class._create(
File "/opt/python3.8/lib/python3.8/ssl.py", line 1040, in _create
self.do_handshake()
File "/opt/python3.8/lib/python3.8/ssl.py", line 1309, in do_handshake
self._sslobj.do_handshake()
ConnectionResetError: [Errno 104] Connection reset by peer