-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
nodejs download some of file fine but some empty with errno: 'ETIMEDOUT' #4556
Labels
invalid
Issues and PRs that are invalid.
Comments
Can you post this here or on SO? This repo is for reporting bugs against node.js core, not general support. Thanks. |
This was referenced Sep 15, 2021
This was referenced Dec 6, 2023
This was referenced Dec 6, 2023
This was referenced Dec 7, 2023
This was referenced Dec 7, 2023
This was referenced Dec 7, 2023
This was referenced Dec 7, 2023
This was referenced Dec 7, 2023
This was referenced Dec 8, 2023
This was referenced Dec 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have tried to download 1187 image url (stored in log text file) and download them in my local machine , most of the file are downloaded but i get TimeOut Error for some of them. (the total image file might be around 866 file, because some of the url are duplicate. i would appreciate if someone with modifying my script source code show me , how can i find a fix or workaround for the timeout issue and get download all the files fine. i uploaded the stored text file and the script here, so you can test it.
click here to download stored url log.txt
if you want to test my situation , you need to download above attached file and put it in the same folder of script file and run the script.
here is the source code :
i get this error in console log on some of the files but most of them download fine and those file that get timeout when download them , store as a empty file.
P.S :
npm -v : 3.5.3 #########
node -v : 5.3.0
The text was updated successfully, but these errors were encountered: