Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (583 - 585 of 2449)

Ticket Resolution Summary Owner Reporter
#2233 WontFix Deluge client assumes uses local file system when connected to server over ssh tunnel rpglover64
Description

I am using Deluge 1.3.5 with libtorrent 0.15.9.0 for the gtk frontend as well as for the server backend.

If I use ssh -L 58846:localhost:58846 server to forward the deluge port and connect to the server's deluged process with the gtk frontend, and then try to set the download directory, it lets me browse the directory tree on the client, not on the server.

Worse, it the download directory that has been set does not exist on the client, the client changes it.

#672 Fixed Deluge compiled from 1.1.0_RC1 sources doesn't add any torrents, quietly. andar dlbogdan@yahoo.com
Description

Platform: x86 Dual Core @3.2Ghz, 4GB Ram OS: Ubuntu Server 8.10


First installed the .deb for 8.10 for soon to discover the stated behaviour (web ui only tested). Got the sources and compiled them. The same. There is no way to add a torrent with any web ui theme, daemon ran as root or anything else.

got the output when trying to add from a firefox/safari client:

root@nightshift:~# deluged -d Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/deluge-1.1.0_RC1-py2.5-linux-i686.egg/deluge/core/core.py", line 369, in _add_torrent_file

torrent_id = self.torrents.add(filedump=filedump, options=options, filename=filename)

File "/usr/lib/python2.5/site-packages/deluge-1.1.0_RC1-py2.5-linux-i686.egg/deluge/core/torrentmanager.py", line 366, in add

torrent = Torrent(handle, options, state, filename, magnet)

File "/usr/lib/python2.5/site-packages/deluge-1.1.0_RC1-py2.5-linux-i686.egg/deluge/core/torrent.py", line 187, in init

self.set_options(self.options)

File "/usr/lib/python2.5/site-packages/deluge-1.1.0_RC1-py2.5-linux-i686.egg/deluge/core/torrent.py", line 218, in set_options

for (key, value) in options.items():

File "/usr/lib/python2.5/site-packages/deluge-1.1.0_RC1-py2.5-linux-i686.egg/deluge/core/torrent.py", line 73, in items

i.append((k, self.getitem(k)))

File "/usr/lib/python2.5/site-packages/deluge-1.1.0_RC1-py2.5-linux-i686.egg/deluge/core/torrent.py", line 97, in getitem

if self.default_keys[key] in self.config.config:

TypeError: list objects are unhashable

#1197 Fixed deluge considers 0.14.5 > 0.14.10!! o_O simonbcn
Description

After today upgrade from official PPA (ppa:deluge-team/ppa), I can't boot deluged:

[INFO ] 03:09:01 daemon:129 Deluge daemon 1.2.1
[ERROR ] 03:09:01 main:216 This version of Deluge requires libtorrent >=0.14.5.0!
Traceback (most recent call last):
 File "/usr/lib/pymodules/python2.6/deluge/main.py", line 209, in start_daemon
 Daemon(options, args)
 File "/usr/lib/pymodules/python2.6/deluge/core/daemon.py", line 136, in __init__
 from deluge.core.core import Core
 File "/usr/lib/pymodules/python2.6/deluge/core/core.py", line 36, in <module>
 from deluge._libtorrent import lt
 File "/usr/lib/pymodules/python2.6/deluge/_libtorrent.py", line 60, in <module>
 check_version(lt)
 File "/usr/lib/pymodules/python2.6/deluge/_libtorrent.py", line 53, in check_version
 raise ImportError("This version of Deluge requires libtorrent >=%s!" % REQUIRED_VERSION)
ImportError: This version of Deluge requires libtorrent >=0.14.5.0!

Installed libtorrent version 0.14.10-2~karmic~ppa1

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