Custom Query (2447 matches)
Results (268 - 270 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#270 | Fixed | Autoadd feature fails to load torrent | ||
Description |
Deluge 0.6.0.0r3206 autoadd feature fails with: [DEBUG ] autoadd:102 Attempting to open /mnt/series/In.Plain.Sight.S01E02.Hoosier.Daddy.HDTV.XviD-FQM.[eztv].torrent for add. [DEBUG ] torrentmanager:209 torrentmanager.add [DEBUG ] torrentmanager:258 options: {'max_download_speed_per_torrent': -1, 'add_paused': False, 'prioritize_first_last_pieces': False, 'max_upload_speed_per_torrent': -1, 'max_connections_per_torrent': -1, 'download_location': '/mnt/series', 'compact_allocation': False, 'max_upload_slots_per_torrent': -1} [DEBUG ] component:149 Pausing component AlertManager.. Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/deluge/component.py", line 87, in _update self.update() File "/usr/lib/python2.4/site-packages/deluge/core/autoadd.py", line 96, in update filedump) File "/usr/lib/python2.4/site-packages/deluge/core/torrentmanager.py", line 280, in add handle = self.session.add_torrent(add_torrent_params) TypeError: No registered converter was able to extract a C++ reference to type libtorrent::torrent_info from this Python object of type str |
|||
#271 | Invalid | Support socks4a, socks4, socks5 protocols leak dns requests | ||
Description |
Deluge presently supports the socks4 and socks5 protocols for proxies. These do not support dns requests. The socks4a protocol takes dns requests. Supporting socks4a would mean users using tor would not have their dns requests leaked. Deluge 0.5.8.9 |
|||
#272 | Invalid | Can not compile with gcc-4.3.1 on Ubuntu Intrepid | ||
Description |
... src/deluge_core.cpp:2682: warning: deprecated conversion from string constant to 'char*' src/deluge_core.cpp: In function 'void initdeluge_core()': src/deluge_core.cpp:2687: warning: deprecated conversion from string constant to 'char*' error: command 'gcc' failed with exit status 1 make: * [build-stamp2.4] Error 1 I receive this error while trying compile with gcc-4.3.1 on Ubuntu Intrepid. It compiles without error with gcc 4.2.4 on Ubuntu Hardy. |