Skip to content
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

"Download running" when download is finish (torrent) #1918

Open
gianfelicevincenzo opened this issue Apr 29, 2022 · 4 comments
Open

"Download running" when download is finish (torrent) #1918

gianfelicevincenzo opened this issue Apr 29, 2022 · 4 comments

Comments

@gianfelicevincenzo
Copy link

gianfelicevincenzo commented Apr 29, 2022

Screenshot_20220429_015459

I took a test. I tried to download a torrent file ... as you can see the download is finished, but it is still "up and running". Why?
I've tried both ariang and webui-aria2 but it's the same story

aria2.conf

##GLOBAL/GENERAL##
dir=/home/mynas/storage
file-allocation=falloc
check-integrity=true
on-download-complete=/home/mynas/.aria2/script/completed.sh
on-bt-download-complete=/home/mynas/.aria2/script/completed.sh
disk-cache=32M
rpc-save-upload-metadata=false
auto-save-interval=0

###sessions
force-save=true
input-file=/home/mynas/.aria2/aria2.session
save-session=/home/mynas/.aria2/aria2.session
save-session-interval=30

###net
http-no-cache=true
enable-http-pipelining=true
max-connection-per-server=15
enable-rpc=true
rpc-secret=<hidden>
rpc-secure=true
rpc-certificate=/home/mynas/.aria2/certs/mynas-signed-ca.crt
rpc-private-key=/home/mynas/.aria2/certs/mynas.key
check-certificate=false
rpc-listen-all=true
enable-dht6=false
disable-ipv6=true
@gianfelicevincenzo
Copy link
Author

gianfelicevincenzo commented May 20, 2022

?????? is there anyone?

@104979058
Copy link

Basically, all tools have not done a good job of judging the download status. Whether this has something to do with aria2 is not easy to confirm. It can be fed back to the tool developers:
judge:
"completedLength":"1108166879",
"length":"1108166879",

@gianfelicevincenzo
Copy link
Author

gianfelicevincenzo commented May 23, 2022

I actually wrote to both them and here ... and they brought me here ...

@mueckl
Copy link

mueckl commented Jan 10, 2023

It's normal for Torrent programms to keep on running for seeding/sharing.
Aria2 has an default seed-ratio of 1.0 and a seed-time option (see docu)

       --seed-ratio=<RATIO>
              Specify share ratio. Seed completed torrents until share ratio reaches RATIO.  You are strongly encouraged to specify equals or more than 1.0 here.  Specify 0.0 if you intend to do seeding regardless of  share  ratio.
              If --seed-time option is specified along with this option, seeding ends when at least one of the conditions is satisfied.  Default: 1.0

       --seed-time=<MINUTES>
              Specify seeding time in (fractional) minutes. Also see the --seed-ratio option.

              NOTE:
                 Specifying --seed-time=0 disables seeding after download completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants