insidesherpa / JPMC-tech-task-1

56 stars 352 forks source link

New kind of error is occuring. #84

Open Rushil-Nandan-Dubey opened 4 years ago

Rushil-Nandan-Dubey commented 4 years ago

Traceback (most recent call last): File "/opt/anaconda3/lib/python3.7/urllib/request.py", line 1319, in do_open encode_chunked=req.has_header('Transfer-encoding')) File "/opt/anaconda3/lib/python3.7/http/client.py", line 1252, in request self._send_request(method, url, body, headers, encode_chunked) File "/opt/anaconda3/lib/python3.7/http/client.py", line 1298, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/opt/anaconda3/lib/python3.7/http/client.py", line 1247, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/opt/anaconda3/lib/python3.7/http/client.py", line 1026, in _send_output self.send(msg) File "/opt/anaconda3/lib/python3.7/http/client.py", line 966, in send self.connect() File "/opt/anaconda3/lib/python3.7/http/client.py", line 938, in connect (self.host,self.port), self.timeout, self.source_address) File "/opt/anaconda3/lib/python3.7/socket.py", line 728, in create_connection raise err File "/opt/anaconda3/lib/python3.7/socket.py", line 716, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 61] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "client3.py", line 52, in quotes = json.loads(urllib.request.urlopen(QUERY.format(random.random())).read()) File "/opt/anaconda3/lib/python3.7/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/opt/anaconda3/lib/python3.7/urllib/request.py", line 525, in open response = self._open(req, data) File "/opt/anaconda3/lib/python3.7/urllib/request.py", line 543, in _open '_open', req) File "/opt/anaconda3/lib/python3.7/urllib/request.py", line 503, in _call_chain result = func(*args) File "/opt/anaconda3/lib/python3.7/urllib/request.py", line 1347, in http_open return self.do_open(http.client.HTTPConnection, req) File "/opt/anaconda3/lib/python3.7/urllib/request.py", line 1321, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno 61] Connection refused>