Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection time out (located in HK) #4

Open
yangyxt opened this issue Dec 14, 2024 · 1 comment
Open

Connection time out (located in HK) #4

yangyxt opened this issue Dec 14, 2024 · 1 comment

Comments

@yangyxt
Copy link

yangyxt commented Dec 14, 2024

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.

image

I guess maybe you can check whether your end have some network security protocols blocking the request ?

@yangyxt
Copy link
Author

yangyxt commented Dec 14, 2024

I just tried to run this genebe on my macbook with a VPN enabled. It succesfully ping api.genebe.net but then I run into another issue:

genebe_err.log

It is still related to the api connection. Please take a look. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant