Custom Query (2447 matches)
Results (259 - 261 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2425 | Fixed | Invalid shortkey in french translation | ||
Description |
There is a small typo in the French translation which has an unwanted space between the '_' for keyboard shortcut and the actual letter of the word. |
|||
#3083 | Fixed | utf8_encoded missing for backward compatibility | ||
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 |
|||
#3084 | Fixed | Cant change ownship on torrents | ||
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: |
Note:
See TracQuery
for help on using queries.