Custom Query (2447 matches)
Results (58 - 60 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1073 | Fixed | Adding a new torrent starts a new process | ||
Description |
I've recently updated to 1.2.0-rc3 from 1.2.0-rc1 via the repository. Everything is working fine, except for adding new torrents. Each time i download a torrent-file and tell Firefox to open it with Deluge, as usual, which was working fine with 1.2.0-rc1, a new deluge process is being opened. The same happens when just double-clicking a torrent-file in Nautilus. My window manager Gnome hasn't been changed, it is still configured to open torrent-files with Deluge by default. I'm using Linux 2.6.28-16-generic x86_64 with Gnome 2.26.1. |
|||
#947 | Adding a torrent file that already exists in the Torrent file storage folder creates a copy | |||
Description |
If you add a torrent file that is already inside the folder used for storing copies of .torrent files, it makes a new copy of the torrent based off of the Torrent's name (instead of filename) since the filename is already taken. I think if the filename is taken, Deluge should check to see if the torrent being added is the same filename (or see if the files have the same contents), and if true, don't make a new file in the .torrents folder. Normally you wouldn't need to add torrents from the .torrent folder, but if you remove a torrent from Deluge and re-add it, you can run into this. |
|||
#132 | Fixed | Adding a torrent-URL from web ui fails | ||
Description |
Hi, I use the nightly svn snapshots on ubuntu gutsy. I just wanted to record here that adding a torrent-URL via the web interface does not work. Adding the same torrent by first wget'ing it and then adding the torrent-file works fine. --Deluge Error-- Fault : <Fault 1: "<type 'exceptions.TypeError'>:export_add_torrent_url() takes exactly 4 arguments (3 given)"> path : /torrent/add file : /var/lib/python-support/python2.5/deluge/xmlrpclib.py in close, line 786 --Input-- <Storage {'max_download_speed_per_torrent': 'Unlimited', 'prioritize_first_last_pieces': 'on', 'max_upload_speed_per_torrent': '20', 'url': 'http://ubuntu.intergenia.de/releases/hardy/ubuntu-8.04-beta-alternate-i386.iso.torrent', 'download_location': '/export/p2p', 'redir': '', 'compact_allocation': 'on', 'max_connections_per_torrent': 'Unlimited', 'submit': 'Submit', 'max_upload_slots_per_torrent': 'Unlimited', 'torrent': ''}> --Versions-- WebUi : rev.185 Python : 2.5.1 (r251:54863, Mar 7 2008, 04:10:12) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] dbus:0.82.0 --Traceback-- File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 304, in wsgifunc result = func() File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda> func = lambda: handle(inp, fvars) File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle return tocall(*([x and urllib.unquote(x) for x in args] + fna)) File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 52, in deco return func(self, name) #check_session:ok File "/var/lib/python-support/python2.5/deluge/ui/webui/torrent_add.py", line 121, in POST proxy.add_torrent_url(vars.url,options) File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1150, in __call__ return self.__send(self.__name, args) File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1440, in __request verbose=self.__verbose File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1204, in request return self._parse_response(h.getfile(), sock) File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 1343, in _parse_response return u.close() File "/var/lib/python-support/python2.5/deluge/xmlrpclib.py", line 787, in close raise Fault(**self._stack[0]) Thanks for all your hard work. Regards Rolf |