potatoqualitee / kbupdate

🛡 KB Viewer, Saver, Installer and Uninstaller
MIT License
326 stars 48 forks source link

Save-KbUpdate does not return FileInfo object #219

Open codaamok opened 1 year ago

codaamok commented 1 year ago

Save-KbUpdate did not return output if Start-BitsTransfer threw an exception. The files downloaded OK, however there wasn't a FileInfo object returned.

codaamok commented 1 year ago

Looks like the test failed due to a transient issue with the CDN? I see the comment "microsoft's CDN appears to be having massive issues and sometimes this does not appear".

potatoqualitee commented 1 year ago

Yeah, this part is rough due to the instability of the source. Any suggestions?

codaamok commented 1 year ago

If it's known to be hit&miss, maybe remove the test or rerun the tests a couple more times 😛

codaamok commented 1 year ago

Thoughts?