Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (277 - 279 of 2447)

Ticket Resolution Summary Owner Reporter
#261 Fixed cannot launch Deluge r3201 markybob szabolcs
Description

szabolcs@sin:~/svn/deluge$ deluge no existing Deluge session Starting new Deluge session... deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG. Applying preferences Scanning plugin dir /usr/share/deluge/plugins Initialising plugin DesiredRatio Initialising plugin WebSeed Initialising plugin NetworkGraph Initialising plugin TorrentCreator Traceback (most recent call last):

File "/usr/bin/deluge", line 132, in <module>

start_deluge()

File "/usr/bin/deluge", line 115, in start_deluge

interface = deluge.interface.DelugeGTK(config_dir=deluge.common.CONFIG_DIR)

File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 64, in init

self.plugins.scan_for_plugins()

File "/usr/lib/python2.5/site-packages/deluge/plugins.py", line 61, in scan_for_plugins

mod = import(modname, globals(), locals(), [])

File "/usr/share/deluge/plugins/MoveTorrent/init.py", line 133

self.dialogs.show_popup_warning(self.window, "An error occured while trying to move the torrent. Please check your permissions and note that you cannot move a torrent's files to the same directory that they are already stored or move a torrent's files before any of its files have actually been created."))

SyntaxError: invalid syntax

#707 Fixed Cannot move torrent order Damien Churchill madnashua@gmail.com
Description

I'm unable to move torrents in the AJAX template web ui. I've tried this with paused seeding torrents and running unfinished ones, both managed and unmanaged.

#1819 Fixed Cannot open connection manager with clean config s0undt3ch Calum
Description

Switched from classic the thinclient but cannot open connection manager to connect.

Traceback (most recent call last):
  File "deluge/ui/gtkui/toolbar.py", line 175, in on_toolbutton_connectionmanager_clicked
    component.get("MenuBar").on_menuitem_connectionmanager_activate(data)
  File "deluge/ui/gtkui/menubar.py", line 291, in on_menuitem_connectionmanager_activate
    component.get("ConnectionManager").show()
  File "deluge/ui/gtkui/connectionmanager.py", line 187, in show
    self.__load_hostlist()
  File "deluge/ui/gtkui/connectionmanager.py", line 271, in __load_hostlist
    for host in self.config["hosts"]:
AttributeError: 'ConnectionManager' object has no attribute 'config'
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.