Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 2447)

Ticket Resolution Summary Owner Reporter
#1887 Fixed add option last seen complete in status window Calum renato
Description

On the gtk status window ,where you get information of a torrent status would be very usefull to have a last complete seen of that torrent,just near the added date. i believe will be a really easy option to add.

#2254 Fixed Add option to enable libtorrent lt_trackers extension Calum
Description

lt_trackers extension was added in 0.15 which works a bit like peer exchange, but for trackers.

To use this in 0.16.5 and above:

lt.session.add_extension("lt_trackers")
#3348 Fixed Add peers broken dtristany
Description

Python3-libtorrent expects port to be an integer, but we send it as a string.

Unhandled error in Deferred:
17:09:18 [CRITICAL][twisted                           :154 ] Unhandled error in Deferred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 1630, in main
    return _Gtk_main(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/peers_tab.py", line 392, in on_menuitem_add_peer_activate
    client.core.connect_peer(self.torrent_id, ip, port)
  File "/usr/lib/python3/dist-packages/deluge/ui/client.py", line 551, in __call__
    return self.daemon.call(self.base, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/deluge/ui/client.py", line 500, in call
    return defer.maybeDeferred(m, *copy.deepcopy(args), **copy.deepcopy(kwargs))
--- <exception caught here> ---
  File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 151, in maybeDeferred
    result = f(*args, **kw)
  File "/usr/lib/python3/dist-packages/deluge/core/core.py", line 684, in connect_peer
    if not self.torrentmanager[torrent_id].connect_peer(ip, port):
  File "/usr/lib/python3/dist-packages/deluge/core/torrent.py", line 1211, in connect_peer
    self.handle.connect_peer((peer_ip, peer_port), 0)
builtins.TypeError: No registered converter was able to produce a C++ rvalue of type int from this Python object of type str
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.