I am running Pop!_OS 22.04 LTS (Ubuntu)
Lots of repetition in the logs but here is a sample:
I’m attaching a picture and a text file since I get an error on more than 2 links in a post
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/requests/adapters.py”, line 667, in send
resp = conn.urlopen(
File “/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py”, line 802, in urlopen
retries = retries.increment(
File “/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py”, line 594, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘api.roboflow.com’, port=443): Max retries exceeded with url: /inference-stats (Caused by NewConnectionError(‘<urllib3.connection.HTTPSConnection object at 0x77ea1b6fba60>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/app/inference/core/managers/pingback.py”, line 125, in post_data
res = requests.post(wrap_url(METRICS_URL), json=all_data, timeout=10)
File “/usr/local/lib/python3.9/site-packages/requests/api.py”, line 115, in post
return request(“post”, url, data=data, json=json, **kwargs)
File “/usr/local/lib/python3.9/site-packages/requests/api.py”, line 59, in request
return session.request(method=method, url=url, **kwargs)
File “/usr/local/lib/python3.9/site-packages/requests/sessions.py”, line 589, in request
resp = self.send(prep, **send_kwargs)
File “/usr/local/lib/python3.9/site-packages/requests/sessions.py”, line 703, in send
r = adapter.send(request, **kwargs)
File “/usr/local/lib/python3.9/site-packages/requests/adapters.py”, line 700, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘api.roboflow.com’, port=443): Max retries exceeded with url: /inference-stats (Caused by NewConnectionError(‘<urllib3.connection.HTTPSConnection object at 0x77ea1b6fba60>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’))