Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Feature request: Retry request after socket-timeout #9483
Comments
|
Isn't |
|
When does a retry trigger? Does ít trigger when nothing happens for a certain amount of time? I kind of have the feeling that the extractor won't retry what it needs to finish. I meant sometimes it's only few requests to end but a lot if you restart the whole extraction process. Almost done: Nearly ready to create and execute ffmpeg command. |
Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Issue is: I use a local proxy for requests that sometimes freezes and won't respond. Usually I have to execute a whole command again, even if it's already almost done. The option "--socket-timeout" only automatically quits the command, it doesn't retry the current request.
An option like "--socket-timeout-retry SECONDS" would be nice to have. It would need to do what socket-timout does and then continue where it left of.