Opened 16 years ago

Closed 15 years ago

#723 closed bug (Fixed)

"Stop seed at ratio" not applied for labels

Reported by: anonymous Owned by: andar
Priority: major Milestone:
Component: Plugin Version: 1.1.0
Keywords: Cc: deluge-torrent.org@nandoe.net

Description

  1. Create a label with the "Stop seed at ratio" option set
  2. Apply label to torrent

Expected: Torrent now has "Stop seed at ratio" set

What happens: Nothing

Change History (2)

comment:1 by tes, 16 years ago

Cc: deluge-torrent.org@nandoe.net added
Version: 1.1.0_RC21.1.0

Adding some debug information I found that torrent.set_stop_ratio is never called. Deluge stops before that with the exception:

[WARNING ] 15:19:02 client:151 Multi-call Exception: <Fault 1: "<class 'Boost.Python.ArgumentError'>:Python argument types in\n torrent_handle.set_max_connections(torrent_handle, float)\ndid not match C++ signature:\n set_max_connections(libtorrent::torrent_handle {lvalue}, int)">:

comment:2 by andar, 15 years ago

Resolution: fixed
Status: newclosed

This has been fixed with ticket #1085

Note: See TracTickets for help on using tickets.