You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/yangyxt/miniforge3/envs/acmg_bench/lib/python3.12/site-packages/urllib3/connectionpool.py", line 789, in urlopen
response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/home/yangyxt/miniforge3/envs/acmg_bench/lib/python3.12/site-packages/urllib3/connectionpool.py", line 490, in _make_request
raise new_e
File "/home/yangyxt/miniforge3/envs/acmg_bench/lib/python3.12/site-packages/urllib3/connectionpool.py", line 466, in _make_request
self._validate_conn(conn)
File "/home/yangyxt/miniforge3/envs/acmg_bench/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1095, in _validate_conn
conn.connect()
File "/home/yangyxt/miniforge3/envs/acmg_bench/lib/python3.12/site-packages/urllib3/connection.py", line 693, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/home/yangyxt/miniforge3/envs/acmg_bench/lib/python3.12/site-packages/urllib3/connection.py", line 208, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x7f425c103d70>, 'Connection to api.genebe.net timed out. (connect timeout=None)')
I tried to ping api.genebe.net and got nothing in return.
I guess maybe you can check whether your end have some network security protocols blocking the request ?
The text was updated successfully, but these errors were encountered:
I just found this connection error:
Traceback (most recent call last):
File "/home/yangyxt/miniforge3/envs/acmg_bench/lib/python3.12/site-packages/urllib3/connectionpool.py", line 789, in urlopen
response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/home/yangyxt/miniforge3/envs/acmg_bench/lib/python3.12/site-packages/urllib3/connectionpool.py", line 490, in _make_request
raise new_e
File "/home/yangyxt/miniforge3/envs/acmg_bench/lib/python3.12/site-packages/urllib3/connectionpool.py", line 466, in _make_request
self._validate_conn(conn)
File "/home/yangyxt/miniforge3/envs/acmg_bench/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1095, in _validate_conn
conn.connect()
File "/home/yangyxt/miniforge3/envs/acmg_bench/lib/python3.12/site-packages/urllib3/connection.py", line 693, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/home/yangyxt/miniforge3/envs/acmg_bench/lib/python3.12/site-packages/urllib3/connection.py", line 208, in _new_conn
raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x7f425c103d70>, 'Connection to api.genebe.net timed out. (connect timeout=None)')
I tried to ping api.genebe.net and got nothing in return.
I guess maybe you can check whether your end have some network security protocols blocking the request ?
The text was updated successfully, but these errors were encountered: