-
Notifications
You must be signed in to change notification settings - Fork 42
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
Is this documented somewhere? #104
Comments
It is documented in --help But looks like it has been broken for 2 years |
Thanks for looking into it, when/where can I get a compiled windows binary? (not a programmer in this language) I assume it'll eventually be on SF? |
Eventually. But for now you could grab the latest nightly. I can see they're made just shortly after the latest commit, so they're probably up-to-date. Benito, it would've been nice to see the creation-date on the nightly website, instead of having to download one to check. |
must not be there yet as even implicitly using '--error-handling="-3"=retry' and '--error-handling="504"=retry' it still eventually times out and exits the process as it did before |
So |
Perhaps there is another issue Try it with the example domain:
(last one never finishes, since it waits for the 404 error to go away, which is not happening)
you can only use it once
It is not my website. You can ask here about it : https://github.com/oprypin/nightly.link/issues |
so i'm screwed if it has more than one error i.e. i can get past for ex the -3 but then if it gets a 504 it will fail since i can't tell it to retry on both |
then you use both in one
|
--error-handling=xx=retry
for an error code xx. Or xx for all 2 digit codes
Originally posted by @benibela in #9 (comment)
How can i get it to retry on -3 timeout, and why isn't xxx retrying on 504 errors (gateway timeout)
i've tried quoted and not:
--error-handling=""=retry --error-handling="-"=retry --error-handling="x"=retry --error-handling="-x"=retry --error-handling="xx"=retry --error-handling="-xx"=retry --error-handling="xxx"=retry --error-handling="-xxx"=retry --error-handling="xxxx"=retry --error-handling="-xxxx"=retry --error-handling=retry
and
--error-handling==retry --error-handling=-=retry --error-handling=x=retry --error-handling=-x=retry --error-handling=xx=retry --error-handling=-xx=retry --error-handling=xxx=retry --error-handling=-xxx=retry --error-handling=xxxx=retry --error-handling=-xxxx=retry
nothing seems to get it to retry... and everytime it's run it will again fail with a timeout randomly in the list of 1000's of sites via -f, but is successful other times (its a timeout simply retrying fixes it nearly everytime unless the server is down)
The text was updated successfully, but these errors were encountered: