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

Error while downloading the dataset #106

Open
y2jcodebreaker opened this issue Jul 8, 2024 · 5 comments
Open

Error while downloading the dataset #106

y2jcodebreaker opened this issue Jul 8, 2024 · 5 comments

Comments

@y2jcodebreaker
Copy link

While running the script i got following error: urllib.error.URLError: <urlopen error [Errno 61] Connection refused>.

@lakshmipriya-ragupathi
Copy link

im getting the same error, were you able to fix it ? @y2jcodebreaker

@Zaif633
Copy link

Zaif633 commented Nov 6, 2024

Hi can you help me on how to download the dataset from the script

@lakshmipriya-ragupathi
Copy link

Hi can you help me on how to download the dataset from the script

e.g. python download.py -d all -c c23 /Users/dataset/ --server EU2

sever EU2 works

@ccharalambous
Copy link

I have tried with all servers but nothing is downloaded. Is this valid still or do we need a new URL?

@Sangita912224
Copy link

same happen with me even this url not working. if someone have solution plz late me know Downloading dataset: compressed
Traceback (most recent call last):
File "/content/download_FaceForensics.py", line 167, in
main()
File "/content/download_FaceForensics.py", line 152, in main
filenames = get_filelist(filelist_url)
File "/content/download_FaceForensics.py", line 26, in get_filelist
lines = urllib.request.urlopen(filelist_url)
File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.10/urllib/request.py", line 525, in open
response = meth(req, response)
File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
response = self.parent.error(
File "/usr/lib/python3.10/urllib/request.py", line 557, in error
result = self._call_chain(*args)
File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/usr/lib/python3.10/urllib/request.py", line 749, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python3.10/urllib/request.py", line 525, in open
response = meth(req, response)
File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
response = self.parent.error(
File "/usr/lib/python3.10/urllib/request.py", line 563, in error
return self._call_chain(*args)
File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/usr/lib/python3.10/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

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

5 participants