-
Notifications
You must be signed in to change notification settings - Fork 140
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
Retry if a download keeps pending for too long #16
Comments
Update: !(res.response==undefined) isn't a expected behavior maybe !res.response is used to know whether to read responseText or response. Reason discovered: My proxy software(goproxy) use HTTP proxy protocol,it will respond 500 as http response code if it encountered a problem(which frequently happen, but not always). I will send a pull request, however, it is unlikely to effect majority of user as long as they are not running the same proxy as me. |
Wow, it's so strange that both |
In fact, this problem can also occur when Fetching Page, my pull request did not address this problem. |
…ect if generates Zip file successfully (see #18)
Is there a option to consider Retry if a download keeps pending for too long? |
@shing3232
Anyway this issue is about a proxy client responses empty data and wrong status code, which makes script go wrong. If your problem is like this, please show me more details like console output. Or if you have any more question, or find the bug is not related to this issue, please open a new issue so that both you and me can track the bug-fixing progress easily. Thanks for your understanding. :-) |
Is there an option to consider a download fail after keep pending for a certain amount of time.
I sometime encounter the problem that some of image failed to fetch(probable server down as they are host by other peers).
I have to refresh the page to retry download, which cost a lot of Image Limits especially when downloading a gallery which consist of a large amount of images.
It seems that this problem associated with an script error:
Log
==Err trackback:
VM7682:10108:
response: new ArrayBuffer(res.responseText.length),
==Debug Information
WTF?
I will send you a pull request later if I can solve this myself.
The text was updated successfully, but these errors were encountered: