Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (442 - 444 of 2447)

Ticket Resolution Summary Owner Reporter
#1238 Fixed Traceback when starting gtkui Ideal
Description

This started to happen on git master for quite some time:

[ERROR   ] 15:45:26 component:114 [Failure instance: Traceback: <type 'exceptions.AttributeError'>: 'GtkUI' object has no attribute 'get_component_name'
/usr/lib64/python2.6/site-packages/twisted/internet/base.py:409:_continueFiring
/usr/lib64/python2.6/site-packages/deluge/ui/gtkui/gtkui.py:323:_on_reactor_start
/usr/lib64/python2.6/site-packages/deluge/component.py:273:start
/usr/lib64/python2.6/site-packages/deluge/component.py:120:_component_start
--- <exception caught here> ---
/usr/lib64/python2.6/site-packages/twisted/internet/defer.py:117:maybeDeferred
/usr/lib64/python2.6/site-packages/deluge/ui/gtkui/pluginmanager.py:78:start
]
#1244 Invalid Use a path in the filename when adding from a URL keosukoa
Description

I am running deluged as a service as a NON-root user. Problem is when I attempt to use the Android App, Transdroid as a client I get a permissions error when attempting to download the torrent file.

It looks like add_torrent_url in core.py is just using the filename of the torrent to save the file. This is a problem when running as a non-root service because deluge attempts to save this file in the root dir '/' which only has root permissions. It would help to specify a path along with the filename where I can change the permissions, like in the .config directory or even /tmp.

Workaround is to run the daemon as a root user but that is undesirable. Its also not fun to see a bunch of torrent files collecting in the root dir '/'.

#1245 Fixed deluge-console: Error getting torrent info simonbcn
Description
$ deluge-console info
 
Name: Radio Futura - La ley del desierto, la ley del mar (1984) [FLAC]
ID: a102db2ff7badd3fa38958938c88f2360949e662
Error getting torrent info: [Failure instance: Traceback: <type 'exceptions.NameError'>: global name '_' is not defined
/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py:463:doRead
/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/ui/client.py:179:dataReceived
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:243:callback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:312:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:328:_runCallbacks
/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/ui/console/commands/info.py:119:on_torrents_status
/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/ui/console/commands/info.py:149:show_info
/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/common.py:276:fspeed
/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/common.py:237:fsize
]

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