Open discdiver opened 1 year ago
Hmm -- linkchecker
finds errors in the site, it returns with a nonzero exit code, ShellOperation
throws an exception since the command returned failure, and thus the flow failed-- this all seems as expected to me?
Not exactly the same but is it safe to assume a return code other than zero is an error? I'm using Robocopy and I get the same error using it in prefect-shell since the return codes under 8 are not errors. This is from the Microsoft site (https://learn.microsoft.com/en-us/troubleshoot/windows-server/backup-and-storage/return-codes-used-robocopy-utility)
Runs fine when checking links from a small website such as "https://example.com", perhaps because not opening multiple streams?
Error Reproduction
Traceback / Example