sorry here is the error message
Exception in thread Thread-3:
Traceback (most recent call last):
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_transports/default.py”, line 101, in map_httpcore_exceptions
yield
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_transports/default.py”, line 250, in handle_request
resp = self._pool.handle_request(req)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_sync/connection_pool.py”, line 256, in handle_request
raise exc from None
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_sync/connection_pool.py”, line 236, in handle_request
response = connection.handle_request(
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_sync/connection.py”, line 101, in handle_request
raise exc
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_sync/connection.py”, line 78, in handle_request
stream = self._connect(request)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_sync/connection.py”, line 124, in _connect
stream = self._network_backend.connect_tcp(**kwargs)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_backends/sync.py”, line 215, in connect_tcp
sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/contextlib.py”, line 131, in exit
self.gen.throw(type, value, traceback)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_exceptions.py”, line 14, in map_exceptions
raise to_exc(exc) from exc
httpcore.ConnectTimeout: timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/threading.py”, line 932, in _bootstrap_inner
self.run()
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/threading.py”, line 870, in run
self._target(*self._args, **self._kwargs)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/gradio/analytics.py”, line 70, in _do_normal_analytics_request
data[“ip_address”] = get_local_ip_address()
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/gradio/analytics.py”, line 131, in get_local_ip_address
ip_address = httpx.get(
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_api.py”, line 195, in get
return request(
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_api.py”, line 109, in request
return client.request(
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_client.py”, line 825, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_client.py”, line 914, in send
response = self._send_handling_auth(
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_client.py”, line 942, in _send_handling_auth
response = self._send_handling_redirects(
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_client.py”, line 979, in _send_handling_redirects
response = self._send_single_request(request)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_client.py”, line 1014, in _send_single_request
response = transport.handle_request(request)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_transports/default.py”, line 250, in handle_request
resp = self._pool.handle_request(req)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/contextlib.py”, line 131, in exit
self.gen.throw(type, value, traceback)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_transports/default.py”, line 118, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ConnectTimeout: timed out
Exception in thread Thread-5:
Traceback (most recent call last):
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_transports/default.py”, line 101, in map_httpcore_exceptions
yield
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_transports/default.py”, line 250, in handle_request
resp = self._pool.handle_request(req)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_sync/connection_pool.py”, line 256, in handle_request
raise exc from None
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_sync/connection_pool.py”, line 236, in handle_request
response = connection.handle_request(
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_sync/connection.py”, line 101, in handle_request
raise exc
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_sync/connection.py”, line 78, in handle_request
stream = self._connect(request)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_sync/connection.py”, line 124, in _connect
stream = self._network_backend.connect_tcp(**kwargs)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_backends/sync.py”, line 215, in connect_tcp
sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/contextlib.py”, line 131, in exit
self.gen.throw(type, value, traceback)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpcore/_exceptions.py”, line 14, in map_exceptions
raise to_exc(exc) from exc
httpcore.ConnectTimeout: timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/threading.py”, line 932, in _bootstrap_inner
self.run()
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/threading.py”, line 870, in run
self._target(*self._args, **self._kwargs)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/gradio/analytics.py”, line 70, in _do_normal_analytics_request
data[“ip_address”] = get_local_ip_address()
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/gradio/analytics.py”, line 131, in get_local_ip_address
ip_address = httpx.get(
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_api.py”, line 195, in get
return request(
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_api.py”, line 109, in request
return client.request(
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_client.py”, line 825, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_client.py”, line 914, in send
response = self._send_handling_auth(
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_client.py”, line 942, in _send_handling_auth
response = self._send_handling_redirects(
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_client.py”, line 979, in _send_handling_redirects
response = self._send_single_request(request)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_client.py”, line 1014, in _send_single_request
response = transport.handle_request(request)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_transports/default.py”, line 250, in handle_request
resp = self._pool.handle_request(req)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/contextlib.py”, line 131, in exit
self.gen.throw(type, value, traceback)
File “/opt/anaconda3/envs/hugf_env_test/lib/python3.8/site-packages/httpx/_transports/default.py”, line 118, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ConnectTimeout: timed out