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

ConnectionRefusedError: [Errno 111] Connection refused #96

Open
KwunTangKwai opened this issue Jun 5, 2023 · 5 comments
Open

ConnectionRefusedError: [Errno 111] Connection refused #96

KwunTangKwai opened this issue Jun 5, 2023 · 5 comments

Comments

@KwunTangKwai
Copy link

My supervisor have done the procedure to receive the downloading script. However, upon running the script, my device failed to gain connection with the download server. I tried accessing the server link directly and it shows "site cannot be reached". What should I do to continue? Thank you.

script output:
ConnectionRefusedError: [Errno 111] Connection refused

@viethc02
Copy link

viethc02 commented Jun 6, 2023

I got the same error. Did you fix it?

@KwunTangKwai
Copy link
Author

nope

@szubairmaqsood
Copy link

@KwunTangKwai @viethc02 which operating system you are using?

@Oddy123123
Copy link

Oddy123123 commented Jun 17, 2023

I got the same error but managed to download the dataset from EU2 server by typing --server EU2 in the download command. I got another error urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)> but managed to fix it by adding the following code to the download script "faceforensics_download_v4.py":

# Added to fix SSL error
import ssl
ssl._create_default_https_context = ssl._create_unverified_context

I hope this helps

@szubairmaqsood
Copy link

Problem was due to server, thanks for response

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

4 participants