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

[Bug] Unable to continue after failure... #92

Open
momoe opened this issue Jul 17, 2018 · 3 comments
Open

[Bug] Unable to continue after failure... #92

momoe opened this issue Jul 17, 2018 · 3 comments

Comments

@momoe
Copy link

momoe commented Jul 17, 2018

"Failed to retrieve video from " stays stuck here and cannot continue onto the next list, script has to be killed and restarting downloads from the beginning all over again.

@dixudx
Copy link
Owner

dixudx commented Oct 8, 2018

@momoe Actually it will try RETRY = 5 times. It won't get stuck.

# Setting timeout
TIMEOUT = 10

@gwpl
Copy link
Contributor

gwpl commented Dec 10, 2018

As you see in above tickets it get's stuck despite RETRY and TIMEOUT parameters.

As interim solution I run it in a loop , each time with one site in sites.txt , and have watchdog on a side, which is a script that checks if amount of files in directory and subdirectories has changed, if not, than it kills it, here is watchdog: https://gist.github.com/gwpl/22b3c3e66711489b8d36cf8e5923c308

@dixudx
Copy link
Owner

dixudx commented Dec 10, 2018

#107 helps fixed this.

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

No branches or pull requests

3 participants