-
Notifications
You must be signed in to change notification settings - Fork 25
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
ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。 #4
Comments
Hello @cscss I will need more details in order to help you. Can you attach the full traceback of the error? (the python output that traces the error back to its source) I need to see what part of the code triggered it. In addition, please specify what flags did you use when you ran the program, your machine OS and whether or not you ran it on a remote (headless) server. |
Thanks for your reply. I run download_ffhq_aging.py in my winodws and set args.resolution=256, args.pydrive=True, args.cmd_auth=True
Enter verification code: 4/1AY0e-g7BVyUGA3TsxyXGf6anW2L9RYWJ_hi-2RF0orleNNbl2h7rqLG6Gm0 Process finished with exit code 1 |
@cscss it looks like pydrive can't connect to your google drive account for some reason. I will try to look into that and figure out what causes it. My main assumption is that it some sort of permissions issues in your google drive account that block the connection. I will try to give a more detailed answer once I sort this out. |
@cscss In the meantime please verify that you have followed steps 1 & 2 in the download with pydrive section in the readme file |
Thanks, I will check it. And if you find the solution, I will always be online. |
Hi. Because I want to download the dataset on my own computer(with display), I try to set args.cmd_auth=False. And it occurs a familiar question. Details are as follows, may be this can help solve the problem? And I could try to find another computer to download the dataset to check if my computer went wrong. Traceback (most recent call last): |
@cscss This time the program passed the authentication procedure but failed when it tried to establish a connection with your google drive, whereas previously the authentication procedure failed. The timeout error implies some sort of web connection issues. It seems like this problem is related to your machine setup (e.g. your network connection or firewall settings) than it is to an issue with the code itself. The is the closest thing I could find on the web to the problem you're describing is this: But I'm not sure if the root cause is exactly the same |
Thanks for your help! But I still did not solve this problem. Forgive my impoliteness, do you have a web link for the dataset? Or could you please give me a link to download the dataset directly? |
Unfortunately, we do not host the dataset on any of our servers and cannot redistribute it in order to not violate any of the image licenses. For the same reason, our code is designed to download the images directly from NVIDIA's google drive and not from any of our servers. I will still try to see if I can help you with your issue and will update as soon as I find a solution. Once again, I'm sorry for not being able to share the finalized dataset. |
Hi, I seem to have the same problem as you. I want to ask, how can this be solved? Also, if you have already obtained the data set, can you share it directly in the cloud disk? Thank you very much for your help |
I have the same problem as you. And I still can't sovle it. Have you solve this problem or get the data set? |
Dear Author:
Hi! I try to download the dataset using PyDrive. But this problem comes to me. I don't know how to deal with it. And I try to download again after 24 hours. But the problem still occurs. Could you help me? Thanks a lot.
ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。
The text was updated successfully, but these errors were encountered: