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

[But Report] deleted checking torrents #93

Closed
Simba98 opened this issue Oct 28, 2020 · 0 comments
Closed

[But Report] deleted checking torrents #93

Simba98 opened this issue Oct 28, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@Simba98
Copy link

Simba98 commented Oct 28, 2020

The log shows that as followings:

Wed, 28 Oct 2020 13:22:35 strategy.py[line:179] INFO [Torrents Name]
	Progress:5.98%	Size:318.46GiB	Ratio:0.324	Total Uploaded:103.35GiB
	Seeder(connected/total):0/20	Leecher(connected/total):0/10	Status:Checking
	Download Speed:0.00B/s(Avg.:1.54MiB/s)	Upload Speed:0.00B/s(Avg.:512.44KiB/s)
	Create Time:2020-10-26 02:37:51	Seeding Time:0d 00:00:00\Downloading Time:2d 10:44:42	Last Activity:1970-01-01 00:00:00
	Category:auto	Tracker:** [DHT] **,** [PeX] **,** [LSD] **, [Trackers Name]

Qbittorrent 4.3.0.1, of course, the last activity is Linux time 0 so the last_activity condition will meet.

Argue that add some processing code for it.
I just put a condition : (last_activity < 315360000) and ( origin condition ) to temp-fix it.

@jerrymakesjelly jerrymakesjelly added the bug Something isn't working label Apr 22, 2022
@jerrymakesjelly jerrymakesjelly mentioned this issue Apr 22, 2022
44 tasks
jerrymakesjelly added a commit that referenced this issue Apr 28, 2022
1. It won't remove those torrents that have never been active by default
2. Use a special way to remove above torrents, which is, setting

  last_activity: never

or

  last_activity: none

Closes #93, #98, #109.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants