-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Bug] Built-in So many aria2 config, and it can cause to some avoidable failures #4858
Comments
My ########## 配置文件 ##########
dht-file-path =
dht-file-path6 =
load-cookies =
save-cookies =
server-stat-if =
server-stat-of =
########## 配置文件 ##########
########## 下载选项 ##########
allow-overwrite = true
allow-piece-length-change = false
always-resume = true
async-dns = false
async-dns-server = 101.6.6.6, [2001:da8::666]
auto-file-renaming = true
auto-save-interval = 60
check-certificate = false
check-integrity = false
conditional-get = true
console-log-level = warn
content-disposition-default-utf8 = true
continue = true
daemon = true
deferred-input = true
disk-cache = 64M
enable-mmap = true
file-allocation = none
# file-allocation = trunc
force-save = false
force-sequential = false
hash-check-only = false
http-accept-gzip = true
http-auth-challenge = true
keep-unfinished-download-result = false
log-level = error
max-connection-per-server = 16
max-concurrent-downloads = 8
min-split-size = 1M
min-tls-version = TLSv1.2
optimize-concurrent-downloads = false
parameterized-uri = false
pause-metadata = false
realtime-chunk-checksum = true
remote-time = true
reuse-uri = true
save-not-found = true
save-session-interval = 60
split = 64
summary-interval = 0
########## 下载选项 ##########
########## BT 选项 ##########
bt-detach-seed-only = true
bt-enable-lpd = true
bt-force-encryption = true
bt-hash-check-seed = true
bt-load-saved-metadata = true
bt-max-peers = 0
bt-min-crypto-level = arc4
bt-remove-unselected-file = true
bt-request-peer-speed-limit = 1M
bt-require-crypto = true
bt-seed-unverified = true
dht-listen-port = 64380
enable-dht = true
enable-dht6 = true
enable-peer-exchange = true
follow-metalink = mem
follow-torrent = mem
listen-port = 64381
metalink-enable-unique-protocol = false
metalink-location = cn, hk, mo, tw, jp, ru, sg
seed-ratio = 0.0
########## BT 选项 ##########
########## PT 伪装 ##########
peer-agent = uTorrent/2040(22967)
peer-id-prefix = -UT2040-
user-agent = uTorrent/2040(22967)
########## PT 伪装 ##########
bt-tracker= |
Relevant discussion #2312 |
No, it see through it, it's different. I means, the built-in options some times can cause problem, and it can be simply resolved by remove 'unnecessary aria2 options', and the most needed remove one it '--no-conf=true' i can comment it myselsf, but it can cause problem when i run |
i mean my |
Can reproduce, is there no way to workaround this? |
Shouldn't it be
|
The solution to this is for me was actually just to, it overrides scoop's set options {
"aria2-options": "--no-conf=false"
} |
Bug Report
Current Behavior
failed download apps with SO MUCH built-in config.
Expected Behavior
Download Successfully
Additional context/output
Especially, why built in
--no-conf=true
? it caused most of the failureThe problem it not caused by my
--conf-path
optionPossible Solution
Give possibility to remove built-in config and do not affect
scoop update
Especially
--no-conf=true
!System details
**Windows version:11
**OS architecture:64bit
**PowerShell version:7.2.2
Additional software: [(optional) e.g. ConEmu, Git]
Scoop Configuration
even without
aria2-options
, this problem still exists! I have already upload error messages with/withoutaria2-ooptions
The text was updated successfully, but these errors were encountered: