You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Downloading with aria2 enabled (my preferred default) seems to fail more often lately which requires issuing scoop config aria2-enabled false before successfully downloading problematic apps. Of course, since using aria2 is my preference, the config option must be set to true afterwards.
Describe the solution you'd like
If an app download fails with aria2 enabled, automatically retry the same download but with aria2 temporarily disabled. If there are more than one apps to be updated, the next app should first try with aria2, and then fallback to it being temporarily disabled if that download also fails.
Downloads may fail for more reasons than just aria2 being unable to download it, and I'm not sure if Scoop has a way to determine if the fault lies with the resource or aria2's enabled state, but if the resource is at fault, automatically retrying with aria2 disabled would be a quick fail, whereas if the fault lies with aria2 being enabled, it saves time for the user to have to toggle aria2's config pre and post download.
Describe alternatives you've considered
I'm not sure what other options there are other than keeping aria2 permanently disabled and accepting slower app update speeds.
Perhaps the higher failure rate that I'm experiencing is to do with using the shim config kiennq? I had to set this in the past to overcome an issue with Scoop that I was having but I no longer recall what.
Feature Request
Is your feature request related to a problem? Please describe.
Downloading with aria2 enabled (my preferred default) seems to fail more often lately which requires issuing
scoop config aria2-enabled false
before successfully downloading problematic apps. Of course, since using aria2 is my preference, the config option must be set totrue
afterwards.Describe the solution you'd like
If an app download fails with aria2 enabled, automatically retry the same download but with aria2 temporarily disabled. If there are more than one apps to be updated, the next app should first try with aria2, and then fallback to it being temporarily disabled if that download also fails.
Downloads may fail for more reasons than just aria2 being unable to download it, and I'm not sure if Scoop has a way to determine if the fault lies with the resource or aria2's enabled state, but if the resource is at fault, automatically retrying with aria2 disabled would be a quick fail, whereas if the fault lies with aria2 being enabled, it saves time for the user to have to toggle aria2's config pre and post download.
Describe alternatives you've considered
I'm not sure what other options there are other than keeping aria2 permanently disabled and accepting slower app update speeds.
Perhaps the higher failure rate that I'm experiencing is to do with using the shim config
kiennq
? I had to set this in the past to overcome an issue with Scoop that I was having but I no longer recall what.The text was updated successfully, but these errors were encountered: