-
-
Notifications
You must be signed in to change notification settings - Fork 202
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 when server not support download in range #119
Comments
The value of the |
All right, I just want to test download and I cannot find a file large enough, so I have to do it like this. |
To test the download you can use your own file API like the Also, you can use the below web server to provide large-size files: |
Thank you so much. I consider it should post the https://file-examples.com/ in the project home page. This would help so many people to test their sample project. |
I am afraid for reopening this issue again. I have been busy and haven't developed for a long time. Now I tried to modify the MaximumBytesPerSecond from 1 to 1024 * 1024 * 2. However, the error "The downloader cannot continue downloading because the network or server failed to download in range." still throws in DownloadFileCompleted event and cannot download the file successfully. |
@kyuranger Take it easy and make sure you can open it again whenever you have a problem. |
Thank you very much for your hard work |
This comment was marked as outdated.
This comment was marked as outdated.
@sgf we can't realize the main of your issue with this data. Please give more info and the URL and configs. |
This problem occurs on a customer's machine, and I will continue to keep an eye on it. If the same thing happens next time, I will report it here to add more details. If it doesn't happen again, please ignore my submission. |
I am a beginner and I want to create a sample project to test.
Here is the URL(but the server not support range download):
https://cdn.pixabay.com/vimeo/576083058/Hello%20-%2081605.mp4?width=1920&hash=e6f56273dcd2f28fd1a9fe6e77f66d7e157b33f6&download=1
And here is my code:
However, even I set the RangeDownload to false, ChunkCount to 1, ParallelDownload to false, ParallelCount to 1 and Package.IsSupportDownloadInRange to false. The DownloadCompleted event still report the error "The downloader cannot continue downloading because the network or server failed to download in range." and can not download the file.
What's wrong with my code? Thank you.
The text was updated successfully, but these errors were encountered: