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

使用“seed_size:”参数就报错 #5

Closed
Se7enMuting opened this issue Aug 17, 2018 · 3 comments
Closed

使用“seed_size:”参数就报错 #5

Se7enMuting opened this issue Aug 17, 2018 · 3 comments

Comments

@Se7enMuting
Copy link

Se7enMuting commented Aug 17, 2018

config.yml 配置如下,有缩进的,issue里不知道怎么显示缩进

my_task:
client: transmission
host: http://127.0.0.1:9091
username: *
password: *
strategies:
my_strategy:
all_trackers: true
seed_size:
limit: 600
action: remove-old-seeds
delete_data: true

ssh输出结果如下:
[root@ns517928 ~]# /usr/bin/autoremove-torrents --conf=/home/autoremove-torrents/config.yml
Fri, 17 Aug 2018 18:30:08 autoremovetorrents.main INFO: Auto Remove Torrents 1.2.4
Fri, 17 Aug 2018 18:30:08 autoremovetorrents.main INFO: Loading configurations...
Fri, 17 Aug 2018 18:30:08 autoremovetorrents.main ERROR: in "/home/autoremove-torrents/config.yml", line 12, column 3
Fri, 17 Aug 2018 18:30:08 autoremovetorrents.main CRITICAL: An error occured. Please contact the administrator for more information.

改成如下就OK:
my_task:
client: transmission
host: http://127.0.0.1:9091
username: *
password: *
strategies:
my_strategy:
all_trackers: true
seeding_time: 604800
delete_data: true

求教seed_size和子参数应该怎么写,wiki里也没有例子~~

@Se7enMuting
Copy link
Author

发现问题了,seed_size:limit:action:这些全是从中文wiki复制的,这些:是中文输入,应该要改成英文输出:才对。。。
还有中文wiki里例程里写的是 client: qtortorrent

@Se7enMuting
Copy link
Author

最后问下,怎么在与config.yml同级的文件夹下做个log,把每次执行的结果都保留下来?

@jerrymakesjelly
Copy link
Owner

      最后问下,怎么在与config.yml同级的文件夹下做个log,把每次执行的结果都保留下来?

这个log的路径确实无法指定。。。抱歉

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

2 participants