Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (337 - 339 of 2447)

Ticket Resolution Summary Owner Reporter
#670 Fixed remote/torrent/add tries to call non-existant function mvoncken micah.waldstein@apchange.com
Description

The remote webui for adding a torrent tries to us the function add_torrent_filecontent which no longer exists - http://dev.deluge-torrent.org/browser/trunk/deluge/ui/webui/pages.py#L374

This makes the 'private' mode of the greasemonkey plugin not function at all.

#671 Fixed GtkWarning on "gtk_tree_view_column_set_fixed_width" prevents from opening gtk ui andar anonymous
Description

Hi. After I installed the .deb and ran the app one time with no problem, at second run the gtk ui fails to show up. Two gtk warnings are being output in the shell, see the attached file. Neither the web or the shell ui will run, see the attached file as well.

The sole stk modification I can recall is I activated the per-trackers and inactive categories (with "(0)" torrents) views in the sidebar.

#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

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