Opened 15 years ago

Closed 14 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@…

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 Changed 15 years ago by tes

  • Cc deluge-torrent.org@… added
  • Version changed from 1.1.0_RC2 to 1.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 Changed 14 years ago by andar

  • Resolution set to fixed
  • Status changed from new to closed

This has been fixed with ticket #1085

Note: See TracTickets for help on using tickets.