Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 2447)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#180 WorksForMe crash while trying to check blocklist plugin andar MKufleitner@t-online.de
Description

no existing Deluge session Starting new Deluge session... deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG. Applying preferences save uploaded memory Pickling state... Scanning plugin dir /usr/share/deluge/plugins Initialising plugin Scheduler Initialising plugin MoveTorrent Initialising plugin FlexRSS Initialising plugin BlocklistImport Initialising plugin TorrentFiles Initialising plugin WebUi Initialising plugin DesiredRatio Initialising plugin WebSeed Initialising plugin SpeedLimiter Initialising plugin TorrentCreator Initialising plugin Search Initialising plugin NetworkHealth Initialising plugin EventLogging Initialising plugin NetworkGraph Initialising plugin TorrentPeers Initialising plugin TorrentNotification Applying preferences Starting DHT... Showing window Found blocklist plugin ... Traceback (most recent call last):

File "/var/lib/python-support/python2.5/deluge/dialogs.py", line 310, in plugin_toggled

self.plugins.enable_plugin(plugin_name)

File "/var/lib/python-support/python2.5/deluge/plugins.py", line 80, in enable_plugin

self.enabled_plugins[name] = plugin.enable(self.core, self.interface)

File "/usr/share/deluge/plugins/BlocklistImport/init.py", line 29, in enable

return BlocklistImport(path, core, interface)

File "/usr/share/deluge/plugins/BlocklistImport/init.py", line 72, in init

self.loadlist(fetch=self.config.get('load_after_days'))

File "/usr/share/deluge/plugins/BlocklistImport/init.py", line 99, in loadlist

if now_timestamp >= (list_timestamp + (86400 * days_update)):

TypeError: unsupported operand type(s) for *: 'int' and 'NoneType' save uploaded memory Pickling state...

#184 WontFix libtorrent fail to compile andar oshiri
Description

svn3156 fail to compile libtorrent on Debian Etch. This version depends on libboost-iostreams-dev but still fail to compile.

gcc -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.4 -I/usr/include/python2.4 -c ./libtorrent/src/mapped_storage.cpp -o build/temp.linux-i686-2.4/./libtorrent/src/mapped_storage.o -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -O2 -D_FILE_OFFSET_BITS=64 -DNDEBUG -Wno-missing-braces
./libtorrent/src/mapped_storage.cpp: In member function ‘libtorrent::mapped_file_pool::file_view libtorrent::mapped_file_pool::open_file(const boost::filesystem::path&, std::_Ios_Openmode, libtorrent::size_type, libtorrent::size_type, void*, libtorrent::size_type)’:
./libtorrent/src/mapped_storage.cpp:200: error: ‘system_error_type’ is not a member of ‘libtorrent::fs’
./libtorrent/src/mapped_storage.cpp:200: error: expected `;' before ‘ec’
./libtorrent/src/mapped_storage.cpp:201: error: ‘file_status’ is not a member of ‘libtorrent::fs’
./libtorrent/src/mapped_storage.cpp:201: error: expected `;' before ‘st’
./libtorrent/src/mapped_storage.cpp:205: error: ‘st’ was not declared in this scope
./libtorrent/src/mapped_storage.cpp:205: error: ‘exists’ was not declared in this scope
./libtorrent/src/mapped_storage.cpp:211: error: ‘is_directory’ was not declared in this scope
error: command 'gcc' failed with exit status 1}}
#185 WontFix Be able to enable/disable DHT per torrent (private flag) andar chronos.hun@gmail.com
Description

Its pretty simple. I use both type of trackers(what has ratio counting and what has not), and it would be great to set DHT per torrent. There should be a global variable for setting DHT on and off, and if its on you could set DHT for each torrent.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.