Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (607 - 609 of 2449)

Ticket Resolution Summary Owner Reporter
#1943 Fixed Session handling breaks AutoAdd plugin Elberet
Description

Symptom:

17:41:08.104 [ERROR   ][deluge.plugins.autoadd.core   :295 ] Disabling '/torrent/watch', error during update: [Failure instance: Traceback: <type 'exceptions.KeyError'>: -1
(snip!)
/usr/lib64/python2.7/site-packages/deluge/plugins/AutoAdd-1.02-py2.7.egg/deluge/plugins/autoadd/core.py:242:update_watchdir
/usr/lib64/python2.7/site-packages/deluge/core/torrentmanager.py:406:add
/usr/lib64/python2.7/site-packages/deluge/core/torrentmanager.py:289:get_torrent_list
/usr/lib64/python2.7/site-packages/deluge/core/rpcserver.py:497:get_session_auth_level

This exception occurs whenever the AutoAdd plugin's update_watchdir runs, finds a new .torrent file and tries to add the torrent while Deluge is running in daemon mode and no client is connected. At that time, the RPCServer's self.factory.session_id value is either -1 or the ID of the session that last disconnected, while RPCServer's self.factory.authorized_sessions is empty, resulting in a KeyError.

This occurred on a Gentoo Linux box running Linux 3.0.4-gentoo-r1 x86_64 on an Athlon 64 X2 with Python 2.7, twisted 11.0.0. Deluge is based on commit 7227c97c, it is running headless and as a non-root user.

I have attached a quick and very, very dirty workaround.

#789 WontFix seperate packages for gui and core markybob anonymous
Description

Would be nice to have two sepeate packages to Install just the core on a headless machine without the need of all the dependencies for the gui (gtk na all this stuff).

#45 Fixed separate maximum active torrents from torrents that are seeding andar anonymous
Description

i am trying the best way to describe it but basically so that for example you could have 1 torrent downloading and two torrents seeding and when the torrent downloading finishes it starts the next one in the queue and the finished torrents goes to seed and it doesn't affect the overall amount of maximum active torrents

another example

Max No. of torrents Downloading: 1 Max No. of torrents Seeding: 3

something setup like that instead of just

Maximum simultaeneus active torrents: 4

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