Opened 16 years ago

Closed 16 years ago

#261 closed bug (Fixed)

cannot launch Deluge r3201

Reported by: szabolcs Owned by: markybob
Priority: major Milestone:
Component: 0.5.x Version: svn
Keywords: Cc:

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

Attachments (1)

deluge_r3201 (1.5 KB) - added by szabolcs 16 years ago.
shell output

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by szabolcs

shell output

comment:1 Changed 16 years ago by markybob

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.