Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (523 - 525 of 2447)

Ticket Resolution Summary Owner Reporter
#221 WontFix DBusException at /torrent/add mvoncken anonymous
Description

--Deluge Error-- DBusException : org.freedesktop.DBus.Python.deluge.core.InvalidEncodingError: Traceback (most recent call last):

File "/var/lib/python-support/python2.5/dbus/service.py", line 655, in _message_cb

retval = candidate_method(self, *args, keywords)

File "/usr/share/deluge/plugins/WebUi/dbus_interface.py", line 180, in add_torrent_url

self._add_torrent(filename)

File "/usr/share/deluge/plugins/WebUi/dbus_interface.py", line 255, in _add_torrent

self.interface.config.get("use_compact_storage"))

File "/var/lib/python-support/python2.5/deluge/core.py", line 415, in add_torrent

return self.sync() # Syncing will create a new torrent in the core, and return it's ID

File "/var/lib/python-support/python2.5/deluge/core.py", line 1030, in sync

raise e

InvalidEncodingError:

path : /torrent/add file : /var/lib/python-support/python2.5/dbus/connection.py in call_blocking, line 602

--Input-- <Storage {'url': 'http://bt.dvdquorum.es/download.php/11103/%28DVDQuorum%29Conspiracy%20theory.torrent', 'redir': , 'submit': 'Enviar', 'torrent': }>

--Versions-- WebUi : rev.172 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 "/usr/share/deluge/plugins/WebUi/lib/webpy022/webapi.py", line 304, in wsgifunc

result = func()

File "/usr/share/deluge/plugins/WebUi/lib/webpy022/request.py", line 131, in <lambda>

func = lambda: handle(inp, fvars)

File "/usr/share/deluge/plugins/WebUi/lib/webpy022/request.py", line 61, in handle

return tocall(*([x and urllib.unquote(x) for x in args] + fna))

File "/usr/share/deluge/plugins/WebUi/webserver_framework.py", line 152, in deco

return func(self, name) #ok, continue..

File "/usr/share/deluge/plugins/WebUi/deluge_webserver.py", line 195, in POST

ws.proxy.add_torrent_url(vars.url)

File "/var/lib/python-support/python2.5/dbus/proxies.py", line 135, in call

keywords)

File "/var/lib/python-support/python2.5/dbus/connection.py", line 603, in call_blocking

message, timeout)

#232 WontFix Deluge version 5.8.9 on Ubuntu 8.04 markybob anonymous
Description

The name headers such as Name, Status and Down speed, although you can reposition the order of the headers Deluge does not save the position after it is closed and restarted.

#237 WontFix [PATCH] plugins: Teach TorrentPeers to block IP andar kevinlsk@gmail.com
Description

It gets really annoying when you encounter mis-behaved users, but not being able to block them in real time.

This patch adds a popup menu to the "Peers" tab. When clicking on a peer, a menu popups asking whether you want to block the user or not.

For this real time thing to work, we need to be able to add IPs to filter without having to reset it every time.

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