Scoop icon indicating copy to clipboard operation
Scoop copied to clipboard

fix(install): fallback to default downloader when aria2 fails

Open kiennq opened this issue 3 years ago • 3 comments

Try to fallback to default downloader when aria2 download failed. This make the download with aria2 more stable since there's some download links that doesn't support multi-connection.

Closes #4472

kiennq avatar Mar 13 '21 08:03 kiennq

It would be better to not make this a default, and control it with a config variable instead. @kiennq can you fix the conficts?

rashil2000 avatar Feb 14 '22 05:02 rashil2000

A refactoring of install.ps1 by separate downloading, extracting, and installing will be done after this release, and could you do the resolving after that?

niheaven avatar Feb 14 '22 09:02 niheaven

Would it not be better to just set aria2-max-connection-per-server to 1 if the download fails on retry?

brian6932 avatar Aug 31 '22 06:08 brian6932