torrents always seem to stop at 1.0 regardless of ratio config

lisas4567

Member
May 25, 2018
773
0
16
Hello,

I have noticed that my rtorrent stops/pauses torrents at or right around 1.0 regardless of how I have my ratio stuff setup.

Here is my ratio setup:

y9rZRcK.png

Here are example torrents that have paused at 1:

oYWwCXa.png

Here are my plugins:

pqkrcZv.png

And here is my rtorrent.rc file:

Code:
# Default directory to save the downloaded torrents.
directory = /m/rtorrent/download

# Default session directory. Make sure you don't run multiple instance
# of rtorrent using the same session directory. Perhaps using a
# relative path?
session = /m/rtorrent/session

# Group 1 - Auto - seed until 2.0 then delete data
#group.insert_persistent_view = group_1
#group.group_1.ratio.enable=
#group.group_1.ratio.max.set=200

# Group 2 - Manual - seed until 2.0 then stop torrent
#group.insert_persistent_view = group_2
#group.group_2.ratio.enable=
#group.group_2.ratio.max.set=200


# Watch a directory for new torrents
#schedule = watch_directory_1,5,5,"load_start=/m/rtorrent/autowatch/*.torrent, d.set_custom1=tv, \"d.set_custom=isauto,/m/rtorrent/temp-process/\""
schedule = watch_directory_2,5,5,"load_start=/m/rtorrent/watch/*.torrent"

# Set ratio group based on isauto
#system.method.set_key = event.download.inserted_new,set_ratio,"branch=d.get_custom=isauto,view.set_visible=group_1,view.set_visible=group_2"

# Set autodir to concatination of isauto and torrent name
#system.method.set_key = event.download.inserted_new,set_autodir,"d.set_custom=autodir,\"$cat=$d.get_custom=isauto,$d.get_name=\""

# Set manualdir to concatination of complete dir and label name
#system.method.set_key = event.download.inserted_new,set_manualdir,"d.set_custom=manualdir,\"$cat=/m/rtorrent/complete/,$d.get_custom1=\""

# Set move to dir in movedir
#system.method.set_key = event.download.inserted_new,set_movedir,"branch=d.get_custom=isauto,\"d.set_custom=movedir,$d.get_custom=autodir\",\"d.set_custom=movedir,$d.get_custom=manualdir\""

# Delete .torrent
system.method.set_key = event.download.inserted_new,del_tor,"execute={rm,-rf,--,$d.get_loaded_file=}"

# Move torrent data to another folder when download is complete
#system.method.set_key = event.download.finished,move_complete,"execute=mkdir,-p,$d.get_custom=movedir;d.set_directory=$d.get_custom=movedir;execute=mv,-u,$d.get_base_path=,$d.get_custom=movedir"

# Set autoseed dirctory if Auto group
#system.method.set_key = event.download.finished,move_dir,"branch=d.get_custom=isauto,d.set_directory=/m/rtorrent/autoseed/"

# Call rtorrentToSickBeard.py if in Auto group
#system.method.set_key = event.download.finished,toSickbeard,"branch=d.get_custom=isauto,\"execute={/home/ag/.sickbeard/autoProcessTV/rtorrentToSickBeard.py,$d.get_custom=movedir,$d.get_name=}\""

# Set actions for groups completed ratio
#system.method.set = group.group_1.ratio.command, d.close=, "execute={rm,-rf,--,$d.get_base_path=}", d.erase=
#system.method.set = group.group_2.ratio.command, d.close=

# Port range to use for listening.
bind = 1.1.1.1
port_range = 11111-11111

encryption = allow_incoming,try_outgoing,require,require_RC4

scgi_port = 127.0.0.1:5001
execute = {sh,-c,/usr/bin/php /var/www/rutorrent/php/initplugins.php user &}

# Active tab actually shows active torrents
schedule = filter_active,30,30,"view_filter = active,\"or={d.get_up_rate=,d.get_down_rate=}\""

#log.execute=/m/rtorrent/rtorrent.log
#log.open_file = "rtorrent.log", (cat,/tmp/rtorrent.log.,(system.pid))
#log.add_output = "debug", "rtorrent.log"

I've seen another post on here with similar problems, but that person had multiple users; I'm the only one using this instance.

What should I be looking at here to figure out what's going on?
 

randac56

Member
May 25, 2018
915
0
16
1) Check ruTorrent version. It must be, as minimum, 3.6. If it lesser - upgrade ruTorrent.
2) Try to restart rtorrent instance.
 

lisas4567

Member
May 25, 2018
773
0
16
Quote :
1) Check ruTorrent version. It must be, as minimum, 3.6. If it lesser - upgrade ruTorrent.
2) Try to restart rtorrent instance.


Currently running 3.6 rutorrent, and I have restarted rtorrent many times.

Is there a plugin in my list that would have defaults in them for ratio that are trumping my rules?
 

randac56

Member
May 25, 2018
915
0
16
Quote :
Is there a plugin in my list that would have defaults in them for ratio that are trumping my rules?


Don't know. Try to remove its one by one and check.