Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (166 - 168 of 2449)

Ticket Resolution Summary Owner Reporter
#3084 Fixed Cant change ownship on torrents stokbaek
Description

When I try and change ownership on torrents will nothing happen and I get the following error.

AttributeError
'Core' object has no attribute 'core': Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/deluge-2.0b2.dev10-py2.7.egg/deluge/core/rpcserver.py", line 302, in dispatch
    ret = self.factory.methods[method](*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/deluge-2.0b2.dev10-py2.7.egg/deluge/core/core.py", line 718, in set_torrent_options
    if 'owner' in options and not self.core.authmanager.has_account(options['owner']):
AttributeError: 'Core' object has no attribute 'core'

--------------------------------------------------------------------------------
Unhandled error in Deferred:
13:31:48.961 [CRITICAL][twisted                            :154 ] Unhandled error in Deferred:
13:31:48.962 [CRITICAL][twisted                            :154 ] Unhandled error in Deferred:
#3083 Fixed utf8_encoded missing for backward compatibility stokbaek
Description

Trying to use YaRSS2 with deluge 2.0b2.dev10 gives following error when trying to activate plugin

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/pluginmanagerbase.py", line 145, in enable_plugin
    instance = cls(plugin_name.replace('-', '_'))
  File "build/bdist.linux-x86_64/egg/yarss2/__init__.py", line 40, in __init__
    from core import Core as CorePluginClass
  File "build/bdist.linux-x86_64/egg/yarss2/core.py", line 15, in <module>
  File "build/bdist.linux-x86_64/egg/yarss2/rssfeed_scheduler.py", line 19, in <module>
  File "build/bdist.linux-x86_64/egg/yarss2/torrent_handling.py", line 17, in <module>
ImportError: cannot import name utf8_encoded
#3082 Fixed Use translated strings from 1.X in 2.X jony0008
Description

Hi, I saw that it is possible to start to translate deluge 2.0 (https://translations.launchpad.net/deluge/2.0/+translations) but zero strings are translated. Could already translated strings from 1.X be used so that not all strings have to be translated again for 2.0?

Note: See TracQuery for help on using queries.