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

stuck when using multithreaded download #137

Closed
xyzxye opened this issue Jul 14, 2023 · 3 comments
Closed

stuck when using multithreaded download #137

xyzxye opened this issue Jul 14, 2023 · 3 comments
Labels

Comments

@xyzxye
Copy link

xyzxye commented Jul 14, 2023

by using the parser argument: "-r", "24",
the download speed has been greatly improved (from 100kb/s to 20MB/s) witch is awesome 88888888

But I encountered such a problem:
When downloading a video from Mylist, sometimes the progress bar gets stuck at like "|####################### | 94/100 @ 13.26MB /s" and keeps like flickering?

Sometimes it stays there for a while and then completes the download, while other times it remains stuck (
However, if you stop the program and run it again, it won't get stuck anymore).
It's possible that all the threads have lost the download speed at that time?

Could we implement a validation feature?
For example, if it stays stuck at a certain percentage for more than a certain amount of time, then re-download that video.

@AlexAplin
Copy link
Owner

24 seems rather high. Does this happen when you use a more reasonable number like <5? And specifically only when downloading from mylists? That last detail would be strange.

For example, if it stays stuck at a certain percentage for more than a certain amount of time, then re-download that video.

This probably isn't going to work because of differing download speeds.

@xyzxye
Copy link
Author

xyzxye commented Jul 16, 2023

yes, it still occurs with fewer thread sometime, but I'm not sure if it only happens when downloading from mylists.

When I download, the initial download can be completed, but sometimes I get stuck in a certain video and cannot complete this download (as I described, the progress bar stops). But when I rerun the program, I may not encounter this problem again in this certain video (although it may be stuck in another one)

@AlexAplin
Copy link
Owner

AlexAplin commented Mar 4, 2024

We haven't received any more reports of this and I have yet to encounter it. Given that we are transitioning to DMS (#139), which will eventually eliminate the DMC download flow, I'm going to close this as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants