Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (235 - 237 of 2447)

Ticket Resolution Summary Owner Reporter
#196 Fixed Adding torrent problem, 'No such unique_ID.' andar tallica@o2.pl
Description

Hello,

after adding new torrent to deluge I get:

Raising error: No such unique_ID. Unable to add torrent: 'No such unique_ID.' Raising error: No such unique_ID. Unable to save fastresume: 'No such unique_ID.' Raising error: No such unique_ID. Unable to scrape tracker 'No such unique_ID.'

and torrent doesn't show up in the gui list...

Here is what I get after restart Deluge:

Raising error: No such unique_ID. Unable to prioritize files: 'No such unique_ID.' Raising error: No such unique_ID. Traceback (most recent call last):

File "/usr/bin/deluge", line 133, in ?

start_deluge()

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

interface = deluge.interface.DelugeGTK()

File "/usr/lib64/python2.4/site-packages/deluge/interface.py", line 108, in init

self.apply_prefs()

File "/usr/lib64/python2.4/site-packages/deluge/interface.py", line 916, in apply_prefs

self.manager.apply_prefs()

File "/usr/lib64/python2.4/site-packages/deluge/core.py", line 1156, in apply_prefs

self.apply_prefs_per_torrent(unique_ID)

File "/usr/lib64/python2.4/site-packages/deluge/core.py", line 1160, in apply_prefs_per_torrent

self.get_pref("max_connections_per_torrent"))

File "/usr/lib64/python2.4/site-packages/deluge/core.py", line 1230, in set_max_connections_per_torrent

max_connections)

deluge.core.DelugeError: 'No such unique_ID.'

I use Gentoo x86_64

#560 Fixed changing max connections in status bar crash deluge andar tagallo@gmail.com
Description

Issue: If I change the max connections value in status, bar deluge crashes and cannot be started again. Looking at core.conf I found that the value is been set as Float, and according to the crash traceback it should be a Int.

How to reproduce: Try to change the "Connections" value in status bar using the option "Other" and entering a value (I tried 160)

Expected result: value is set as Int

Actual result: value is set as Float

#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

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