Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (277 - 279 of 2447)

Ticket Resolution Summary Owner Reporter
#2922 Fixed libtorrent 1.1 errors Calum renato
Description

Not loading

traceback (most recent call last):

File "/media/disk/deluge/deluge/ui/gtkui/gtkui.py", line 303, in _on_reactor_start

client.start_standalone()

File "/media/disk/deluge/deluge/ui/client.py", line 601, in start_standalone

self._daemon_proxy = DaemonStandaloneProxy(self.event_handlers)

File "/media/disk/deluge/deluge/ui/client.py", line 432, in init

self.daemon = daemon.Daemon(standalone=True)

File "/media/disk/deluge/deluge/core/daemon.py", line 100, in init

read_only_config_keys=read_only_config_keys)

File "/media/disk/deluge/deluge/core/core.py", line 88, in init

self.alertmanager = AlertManager()

File "/media/disk/deluge/deluge/core/alertmanager.py", line 50, in init

self.session.apply_settings('alert_mask', alert_mask)

ArgumentError: Python argument types in

session.apply_settings(session, str, int)

did not match C++ signature:

apply_settings(libtorrent::session {lvalue}, boost::python::dict)

#2920 Fixed Support lt 1.1 new settings/methods Calum
Description

A lot of progress has been made and the develop branch now has almost full support for lt1.1 with only a few outstanding deprecated items to deal with.

  • Session stats still need converting
  • torrent_info.file_at now uses file_storage and should be able to get the required file_size with index directly.
  • Remove torrent_status.priority and associated config keys.

For reference the PR this ticket was created from: https://github.com/deluge-torrent/deluge/pull/127

#2919 Fixed Merge I2P settings into proxy for UIs Calum
Description

The changes to libtorrent 1.1 combine I2P into proxy settings so the same should be done for the UIs.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.